Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
vscode-java-1.43.0-604.vsix | 2025-06-26 | 51.8 MB | |
java-win32-x64-1.43.0-604.vsix | 2025-06-26 | 126.2 MB | |
java-linux-x64-1.43.0-604.vsix | 2025-06-26 | 130.0 MB | |
java-linux-arm64-1.43.0-604.vsix | 2025-06-26 | 129.6 MB | |
java-darwin-x64-1.43.0-604.vsix | 2025-06-26 | 127.4 MB | |
java-darwin-arm64-1.43.0-604.vsix | 2025-06-26 | 126.4 MB | |
1.43.0 source code.tar.gz | 2025-06-26 | 4.8 MB | |
1.43.0 source code.zip | 2025-06-26 | 4.9 MB | |
README.md | 2025-06-26 | 1.4 kB | |
Totals: 9 Items | 701.1 MB | 0 |
- performance - "Rebuild Projects" command should be done incrementally. See #4041.
- enhancement - Adopt quick fixes for various modifier corrections. See JLS#1053.
BodyForNativeMethod
,MethodRequiresBody
,OuterLocalMustBeEffectivelyFinal
,MissingSynchronizedModifierInInheritedMethod
,MethodCanBeStatic
,OverridingDeprecatedMethod
- enhancement - Add cleanups for various redundant modifiers/expressions/statements. See #4066.
- enhancement - Increase default value for maximum heap size (
Xmx
) from1G
to2G
. See #4062. - bug fix - Fix issues with Lombok
@Builder
annotation onrecord
type declarations. See #4050. - bug fix - Prevent code actions from failing with "Document does not match the AST". See #4027.
- bug fix - Handle snippets when opened (empty) Java file triggers activation. See #3940.
- bug fix - Remove JAXP entity limits when runtime is Java 24 or higher. See #4071.