Skip to content

Changes

#7 (Jun 12, 2024, 12:30:29 AM)

  1. Remove locals moved via extract method if they aren't used elsewhere (#1399) — GitHub / githubweb
  2. Prevent rename of method to a static imported method (#1402) — GitHub / githubweb
  3. Fix move of method with private method call when classes in same CU (#1405) — GitHub / githubweb
  4. Add check to move member in case member moved to non-public class (#1407) — GitHub / githubweb
  5. Use proper shell for modal dialogs — Andrey Loskutov / githubweb
  6. Do not use runReadOnly during TypeHierarchyViewPart.updateViewers #1408 — Jörg Kubitz / githubweb
  7. Only allow moving an interface member to another interface (#1411) — GitHub / githubweb
  8. tests: Convert String to TextBlock — Jörg Kubitz / githubweb
  9. fix "The value of the local variable buf is not used" — Jörg Kubitz / githubweb
  10. Fix for pasting snippet with main method to to Package Explorer — Andrey Loskutov / githubweb
  11. Updated JDT UI to AST changes around AbstractUnnamedTypeDeclaration — Andrey Loskutov / githubweb
  12. Force signing of split package bundles to use new certificate — Andrey Loskutov / githubweb
  13. Update for release 4.33 — Noopur Gupta / githubweb
  14. Fix move instance method when inner class is referenced (#1412) — GitHub / githubweb
  15. Fix move instance processor to handle class instance creation accessibility (#1413) — GitHub / githubweb
  16. Fix NPE in QuickFixProcessor (#1430) — GitHub / githubweb
  17. Fix false error on extraction of for loop contents (#1415) — GitHub / githubweb
  18. Fix extract method false negative on local variable usage (#1418) — GitHub / githubweb
  19. Fix concat to MessageFormat and String.format (#1423) — GitHub / githubweb
  20. Fix move method to handle field access modifier adjustment (#1427) — GitHub / githubweb
  21. Fix code mining parameter name logic (#1441) — GitHub / githubweb
  22. Fix Bug 202162 - JUnit messages says failed first but it is not (#1435) — GitHub / githubweb

#6 (May 10, 2024, 3:12:33 AM)

  1. Remove unused local variable. — Alexander Kurtakov / githubweb
  2. Enable prototype support for Generic Test view - JUnit — Alexander Kurtakov / githubweb
  3. Do not skip API analysis for org.eclipse.jdt.ui.unittest.junit — Alexander Kurtakov / githubweb
  4. Remove redundant tycho-version in Unittest view JUnit support feature — Alexander Kurtakov / githubweb
  5. Add api filter for internal usage in o.e.jdt.ui.unittest.junit — Alexander Kurtakov / githubweb
  6. Improve Generic Test view label capitalization — Alexander Kurtakov / githubweb
  7. Fixes #1293 - avoid IllegalAccessError in AddModuleRequiresCorrectionProposal (#1334) — GitHub / githubweb
  8. Fix extract temp refactoring freezes (#1342) — GitHub / githubweb
  9. Improve "silent" fails in MarkOccurrenceTest — Alexander Kurtakov / githubweb
  10. Javadoc sections misaligned — Andrey Loskutov / githubweb
  11. Javadoc error fixes — Andrey Loskutov / githubweb
  12. Fix string concat to MessageFormat to use text block when possible (#1348) — GitHub / githubweb
  13. Fix string concat to String.format to use text block when possible (#1365) — GitHub / githubweb
  14. Escape specifiers when converting to MessageFormat or String.format (#1368) — GitHub / githubweb
  15. Remove unused API filter for RecordPattern — Noopur Gupta / githubweb
  16. Refactor OverriddenAssignmentCleanUp to jdt.core.manipulation (#1371) — GitHub / githubweb
  17. Refactor ElseIfCleanUp to jdt.core.manipulation (#1374) — GitHub / githubweb
  18. Update license-maven plugin to 2.4.0 — Alexander Kurtakov / githubweb
  19. Fix inline method to handle a synchronized input method (#1378) — GitHub / githubweb
  20. Add support to filter chain by passing the in the token (#1282) — GitHub / githubweb
  21. Don't use text block for MessageFormat/String.format if one line concat (#1385) — GitHub / githubweb
  22. Make CoreJavadocAccessImpl more extendable for jdt.ls — Andrey Loskutov / githubweb
  23. Add 'Open Call Hierarchy' hyperlink for type elements as well — Andrey Loskutov / githubweb
  24. Refactor MultiCatchCleanUp to jdt.core.manipulation (#1383) — GitHub / githubweb
  25. Fix inline method to check access modifiers of inlined code (#1381) — GitHub / githubweb
  26. Fix ExtractMethodAnalzyer to prevent extract of single return statement (#1388) — GitHub / githubweb
  27. Don't allow extracting a final field assignment to a new method (#1389) — GitHub / githubweb
  28. Update client code that references removed jdt.dom APIs (#1387) — GitHub / githubweb
  29. Remove unused API filters — Noopur Gupta / githubweb
  30. Add lock object to fDocument in DocumentAdapter.initialize() — Andrey Loskutov / githubweb
  31. Do not allow move of final method into an interface (#1391) — GitHub / githubweb
  32. Fix IOOB exception in Javadoc hover (#1395) — GitHub / githubweb
  33. Refactor UnnecessaryArrayCreation cleanup and quick-assist for jdt.ls (#1397) — GitHub / githubweb

#5 (May 9, 2024, 2:08:01 AM)

  1. [23] Add AST level 23 to AST view — Noopur Gupta / githubweb

#4 (Apr 23, 2024, 5:50:10 AM)

  1. [23] Remove String Template preview feature from JDT UI — Noopur Gupta / githubweb

#3 (Apr 23, 2024, 2:13:13 AM)

  1. [23] Allow JDT to target Java 23 in compiler preferences — Noopur Gupta / githubweb