Skip to content

Changes

#10 (Mar 19, 2024, 11:03:39 PM)

  1. [22] Remove Beta Disclaimers in Java 22 in JDT UI (#1266) — GitHub / githubweb

#9 (Mar 14, 2024, 8:35:40 AM)

  1. Version updates to jdt ui plugins in beta java 22 branch (#1260) — GitHub / githubweb

#8 (Mar 12, 2024, 3:12:21 AM)

  1. Suppress deprecation: java.util.Observable — Jörg Kubitz / githubweb
  2. qualityGate unstable — Jörg Kubitz / githubweb
  3. Reword the "Eclipse ECJ" check to reflect API issues as well — Jörg Kubitz / githubweb
  4. Fix while to for-each cleanup to handle capture/wildcard types (#1167) — GitHub / githubweb
  5. don't fail build on test error — Jörg Kubitz / githubweb
  6. Touch bundles affected by compiler implementation change — Andrey Loskutov / githubweb
  7. Incremental delete of duplicate interfaces (IInvocationContextCore and IProblemLocationCore) — GitHub / githubweb
  8. Add checking so no invalid extract local variable proposals are offered (#1177) — GitHub / githubweb
  9. Incremental delete of duplicate interfaces (Delete ICleanUpCore) — GitHub / githubweb
  10. Delete internal abstract classes AbstractCleanUpCore and AbstractMultiFixCore — Alexander Kurtakov / githubweb
  11. Don't offer extract to constant unless expression is final and static (#1182) — GitHub / githubweb
  12. Incremental delete of duplicate interfaces (IMultiFixCore & ILinkedFixCore) — GitHub / githubweb
  13. Fix UI freeze due to extract to local computations (#1186) — GitHub / githubweb
  14. ChangedValueChecker: multithreading fixes (#1187) — GitHub / githubweb
  15. Create codeql.yml — Jörg Kubitz / githubweb
  16. NPE in SemanticHighlightingReconciler — Andrey Loskutov / githubweb
  17. Enabled tests — Jörg Kubitz / githubweb
  18. fix endless loop in RippleMethodFinder2.UnionFind.find(IType) #1192 (#1193) — GitHub / githubweb
  19. Fix extract local for autocloseable expression in try with resources (#1195) — GitHub / githubweb
  20. Handle potential NumberFormatException in chain completion settings. — Jörg Kubitz / githubweb
  21. Revert workaround for #945, as it causes problems in the JUnit view — Andrey Loskutov / githubweb
  22. Fix lambda cleanup/quick assist when static field is returned (#1210) — GitHub / githubweb

#7 (Feb 5, 2024, 1:44:48 AM)

  1. Refactor deprecated SubProgressMonitor usage into Progress.subMonitor — Jörg Kubitz / githubweb
  2. Examples: fix warnings — Jörg Kubitz / githubweb
  3. Failed TestTemplate with only one test doesn't show fail trace — Andrey Loskutov / githubweb
  4. Update HierarchicalASTVisitor — Andrey Loskutov / githubweb
  5. Unrelated errors reported during Jenkins build — Andrey Loskutov / githubweb
  6. Make order of elements in saved JAR description file deterministic #1024 — Andrey Loskutov / githubweb
  7. Read java file as stream in JUnit5TestFinderJupiterTest #999 — Andrey Loskutov / githubweb
  8. Bug 196547 - [formatter] Option to join or rewrap wrapped line comments (#1037) — Mateusz Matela / githubweb
  9. Refactor string concat fixes to be used in headless mode. (#1032) — GitHub / githubweb
  10. Feature Proposal Make Static Refactoring (#689) — GitHub / githubweb
  11. Remove not thrown but declared exception in JUnitLaunchShourcut — Alexander Kurtakov / githubweb
  12. FilteredTypesSelectionDialog: fix save after open #1051 — Jörg Kubitz / githubweb
  13. Fix ExtractConstantRefactoring to recognize no type is available (#1046) — GitHub / githubweb
  14. [formatter] Align arrows on column in switch statements/expressions (#1049) — Mateusz Matela / githubweb
  15. Junit, Refactoring: some SubMonitor usage — Jörg Kubitz / githubweb
  16. Add support for code completion inside text block templates #1038 (#1055) — GitHub / githubweb
  17. refactor method-ref fixes to be used in headless mode. (#1048) — GitHub / githubweb
  18. Fix ExtractConstantRefactorings to handle NLS tags (#1060) — GitHub / githubweb
  19. New preferences for annotation based resource leak analysis (#1064) — GitHub / githubweb
  20. Fix Bug 148012 - add quick fix to assign statement to local variable (#1004) — GitHub / githubweb
  21. Update Jenkinsfile: reject ECJ warnings (#1069) — GitHub / githubweb
  22. Ensure "Make Static" refactoring only adds parameter if necessary #1044 (#1072) — GitHub / githubweb
  23. A small pushdown of some classes jdt.ls would like to make use of (#1053) — GitHub / githubweb
  24. Avoid "overlapping text edits" in "Make Static" refactoring #1045 (#1070) — GitHub / githubweb
  25. Sub processor pushdown1 (#1078) — GitHub / githubweb
  26. Use the ECJ generated compiler logs to parse compiler problems — Alexander Kurtakov / githubweb
  27. fix "Potential null pointer access" markers (#1086) — GitHub / githubweb
  28. add missing @Override — Jörg Kubitz / githubweb
  29. Pushdown cleanup api (#1079) — GitHub / githubweb
  30. OwningAnnotationsConfigurationDialog_title missing (#1100) — GitHub / githubweb
  31. Improve Javadoc generated by "Make Static" refactoring #1043 (#1084) — GitHub / githubweb
  32. Fix ClassCastException in convert field name quick assist (#1106) — GitHub / githubweb
  33. Correct "Make Static" refactoring behavior for anonymous classes #1083 (#1085) — GitHub / githubweb
  34. fix CallHierarchyTestHelper generics — Jörg Kubitz / githubweb
  35. get rid of deprecated newInstance() — Jörg Kubitz / githubweb
  36. Fix NPE when type declaration is not found. Fix #1097 — Jörg Kubitz / githubweb
  37. Refresh CallHierarchy on FiltersDialog validation — Jörg Kubitz / githubweb
  38. TestRunner: fix warnings — Jörg Kubitz / githubweb
  39. ReferenceTracker: avoid deprecated Field.isAccessible — Jörg Kubitz / githubweb
  40. add missing @Deprecated — Jörg Kubitz / githubweb
  41. CallHierarchy: fix error when clicking a method that is gone #1098 — Jörg Kubitz / githubweb
  42. remove Exceptions not actually thrown — Jörg Kubitz / githubweb
  43. remove unused parameters — Jörg Kubitz / githubweb
  44. Fix String concat to text block to properly handle spaces (#1112) — GitHub / githubweb
  45. TestCaseClassLoader: use try-with-resource — Jörg Kubitz / githubweb
  46. Separate core and ui for GetterSetterCorrectionSubProcessor and VarargsWarningsSubProcessor (#1116) — GitHub / githubweb
  47. Fix `jar-in-jar-loader` multi-release support (#1058) — GitHub / githubweb
  48. Don't set preference key of other bundle on shutdown — Andrey Loskutov / githubweb
  49. Update jar-in-jar-loader.zip after changes to rsrc code (#1127) — GitHub / githubweb
  50. Fix SourceViewerInformationControl not updating String input (#1125) — Andrey Loskutov / githubweb
  51. fix "hiding" warnings — Jörg Kubitz / githubweb
  52. fix javadoc "cannot be resolved to a type" — Jörg Kubitz / githubweb
  53. Touch bundle affected by compiler implementation change — Andrey Loskutov / githubweb
  54. SemanticHighlighting: fix BadLocationException #1131 — Jörg Kubitz / githubweb
  55. OpenCallHierarchyAction.getEnclosingMethod silence NPE #1132 — Jörg Kubitz / githubweb
  56. Move additional methods in SuppressWarningsSubprocessorCore to jdt.core.manipulation — Roland Grunberg / githubweb
  57. [formatter] Setting for opening brace position after arrow in switch (#1473) — Mateusz Matela / githubweb
  58. Add quick fix for duplicate constructor that doesn't do rename (#1128) — GitHub / githubweb
  59. Fix exception in use comparator cleanup (#1137) — GitHub / githubweb
  60. Sub processor push down part2 (#1120) — GitHub / githubweb
  61. CompletionProposal: log error and keep going with other providers — Jörg Kubitz / githubweb
  62. InlineMethodFixCore: fix "The value of the local variable is not used" — Jörg Kubitz / githubweb
  63. NPE in StubUtility when generating javadoc for method declaration with no return type (#1142) — GitHub / githubweb
  64. Cleanup in all -BaseSubProcessor classes and extenders (#1141) — GitHub / githubweb
  65. fix ImporterTest.testImportRawJavaProject() — Jörg Kubitz / githubweb
  66. Jenkinsfile: fix wrong referenceBuild — Jörg Kubitz / githubweb
  67. fix "illegally instantiates AssertionFailedException" — Jörg Kubitz / githubweb
  68. suppress "illegally extends CleanUpOptions" — Jörg Kubitz / githubweb
  69. SuperTypeRefactoringProcessor: fix deprecated finalize() — Jörg Kubitz / githubweb
  70. Add missing synchronization for ChangeCorrectionProposalCore (#1162) — GitHub / githubweb
  71. fix deprecated ThreadDeath — Jörg Kubitz / githubweb
  72. fix deprecated createImage(ImageDescriptor) — Jörg Kubitz / githubweb
  73. Move some core code into ReorgCorrectionBaseSubProcessor (#1154) — GitHub / githubweb

#6 (Feb 1, 2024, 2:47:56 AM)

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