- enhancement - Add setting for clean ups to be applied when document is saved. See #2298, #2307, #2342.
- enhancement - Support "Add all missing imports". See #2292.
- enhancement - Support Gradle annotation processing. See #2319.
- enhancement - Add an option to configure null analysis, and set to
interactive
by default. See #2279, #2314. - enhancement - Add contribution points for completion customization. See #2110.
- enhancement - Allow the language server to be run without using
IApplication
. See #2311. - enhancement - Improve Lombok support and renaming fields when an accessor is present. See #2339.
- bug fix - Display the postfix completions at the bottom of the list. See #2343.
- bug fix - Do not reset existing project options when setting null analysis options. See #2299.
- bug fix - Code action response may contain
null
as one of the code actions. See #2327. - bug fix - Inlay hints should not show up next to Lombok annotations. See #2323.
- bug fix - Ensure language server always terminates. See #2302.
- bug fix - Prevent a deadlock during language server initialization. See #2301.
- bug fix - Always send
begin
work done progress before sendingend
. See #2258. - bug fix - Use existing Gradle project
.settings/
location if available. See #2289. - bug fix - Avoid re-using the same job for the "Publish Diagnostics" job. See #2356.
- build - Use Predicate for filter. See #2355.
- build - WorkspaceDiagnosticsHandlerTest.testMissingNatures fails sometimes. See #2331.
- build - ProjectsManagerTest.testCancelInitJob fails randomly. See #2326.
- build - Fix CodeQL Java analysis error. See #2318.
- build - Set proper ranges for dependencies on LSP4J. See #2310.
- build - Bump Tycho from 2.7.5 to 3.0.0. See #2260.
- performance - Improve project initialization. See #2252.
- performance - Re-use ExecutorService to avoid creating extra threads and resource leak. See #2041.
- enhancement - Add support for postfix completion. See #863.
- enhancement - Add quick fix for "remove all unused imports". See #2280.
- enhancement - Add quick fixes for problems relating to sealed classes. See #2265.
- bug fix - Signature help not working correctly for parameterized types. See #2293.
- bug fix - Avoid NPE for null analysis when updating classpath. See #2268.
- bug fix - Check the digest of the initializiation scripts for security and to prevent duplicates. See #2254.
- bug fix - Support
includeDeclaration
intextDocument/references
. See #2148. - bug fix - Provide folding for import regions in
.class
files. See #2281. - bug fix - Deadlock when using JDK 17 with Maven Java project. See #2256.
- bug fix - Ignore unnamed module for split packages. See #2273.
- bug fix - The project preference should only persist non default values. See #2272.
- bug fix - Synchronize contributed bundles on demand. See #2267.
- bug fix - Avoid unnecessary project updates when the default VM changes. See #2266.
- bug fix - Exclude non-compile scope dependencies from consideration for enabling null analysis. See #2264.
- bug fix - Add opportunistic support for Java/Kotlin polyglot Android projects. See #2261.
- debt - Bump eclipse-jarsigner-plugin from 1.3.2 to 1.3.4. See #2262, #2263.
- debt -
jdt.ls.socket-stream.launch
&jdt.ls.remote.server.launch
are not running cleanly. See #2277.
- enhancement - Provide Java 19 preview support. See #2209.
- enhancement - Enable annotation-based
null
analysis. See #2228. - enhancement - Show generate
toString()
,hashCode()
andequals()
quick fixes on demand. See #2213. - enhancement - Support creating
module-info.java
. See #2231. - enhancement - Only add parentheses for lambda expression completions with multiple parameters. See #2100.
- enhancement - Add buildship auto sync preference when build configuration update is set to
automatic
. See #2224. - bug fix - Show the field suggestions for the
toString()
,hashCode()
andequals()
generator dialogs in definition order. See #2212. - bug fix - Fix Gradle project synchorization errors when init script path contains spaces. See #2245, #2222, #2249.
- bug fix - Fix NPE in the protobuf init script. See #2246.
- bug fix - Fix type completion when type name conflicts. See #2232.
- bug fix - Set up
-data
directory for the JDT-LS startup script. See #2191. - bug fix - Remove the deprecated
-noverify
option from JDT-LS startup script. See #2221. - bug fix - Fix gradle project classpath calculation. See #2236.
- bug fix - Bad ".git" pattern in
.project
file'sfilteredResources
element causes chaos. See #2244. - build - Make use of GitHub functions for library update and security analysis. See #2239.
- build - Increase maximum heap size used by builds during testing. See #2226.
- build - Update target platform to Eclipse 4.25 Release. See #2225.
- build - Update Gradle wrapper for failing tests. See #2215.
- build - Add tests for signature help on record class. See #2206.
- debt - Update Maven plugin versions. See #2238, #2242, #2241, #2240.
- enhancement - Search more folders to infer source roots for invisible projects. See #2176.
- enhancement - Support for Android projects. See #923.
- enhancement - Automatically add Protobuf output source directories to classpath & generate tasks, if necessary. See #2189 & #2195.
- enhancement - Support "Sort Members" code action. See #2169.
- enhancement - Add support for Maven offline mode (
java.import.maven.offline.enabled
). See #2187. - enhancement - Support the
$/progress
notification method. See #2030. - enhancement - Always interpret the full workspace symbol query as a package name. See #2174.
- enhancement - Add unmanaged folder nature ID. See #2182.
- bug fix - Set default severity of "Circular classpath" to
warning
. See #2170. - bug fix - Fix inlay hints for
record
classes. See #2181. - bug fix - Infer the source root only when necessary. See #2178.
- bug fix - Permit non-JDT errors to be reported in Java files. See #2154.
- bug fix - Avoid naming conflicts between Gradle project modules. See #2190.
- bug fix - Re-fetch the extension registry when delegate command lookup fails. See #2184.
- debt - Remove deprecated Gradle attributes. See #2198.
- enhancement - Refresh the unmanaged project's classpath on demand. See #2160.
- enhancement - Provide reload project diagnostics on demand. See #2164.
- bug fix - Missing completions for fully qualified constructor names. See #2147.
- bug fix - Completion replacement for a type proposal is incorrect in some cases. See #2146.
- bug fix - Correct typo in gradle checksum mismatch error message. See #2161.
- build - Compile error in
MavenBuildSupport.update(IProject, boolean, IProgressMonitor)
. See #2150. - build - React to removal of o.e.m2e.lifecyclemapping.defaults in M2E. See #2149.
- build - Automatically include the required plug-ins in the launch files. See #2162.
- build - Update target platform to I20220713-1800. See #2157.
- enhancement - Show
Add javadoc for ..
in quick assists. See #2133. - enhancement - Show
Change modifiers to final
in quick assists. See #2134. - enhancement - Allow to reload multiple projects at the same time. See #2131.
- enhancement - Auto-select field when generating constructors. See #2125.
- enhancement - Allow to build selected projects. See #2138.
- enhancement - Support multiple selections for generate accessors. See #2136.
- bug fix - Add logback tracing to JDT-LS. See #2108.
- bug fix - Fix NPE when triggering signature help in class file. See #2102.
- bug fix - Support for renaming record attributes. See #2078.
- bug fix - Change the order for the configuration updating options. See #2135.
- build - Move to Java 17. See #2117.
- build - Update target platform to 4.25-I-builds. See #2127.
- build - React to API changes in M2E. See #2144.
- debt - JDT-LS doesn't require o.e.m2e.archetype.common anymore. See #2119.
- other - Adjust the order of code actions. See #2109.
- other - Update launch script, Java 17 is required now. See #2141.
- other - Fix random failures for the test CompletionHandlerTest/WorkspaceDiagnosticsHandlerTest. See #2121.
- other - Fix random failures for the test InlayHintHandlerTest.testVarargs2. See #2104.
- enhancment - Support separate "Generate Getters" and "Generate Setters". See #2086.
- enhancement - Show quick fixes for generating accessors in field declarations. See #2092.
- enhancement - Add support for workspace symbols with qualified names. See #2084.
- enhancement - Show field type when generating accessors. See #2093.
- enhancement - Support Gradle invalid type code error check. See #2082.
- enhancement - Support the exclusion list for inlay hints. See #2098.
- bug fix - Add support to open decompiled symbols through the symbols list. See #2087.
- bug fix - Handle illegal URL settings to avoid breaking language server. See #2089.
- bug fix - Fix
java.completion.importOrder
. See #2107. - build - Update M2E to 2.0.0 snapshot release. See #2085.
- build - Update to buildship 3.1.6 release. See #2094.
- enhancement - Trigger signature help on completion item selected. See #2065.
- enhancement - Support completion insert/replace capability. See #2057.
- enhancement - Add a new preference to disable/enable signature description. See #2051.
- bug fix - Improve the signature help feature by handling some special cases. See #2025.
- bug fix - Do not show signature help at the end of an invocation. See #2079.
- bug fix - Show error status when the project is not created. See #2058.
- bug fix - Error during importing an Eclipse project whose sources are at root. See #2072.
- bug fix - Fix NPE in isCompletionInsertReplaceSupport check. See #2070.
- bug fix - Unexpected 'Project xxx has no explicit encoding set' warnings. See #2061.
- bug fix - Fix issue where JDT-LS's logback configuration was being ignored. See #2077.
- build - Enable lombok agent. See #2068.
- build - Add the default FILECOMMENT template to the preference initialization. See #2056.
- other - Improve the
jdtls.py
script. See #2048, #2060.
- performance - Adopt new CompletionProposal API to ignore types before creating certain proposals. See #2034.
- enhancement - Provide Java 18 support. See #2026.
- enhancement - Support inlay hints for parameter names. See #2019.
- enhancement - Add code action to extract lambda body to method. See #2027.
- enhancement - Adds support for
workspaceSymbol/resolve
. See #2008. - bug fix - Provide file & type comments for newly created compilation units. See #2047.
- bug fix - Postpone the capability registration until the service is ready. See #1979.
- bug fix - Fix an occurrence of duplicate quick fixes at the line level. See #2023.
- bug fix - Cannot refactor in static block. See #2049.
- other - Stabilize some intermitently failing tests. See #2035.
- other - Advertise "friendly" Python startup wrapper a bit more prominently. See #2020.
- other - Add documentation for PDE project support status. See #1953.
- enhancement - Trigger completion after
new
keyword. See #2010. - enhancement - Improve occurrences highlighting. See #1941.
- enhancement - Provide more common aliases for code snippets. See #2006.
- bug fix - "Add serial version ID" should not generate empty comments. See #1899.
- bug fix - convert to static import incorrectly removes import statements. See #1203.
- bug fix - Type mismatch: cannot convert from
Object
toMap<String,IndexType>
. See #1971. - bug fix - Signature help occasionally fails on constructors and qualified method invocations. See #2014.
- build - Update m2e-apt to 1.5.4 (new repo). See #1994.
- other - Provide a platform independent script to help launch language server. See #1823.
- enhancement - Support completion for lambda expressions. See #1985.
- enhancement - Add "Convert to Switch Expression" code assist proposal. See #1935.
- enhancement - Check Gradle compatibility when importing fails. See #1965.
- enhancement - Show the error status when imported projects having errors. See #1962.
- bug fix - "Go to References" result contains inaccurate references. See #1984.
- bug fix - Fix regression in signature help. See #1980.
- bug fix - Ensure gradle wrappers are correctly processed on project import. See #1989.
- bug fix - Avoid duplicate quick fixes when showing all quick fixes on a line. See #1982.
- debt - Update Tycho to 2.5.0. See #1977.
- enhancement - Make the debounce adaptive for validation job. See #1973.
- bug fix - Fix regression in code action for unresolved type. See #1967.
- bug fix - Diagnostics from changes to build configuration not reflected in opened source files. See #1963.
- bug fix - Fix the wrong additional text edit when completing an import statement. See #1944.
- build - Update Target Platform to 4.22 (2021-12) release. See #1959.
- debt - Remove unused log4j 1.2.15 from builds. See #1972.
- debt - DocumentLifeCycleHandlerTest.testFixInDependencyScenario fails randomly. See #1968.
- other - Boost loading performance of eclipse.jdt.ls project itself. See #1955.
- enhancement - Stop generating metadata files at project's root. See #1900.
- enhancement - Quickfixes should be available at the line level. See #1908.
- enhancement - Add
Generate Constructors
to Show Fixes for type declaration. See #1937. - enhancement - Add
Override/Implement methods
to Show Fixes for type declaration. See #1932. - enhancement - Formatter should indent
case
statements within aswitch
statement by default. See #1927. - enhancement - Formatter should not join wrapped lines by default. See #1925.
- enhancement - Add "Surround With Try-With" code assist proposal. See #1911.
- enhancement - Always show
Organize imports
in Quick Fixes for import declaration. See #1936. - bug fix - Java server refreshing the workspace (cleaning/building) for each restart. See #1948.
- bug fix - Duplicate implement method quick fixes. See #1942.
- bug fix - Malformed semantic tokens in some cases. See #1922.
- bug fix - Several errors reported for anonymous Object classes. See #1915.
- bug fix -
if
withinstanceof
pattern match and&&
breaks completion in nestedif
. See #1855. - bug fix - Race condition between AutoBuildJob and the publish diagnostics job. See #1920.
- debt - Clean up duplicate classes migrated into jdt.core.manipulation. See #1923.
- debt - Don't use deprecated rangeLength property in handleChanged. See #1928.
- performance - completion: optimize the index engine for the scenario "complete on type name". See #1846.
- enhancement - Support Java 17. See #1845.
- enhancement - Add semantic tokens for records and constructors. See #1897.
- enhancement - Add toString() to Show Fixes for type declaration. See #1903.
- enhancement - Add a
codeAction
to generate the serialVersionUID field. See #1892. - enhancement - Add Getter and Setter to Show Fixes for type declaration. See #1883.
- bug fix - Add space to anonymous type proposal. See #1898.
- bug fix - "Project Configuration Update" is broken due to JDTUtils.isExcludedFile() not working. See #1909.
- bug fix - NPE on ::new method refs (Cannot invoke "org.eclipse.jdt.core.dom.IMethodBinding.isSynthetic()" because "functionalMethod" is null). See #1885.
- bug fix - Go to definition doesn't compute/find results on methods inside an anonymous class. See #1813.
- bug fix - Packages are not filtered from completion despite the java.completion.filteredTypes configuration. See #1904.
- bug fix - Exclude
jdk.*
,org.graalvm.*
andio.micrometer.shaded.*
from completion. See #1905. - bug fix - Assign all to fields generates wrong field names in some corner cases. See #1031.
- bug fix - Report the diagnostic range correctly on save. See #1886.
- bug fix - Fix adding preview features to a visible project. See #1863.
- build - Add ability to skip Gradle checksum packaging. See #1906.
- debt - Bump JUnit dependencies to 4.13 in some test projects. See #1894.
- debt - Update org.jsoup 1.9.2 to 1.14.2. See #1884.
- debt - Adjust m2e repository due to release of 1.18.2. See #1912.
- other - Promote end-user usage instruction more in the README. See #1887.
- performance - completion: optimize the performance of SnippetCompletionProposal. See #1838.
- performance - completion: listing constructors is slow. See #1836.
- enhancement - Support Kotlin gradle files. See #449.
- enhancement - Add functionality to exclude files that will not be tracked for changes. See #1847.
- enhancement - Add 'hashCode()' and 'equals()' to Show Fixes for type declaration. See #1842.
- bug fix - Java LS sometimes hangs while loading a gradle project. See #1874.
- bug fix - Fix regression in gradle startup performance. See #1853.
- bug fix - Cannot exclude maven sub-module. See #1850.
- bug fix - 'Open Call Hierarchy' does not jump to reference where it is invoked at. See #1824.
- bug fix - Generate getters source action is broken from within a record. See #1392.
- bug fix - Get correct Java project in multi-module case. See #1865.
- bug fix - Add support for month, shortmonth, day, hour, and minute variables in typeComment. See #1839 & #1851.
- bug fix - Cannot cast TypeBinding$LocalTypeBinding to IVariableBinding exception on
completionItem/resolve
. See #1856. - debt - Update target platform to 2021-09 (4.21) Release. See #1880.
- debt - JDT LS build fails due to stale target platform. See #1861.
- debt - Downgrade test Gradle version to avoid filesystem watching feature. See #1869.
- debt - Update Maven wrapper to 3.8.2. See #1843.
- debt - Support 3.16 semantic tokens. See #1678.
- other - Support import from configuration files. See #1840.
- enhancement - 'Create method' code action for method reference. See #1464.
- performance - Avoid displaying (expensive) constant values in completion items. See #1835.
- performance - toURI is expensive on Windows for completions. See #1831.
- bug fix - Go to definition doesn't compute/find results on methods inside an anonymous class. See #1813.
- bug fix - quickfix not available where cursor lands by default on annotations. See #1812.
- bug fix - Fix content assist for multiline strings. See #1819.
- bug fix - Language server freezes when importing maven project. See #1816.
- bug fix - Suggest correct import quick fix in anonymous classes. See #1822.
- bug fix - Organize imports generates duplicate static import statement. See #1814.
- build - Update eclipse-jarsigner-plugin to 1.3.2. See #1829.
- build - Language server distro contains 2 Guava jars. See #1706.
- enhancement - Add a preference to control the severity of not covered maven plugin execution. See #1770.
- enhancement - Allow folding
static
blocks. See #1777. - enhancement - Add deprecated property to CompletionItem and SymbolInformation. See #695.
- enhancement - Add option to ignore all proxies. See #1799.
- bug fix - Cannot make a static reference to the non-static type T. See #1781.
- bug fix - Standard language server should also be able to exit on shutdown. See #1808.
- bug fix - Syntax language server should be able to exit on shutdown. See #1790.
- bug fix - File contents would be strange when renaming java file name (with lombok). See #1775.
- bug fix - java.project.sourcePaths doesn't refresh diagnostics. See #1769.
- bug fix - wrong status in 'language/progressReport' notification when processing call hierarchy requests. See #1722.
- bug fix - Update list of excluded errors with ParameterMismatch. See #1792.
- bug fix - extract method does not seem to like var nor method references. See #1780.
- bug fix - Fix backslashes (\) in java.format.settings.url. See #1774.
- build - Update target platform to 4.21 build I20210621-1800. See #1804.
- other - Run test without setting lombok agent. See #1782.
- bug fix - Package name not recognized when opening standalone java files. See #1764.
- bug fix - Fix parameter compatibility issue in buildWorkspace request. See #1763.
- bug fix - Invalid formatter profile name setting causes errors. See #1761.
- bug fix - Formatter doesn't load format config after update. See #1757.
- bug fix - Improve handling of exported settings files. See #1768.
- bug fix - Fix class literal keyword semantic token. See #1753.
- debt - InvisibleProjectImporterTest.automaticJarDetectionLibUnderSource fails randomly. See #1756.
- debt - Build failure on arch with openjdk 11.0.11. See #1748.
- debt - Cannot launch JDT.LS using the 'jdt.ls.remote.server.launch' file. See #1754.
- debt - Add a timeout to waitForInitializeJobs(). See #1773.
- bug fix - Formatter doesn't load format config after update. See #1757.
- enhancement - Add Java 16 Support. See #1733.
- enhancement - java.project.referencedLibraries should resolve paths leading with ~. See #1735.
- enhancement - Add source method declaration lookups to the workspace symbol search. See #1688.
- enhancement - Adopt resolveCodeAction capability. See #1606.
- bug fix - Changes to Formatter profiles don‘t take effect in real time. See #1736.
- bug fix - NPE in NewCUProposal.createChange(NewCUProposal.java:277). See #1723.
- bug fix - Javadoc overriding methods not inheriting param descriptions. See #1732.
- bug fix - workspaceEdit textDocument version is always 0. See #1695.
- bug fix - java.settings.url does not override default java settings. See #1741.
- build - Update Maven wrapper to use 3.8.1. See #1734.
- other - Engineering: Tune the project settings. See #1737.
- enhancement - Support refactoring when renaming or moving files. See #1445.
- enhancement - Support Type Hierarchy. See #1656.
- enhancement - Support to specify source paths for unmanaged folder. See #1658.
- enhancement - Allow to customize the insertion location for the code generated by source actions. See #1713.
- enhancement - Support String formatting via delegate command. See #1702.
- enhancement - Add more options to query project settings. See #1682.
- enhancement - Link .settings directory to 'invisible project'. See #1579.
- enhancement - Enhanced IBuildSupport usage to support other build tools such as bazel. See #1694.
- bug fix - External tool file modifications not registered. See #1650.
- bug fix - Enhance the condition of inline constant. See #1672.
- bug fix - Update formatter profile options before applying. See #1675.
- bug fix - v0.70 broke workspace/DidChangeConfiguration. See #1685.
- bug fix - Correct minor typo in exception message. See #1687.
- bug fix - Fall back to default value when import threashold is non-positive. See #1715.
- bug fix - Invisible project forgets source paths on classpath update. See #1647.
- bug fix - Fix javadoc in 'java.configuration.runtimes' settings. See #1683.
- build - Update Target Platform to 2021-03 Release. See #1691.
- build - Update lsp4j to 0.11.0. See #1700.
- debt - Build Fails Due to Tests. See #1646.
- debt - Stop generating .gz artifacts during builds. See #1707.
- debt - Java LS Tests fail randomly. See #1684.
- other - Set org.eclipse.jdt.core.compiler.problem.missingSerialVersion to ignore by default. See #1714.
- enhancement - Code actions should return textedits with proper formatting. See #1157.
- bug fix - Change location of .m2/ and .tooling/ from HOME. See #1654.
- bug fix - Issue with 'Go To Definition'. See #1634.
- other - Adopt the helpers from jdt.core.manipulation to deal with the CU's preferences. See #1666.
- debt - Tests fail on Windows. See #996.
- enhancement - Specify output path for invisible project. See #1593.
- other - Remove legacy Semantic Highlighting implementation. See #1649.
- other - Further semantic tokens improvements. See #1641.
- other - Rename 'function' semantic token to 'method'. See #1608.
- enhancement - Download sources for the masses. See #1628.
- bug fix - Some refactors are missing when the location has diagnostics. See #1642.
- bug fix - Should not enable preview compiler options if the tooling doesn't support the early access JDK. See #1644.
- bug fix - Enhance MavenProjectImporter to stop scanning the specified exclusion list. See #1636.
- build - Update target platform to use Eclipse 2020-12 Release. See #1639.
- bug fix - Detect Gradle project by settings.gradle as well. See #1617.
- bug fix - Should update Gradle project properly after the build file of a sub Gradle project is updated. See #1617.
- bug fix - Long completionItem/resolve and TimeoutException. See #1624.
- bug fix - Disable module results for autocomplete. See #1613.
- bug fix - Get the project from the linked folder uri. See #1630.
- bug fix - Add support to INFO log level. See #1623.
- enhancement - Support inferSelection when extract to field. See #1619.
- enhancement - Support inferSelection when extract to variable. See #1615.
- bug fix - jdt.ls distro is 10MB heavier because of com.ibm.icu_64.2.0.v20190507-1337.jar. See #1351.
- bug fix - Java LS crashes on WSL Alpine. See #1612.
- bug fix - End of File exception when opening completion in empty file. See #1611.
- other - Update Target Platform to use Eclipse 2020-12 M3. See #1616.
- other - Improve the performance of inferSelection. See #1609.
- bug fix - Update m2e to 1.17.0.20201112-0751. See #1596.
- other - Improve tracing capability of m2e through m2e.logback.configuration. See #1589.
- other - Infer expressions if there is no selection range when extracting method. See #1585.
- enhancement - Provide method for converting callstack entry to location. See #1202.
- enhancement - Hide inline variable/constant commands when no reference found. See #1573 and #1575.
- enhancement - Convert a lambda expression to method reference. See #1571.
- bug fix - CompletionResultRequestor compares different ICompilationUnit types. See #1582.
- bug fix - GTD is not working if referenced library is updated without file name change. See #1577.
- bug fix - Fix method ref CompletionItemKind. See #1574.
- other - Update Target Platform to Eclipse 2020-12 M1. See #1567.
- enhancement - Embed m2e 1.17. See #1562.
- enhancement - Add code actions to add sealed/final/non-sealed modifier on a permitted type declaration. See #1555.
- enhancement - Created type doesn't implement sealed interface. See #1553.
- enhancement - Find references to fields via getters/setters. See #1548.
- enhancement - Improve semantic token modifiers. See #1539.
- bug fix - Update 4.17-P-builds to P20201001-0300. See #1559.
- enhancement - Add JavaFX support. See #1536.
- enhancement - Add support for Java 15. See #1543.
- enhancement - Report invalid runtime config back to the client. See #1550.
- enhancement - Move the code action 'Change modifiers to final where possible' to a source action. See #1547.
- bug fix - Fix semantic tokens offset due to document updates. See #1552.
- enhancement - Importing mixed (maven,gradle,eclipse) projects. See #1532.
- enhancement - Allow to customize fileHeader and typeComment for the new Java file. See #1540.
- enhancement - Better expose the "Anonymous to nested class" refactoring. See #1541.
- enhancement - Can trigger 'convert var' and 'convert resolved type' on types. See #1544.
- bug fix - Fixed override method proposal. See #1537.
- build - Update TP to use Eclipse 2020-09 RC2. See #1546.
- enhancement - Update to Eclipse 2020-09-M3. See #1534.
- enhancement - Use
,
as signature trigger char. See #1522. - enhancement - Add
java.import.resourceFilter
preference. See #1508. - performance - Use ASTProvider to getAST for source action handlers. See #1533.
- bug fix - Fixed wildcard import semantic tokens. See #1518.
- enhancement - Expose the 'java.import.gradle.java.home' preference. See #1512.
- enhancement - Provide semantic tokens for class files. See #1511.
- enhancement - Keep typing after the 1st tab when completing imports. See #1510.
- enhancement - Semantic highlighting improvements. See #1501.
- enhancement - Add "Introduce parameter..." code action. See #1420.
- bug fix - NPE in CodeActionHandler.getProblemId L.221. See #1502.
- build - Require Java 11 to build/run. See #1509.
- enhancement - jdt.ls should store gradle wrapper checksums at build time, so it can work offline. See #1486.
- enhancement - fill additionalTextEdits during completionItem/resolve . See #1487.
- enhancement - Update Buildship to 3.1.5. See #1494.
- enhancement - Improve Java LS shutdown. See #1495.
- bug fix - Prepare rename breaks if you have edited the symbol just before the call. See #1483.
- build - Build from command line failure involving "org.codehaus.gmaven:groovy-maven-plugin:2.1.1". See #1497.
- other - README: mention system props for configuring the connection mode (#1496). See #1499.
- enhancement - Avoid unnecessary Gradle re-synch on restart. See #1485.
- enhancement - Optimize default VM management to avoid unnecessary project updates. See #1484.
- enhancement - Update to Eclipse 4.16. See #1478.
- enhancement - Support annotations in semantic highlighting. See #1477.
- enhancement - Wait for jobs to complete when resolving the classpaths. See #1476.
- enhancement - Java runtimes should be configured before projects are imported. See #1474.
- enhancement - Send started status when light weight server is ready. See #1472.
- enhancement - Enable code completion for syntax server. See #1463.
- enhancement - IBuildSupport extension point. See #1455.
- enhancement - Can get VM installation path through ProjectCommand.getProjectSettings(). See #1454.
- bug fix - Fix NPE in BaseDocumentLifeCycleHandler.publishDiagnostics. See #1473.
- bug fix - Correctly assign the queueLength in WrapperValidator. See #1470.
- bug fix - Organize import on save should not select ambiguous static import. See #1459.
- enhancement - Recognize new maven, gradle, eclipse project(s) after first init. See #144.
- enhancement - Add a new command to get all Java projects. See #1447.
- enhancement - Expand the API usages. See #1446.
- enhancement - Use default JVM when importing gradle project. See #1430.
- enhancement - Check for suspicious gradle-wrapper.jar. See #1434.
- bug fix - Discard the stale workingcopies that belonged to the deleted folder. See #1439.
- bug fix - jdt.ls shouldn't modify disk file when handling newly created or renamed files. See #1438.
- bug fix - Respect 'java.codeGeneration.generateComments' when generating accessors on completion. See #1437.
- bug fix - highlight QualifiedName together in packages. See #1435.
- bug fix - Favorite static imports are ignored if server launched without advancedOrganizeImportsSupport:true . See #1422.
- enhancement - refine semantic highlighting. See #1416.
- enhancement - Organize Imports should resolve static imports as well. See #1415.
- enhancement - Support refactoring package name. See #1414.
- bug fix - Code folding is buggy. See #1419.
- bug fix - clean out-of-date fAST before updating new fActiveJavaElement. See #1418.
- bug fix - wait for lifecycle jobs before computing semantic tokens. See #1412.
- build - CompletionHandlerTest.testStarImports fails randomly . See #1409.
- enhancement - support semantic tokens. See #1408.
- enhancement - add threshold for organizing imports with the asterisk (*) wildcard character. See #1407.
- enhancement - compute the rename updates after files renamed. See #1406.
- enhancement - add 'Generate constructor' option to 'Show Fixes' options for fields. See #1405.
- enhancement - make syntax server support hovering over a type. See #1403.
- enhancement - add Java 14 support. See #1391.
- enhancement - update Buildship for Java 14 support. See #1397.
- enhancement - provide
record
snippet. See #1393. - enhancement - add Javadoc completion for
record
s. See #1396. - enhancement - j.i.gradle.arguments and j.i.gradle.jvmArguments aren't properly defined. See #1387.
- enhancement - use stable lsp4j 0.9.0 release. See #1382.
- enhancement - enable syntax mode when importing a partial folder of maven/gradle project. See #1364.
- bug fix - root path in the preference manager won't update when workspace folder changes. See #1388.
- bug fix - fixed BadLocationException and diagnostic with negative line number send to client. See #1374.
- enhancement - provide diagnostics and quickfixes when opening non-project java files. See #1366.
- enhancement - parallel downloads of jars, for Maven projects. See #1369.
- enhancement - allow renaming of lambda parameters. See #1375.
- enhancement - build workspace action can report progress to client. See #1368.
- bug fix - fixed inconsistent filterText and textEdit returned, violating the LSP spec. See #1348.
- bug fix - fixed launch configs to use
com.ibm.icu
. See #1365. - debt - remove direct dependency to ICU4J. See #1362.
- build - Use more stable update sites in TP. See #1378.
- bug fix - update buildship to 3.1.4 to fix issues with projects not using the Gradle wrapper. See #1354.
- bug fix - fixed Java suggestion details missing in some circumstances. See #1353.
- enhancement - added code actions to remove the
final
modifier. See #441. - enhancement - added
java.configuration.runtimes
preference for mapping Java Execution Environments to local JDK runtimes. See #1307. - enhancement - added code actions to assign statement to new variable/field. See #1319.
- enhancement - added code action to remove redundant interfaces. See #438.
- enhancement - added
java.import.gradle.offline.enabled
preference. See #1308. - enhancement - added code action to add missing case labels in switch statements. See #1140.
- enhancement - expose full completion proposals to 3rd party extensions. See #1344.
- bug fix - fixed Intellisense not working when attached javadoc can't be read. See #1314.
- bug fix - fixed duplicate labels in progress reports. See #1321.
- bug fix - added default value to
java.project.referencedLibraries
's exclude and sources. See #1315. - build - fixed failing FormatterHandlerTests du to upstream changes in formatting. See #1317.
- build - fixed build failure due to LSP4J API changes. See #1340.
- enhancement - added support for Call Hierarchy. See #508.
- enhancement - add jars to classpath via new
java.project.referencedLibraries
preference. See #1305. - enhancement - include TextEdit to completion requests, as defined by the LSP. Completion results are now limited via
java.completion.maxResults
preference. See #465 and #1298. - enhancement - Remove duplicate call of getRawLocationURI(). See #1299.
- bug fixed - fixed incorrect signatures returned by signatureHelp. See #1290.
- bug fixed - fixed broken signatureHelp when previous string parameter has
(
or{
. See #1293. - debt - relicensed project to EPL-v2.0. See #897.
- enhancement - add quickfix to correct access to static elements. See #439.
- enhancement - new
java.maven.updateSnapshots
preference to update snapshots/releases for Maven projects. See #1217. - enhancement - sort code actions by relevance. See #1250.
- enhancement - enhanced referenced library support. See #1257.
- enhancement - use ProgressReporter to monitor initialization jobs. See #1280.
- enhancement - jump to definition on break/continue. See #1281.
- enhancement - no need to publish diagnostics in BuildWorkspaceHandler. See #1282.
- bug fixed - set correct kind for action "Add final modifier where possible". See #1266.
- bug fixed - call corresponding code action processor according to base kind. See #1275.
- bug fixed - should update the diagnostics for the deleted resource and it's children. See #1283.
- bug fixed - added the location check back when loading bundles. See #1286.
- debt - BasicFileDetectorTest.testInclusions* fail randomly. See #1262.
- debt - HoverHandlerTest.testHoverOnPackageWithJavadoc fails. See #1284.
- build/infra - CI jobs "Killed" randomly. See #1275.
- enhancement - code action: remove unnecessary cast. See #165.
- enhancement - provide better symbol details on hover. See #1227.
- enhancement - update m2e to 1.14 (embeds Maven 3.6.2). See #1238.
- enhancement - code action: improve "Invert Condition" refactoring trigger. See #1230.
- enhancement - code action: add final modifier where possible. See #1234.
- enhancement - refresh the bundles after uninstalling. See #1253.
- bug fixed - add Java 13 support for Gradle projects. See #1196.
- bug fixed - fixed build job reporting errors from unrelated gradle projects outside the workspace. See #1261.
- bug fixed - fixed Maven import failure caused by m2e-apt unable to parse maven-compiler-plugin configuration. See #1228.
- enhancement - tag IProblem.UnusedImport as DiagnosticTag.Unnecessary. See #1219.
- enhancement - support selection range in snippets. See #1220.
- enhancement - completion should provide code snippets (sysout/syserr/systrace/conditions/loops). See #977.
- enhancement - improve snippet documentation rendering. See #1205.
- enhancement - allow negative patterns in
java.import.exclusions
preference, to allow folder inclusions. See #1200. - bug fix - don't return workspace symbols without a name. See #1204.
- bug fix - fixed package fragments not updated when adding a new folder. See #1137.
- bug fix - only enable preview features for the latest available JDK. See #1197.
- bug fix - don't filter methods from filtered types' code completion. See #1212.
- enhancement - added Java 13 support for Maven and Eclipse projects. See #1179.
- enhancement - code-action: fixed methods with reduced visibility. See #442.
- enhancement - code-action: inline method/variable/field. See #656 and #771.
- enhancement - provide more granularity of progress during Maven import. See #1121.
- enhancement - added support for diagnostic tags. See #1162.
- enhancement - update Buildship to 3.1.2. See #1195.
- bug fix - fixed wrong range for
Surround with try/multi-catch
code action. See #1189. - debt - use sequence rank to get the first position in the position group. See #1180.
- enhancement - code action: fix non accessible references. See #440.
- enhancement - code action: create non existing package when package declaration mismatch. See #1163.
- enhancement - code action: convert for-loop to for-each loop. See #1166.
- enhancement - code action: convert anonymous class to nested class. See #1177.
- enhancement - navigate to the super implementation. See #1165.
- enhancement - exclude certain packages from autocomplete/autoimport. See #1176.
- bug fix - extract embedded javadoc images. See #1138.
- bug fix - fixed "No delegateCommandHandler for 'xxx'" error. See #1146.
- bug fix - fixed Javadoc table conversion to Markdown. See #1167.
- bug fix - fixed wrong completion text for AnonymousDeclarationType. See #1168.
- bug fix - fixed client never receiving server Ready notification. See #1170.
- bug fix - load bundle only once if same bundle occurs multiple times in different locations. See #1174.
- bug fix - fixed incorrect
prepareRename
response when called over import. See #1175. - build - add org.eclipse.ant.core into the launch config. See #1173.
- enhancement - code action to create unresolved types. See #853.
- enhancement - ignore "Unsupported SuppressWarning" warnings by default. See #1062.
- enhancement - properly render @ApiNote in javadoc. See #1069.
- enhancement - code action to move class to another package. See #1089.
- enhancement - code action to move member to another class. See #1089.
- enhancement - code action to move inner types to new class. See #1089.
- enhancement - code action to 'Invert local variable'. See #1117.
- enhancement - code action to convert lambda to anonymous class. See #1119.
- bug fix - fixed find implementation doesn't work on classes. See #1098.
- bug fix - fixed NavigateToDefinitionHandler should not return null. See #1143.
- bug fix - fixed secondary same-line error not reported. See #1147.
- bug fix - fixed go to implementation doesn't work for method invocation. See #1149.
- debt - migrate to BindingLabelProviderCore.See #1155.
- enhancement - added code action to convert a local variable to a field. See #772.
- enhancement - migrated to lsp4j 0.7.2. See #1040.
- enhancement - cancel init or update workspace job of removed rootPaths. See #1064.
- enhancement - trigger client autorename after 'extract to variable/constant/method'. See #1077.
- enhancement - prevented aggressive classpath updates when jars don't change. See #1078.
- enhancement - new extension point to register static commands during JDT LS initialization . See #1084.
- enhancement - added additional Gradle preferences. See #1092.
- enhancement - added support for "textDocument/selectionRange". See #1100.
- enhancement - support non-CUCorrectionProposal for CodeActions. See #1103.
- enhancement - updated m2e to 1.13 -> Use latest Execution Environment when source/target is not yet supported. See m2e#549312.
- bug fix - fixed signature help returning the wrong active parameter. See #1039.
- bug fix - use the default
GRADLE_USER_HOME
env var if possible, for Gradle wrappers and modules. See #1072. - bug fix - fixed signature help stopped working after using a lambda. See #1086.
- bug fix - fixed ChangeUtil for non-MultiTextEdit conversion. See #1095.
- bug fix - fixed IllegalArgumentException thrown on completionItem/resolve if there's no javadoc. See #1107.
- bug fix - properly filter code actions according to context.only values. See #1112.
- build - added launch configurations for remote debugging. See #1067.
- debt - refactor ChangeUtil: universal API converting Change to WorkspaceEdit. See 1106.
- enhancement - added code action to generate constructors. See #972.
- enhancement - added code action to generate delegate methods. See #1042.
- enhancement - updated buildship to 3.1.0. See Buildship changelog.
- enhancement - updated m2e to 1.12 (now embeds Maven 3.6.1). See m2e changelog.
- enhancement - provide more info on hover for constant fields. See #1049.
- bug fix - fixed Signature Help didn't match active parameter per type. See #1037.
- bug fix - fixed disabling Gradle wrapper in certain cases. See #1044.
- enhancement - added
Assign parameters to new fields
source actions. See #167. - enhancement - added code action for adding non existing constructor from super class. See #767.
- enhancement - use the
java.codeGeneration.generateComments
preference to generate comments for getter and setter. See #1024. - enhancement - optionally disable loading gradle from gradle wrapper and use a specific Gradle version. See #1026.
- bug fix - fixed NPE when closing a renamed file. See #993.
- bug fix - fixed potential NPE with a bad formatter URL. See #1029.
- bug fix - fixed Signature Help for constructors. See #1030.
- enhancement - batch Maven project imports when available ram < 1.5GB and number of projects > 50, to reduce memory consumption. See #982.
- enhancement - added advanced
Generate getters and setters...
source action. See #992. - enhancement - tentative workaround for poor resource refresh performance on Windows. See #1001.
- enhancement - show more progress details of workspace jobs. See #1005.
- enhancement - log resource path and line number of build errors. See #1013.
- bug fix - update classpath when jar files are modified. See #1002.
- bug fix - fixed NPE when peeking implementation on generic types. See #1004.
- bug fix - only return signature help on method invocation and javadoc reference. See #1009.
- bug fix - properly detect active signature in signature help. See #1017.
- bug fix - use proper kinds for interfaces, enums and constants, in completion and document symbols. See #1012.
- bug fix - remove ellipsis on
Create getter and setter for
label. See #1019.
- enhancement - added
Generate toString()...
source action. See #736. - enhancement - dynamically add filewatchers. See #926.
- enhancement - download Java sources lazily for Maven projects. See #979.
- enhancement - optimize CompilationUnit computations. See #980.
- enhancement - optimize server initialization. See #981.
- enhancement - show more detailed progress report on startup. See #997.
- bug fix - completion cache resets after file recompilation resulting in slow code completion. See #847.
- bug fix - fix jar detection on windows, for invisible projects. See #998.
- bug fix - Only enable the preview flag if the JVM supports it. See #975.
- enhancement - added "imports" folding support. See #555.
- enhancement - added UI to manage ambiguous imports. See #673.
- enhancement - added
Convert to static import
code actions. See #796. - enhancement - eliminated CPU usage when idling on Windows. See #843.
- enhancement - added Java 12 support. See #671.
- bug fix - fixed occasional NPE when navigating to class, on Linux. See #963.
- enhancement - added
Generate hashcode() and equals()...
source action. See 168. - enhancement - improve the mechanism to resolve the package name for empty java file. See 950.
- bug fix - fixed server stopping when idling, after failing to track client's PID. See #946.
- bug fix - signature help should select the 1st parameter after the opening round bracket. See #947.
- enhancement - new source action:
Override/Implement Methods...
. See 900. - enhancement - attaching sources now use a project relative path, when possible. See #906.
- bug fix - definitely fixed the file handle/memory leak on Windows when idling (when using Java 9+), also reduced CPU usage. See #936.
- enhancement - automatically detect jars in
lib/
folder of standalone folders (invisible projects). See #927. - bug fix - fixed file handle/memory leak on Windows when idling. See #931.
- build - use Eclipse 2019-03 M2 bits. See #934.
- debt - use FileWatcher API from lsp4j. See #929.
- bug fix - updates to gradle properties should be picked up when doing a full build. See #924.
- bug fix - fixed regression with "Add parentheses around cast" code action. See #907.
- bug fix - ignore circular links during project import. See #911.
- build - fixed build failing to download the Maven wrapper on Windows. See #789.
- enhancement - source action to generate Getters/Setters for all fields. See #163 and #902.
- enhancement - added
java.maxConcurrentBuilds
preference to allow concurrent builds. See #825. - enhancement - added commands to add/remove/list project source folders. See #859.
- enhancement - reworked standalone files support. Now maps root folders to an invisible project under jdt.ls's workspace. See #880.
- enhancement - mapped
extract
refactorings to new code action kinds (helps with key mapping). See #909. - bug fix - fixed project reference when navigating to JDK classes. See #842.
- bug fix - fixed potential NPE on hover. See #893.
- bug fix - don't return unnecessary code actions. See #894.
- build - removed Guava 15 jar from the distribution. See #484.
- build - migrated to buildship 3.0. See #875.
- build - migrated to lsp4j 0.6.0. See #882.
- debt - fixed random failures in DiagnosticHandlerTest.testMultipleLineRange. See #877.
- debt - removed copy of ContextSensitiveImportRewriteContext. See #887.
- enhancement - rename refactoring now supports file operations (rename/move file). See #43.
- enhancement -
Organize imports
now added as Source Action. See #845. - bug fix - fixed broken import autocompletion. See #591.
- bug fix - fixed diagnostics not being reset after closing a file. See #867.
- build - update TP to include m2e, m2e-apt, buildship. See #873.
- debt - deleted copied StubUtility2 class from corext.refactoring. See #858.
- enhancement - adopt new CodeAction and CodeActionKind. See #800.
- enhancement - added commands to manage dependency source attachment. See #837.
- enhancement - resolve
~/
paths forjava.configuration.maven.userSettings
. See #848. - bug fix - fixed NPE in documentSymbols calls when no source is attached. See #851.
- bug fix - fixed detection of projects under linked folders. See #831.
- bug fix - fixed NPE in MavenBuildSupport when parent project is missing. See #839.
- build - update TP to include m2e-apt 1.5.1. See #855.
- bug fix - ignore multiple code lenses for byte code generated methods. See #828.
- bug fix - fixed Maven diagnostics showing up and disappearing on save. See #829.
- bug fix - fixed typo in willSaveWaitUntil log. See #831.
- debt - use CodeGeneration and GetterSetterUtil from o.e.jdt.core.manipulation. See #821.
- debt - delete copied classes from corext.refactoring. See #826.
- enhancement - new Java 11 support for Maven, Gradle and Eclipse projects. See #735.
- enhancement - bind
Project configuration is not up-to-date with pom.xml
diagnostics to pom.xml. See #797. - enhancement - cascade "Update project configuration" command to child Maven projects. See #806.
- enhancement - ignore
Unknown referenced nature
warnings. See #812. - bug fix - fixed 'java/buildWorkspace' command failing due to
Project configuration is not up-to-date with pom.xml
errors. See #813. - debt - removed copy of StubUtility, use the one from o.e.jdt.core.manipulation. See #793.
- enhancement - new code-action: Convert anonymous class to lambda expression. See #658.
- enhancement - exposed new asynchronous
workspace/notify
command. See #719. - enhancement - adopted new DocumentSymbolProvider API. See #780.
- enhancement - new preference to disable auto-completion. See #786.
- enhancement - migrated to lsp4j 0.5.0.M1. See #787.
- bug fix - fixed 'Updating Maven projects' showing progress above 100%. See #785.
- bug fix - fixed BadLocationExceptions thrown during
textDocument/documentSymbol
invocations. See #794.
- enhancement - add
textDocument/implementation
support. See #556. - enhancement - automatically generate params in Javadoc. See #744.
- enhancement - support folder URIs in
workspace/didChangeWatchedFiles
. See #755. - enhancement - prevent unnecessary build when reopening workspace. See #756.
- enhancement - publish diagnostic information at the project level. See #759.
- enhancement - update m2e to 1.9.1 See #761.
- enhancement - lower severity of m2e's
Project configuration is not up-to-date...
diagnostics. See #763. - enhancement - add quickfix for removing unused local var and all assignments. See #769.
- bug fix - fixed timestamps in logs. See #742.
- bug fix - don't send notifications for gradle files modified under the build directory. See #768.
- bug fix - fixed FormattingOptions.isInsertSpaces=false being ignored during formatting requests. See #775.
- debt - remove copies of IProblemLocation and ProblemLocation. See #749.
- debt - fixed random failures of HoverHandlerTest.testHoverOnPackageWithNewJavadoc. See #764.
- documentation - provide a changelog. See #773.