| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vscode-java-1.51.0-813.vsix | 2026-01-06 | 53.8 MB | |
| java-win32-x64-1.51.0-813.vsix | 2026-01-06 | 128.3 MB | |
| java-linux-x64-1.51.0-813.vsix | 2026-01-06 | 132.2 MB | |
| java-linux-arm64-1.51.0-813.vsix | 2026-01-06 | 131.7 MB | |
| java-darwin-x64-1.51.0-813.vsix | 2026-01-06 | 129.5 MB | |
| java-darwin-arm64-1.51.0-813.vsix | 2026-01-06 | 128.4 MB | |
| 1.51.0 source code.tar.gz | 2026-01-06 | 4.8 MB | |
| 1.51.0 source code.zip | 2026-01-06 | 4.9 MB | |
| README.md | 2026-01-06 | 1.9 kB | |
| Totals: 9 Items | 713.7 MB | 0 | |
- enhancement - Add a quickfix to replace a deprecated field with one referenced in the docs. See JLS#3626.
- enhancement - Add a quickfix for "type safety warning" to infer type arguments. See JLS#626.
- bug fix - "Generate constructor" feature can now be used when the type has no fields. See #4154.
- bug fix - When viewing Javadoc through hover, any Javadoc with
{@literal}tags now has proper newlines. See #3758. - bug fix - Handle tags placed in
{@literal}properly in Javadoc hover. See #1838. - bug fix - Fix how tables are displayed in Javadoc hover. See #2465.
- bug fix - Fix a bug in the quickfix that replaces a deprecated method with one referenced in the docs. See JLS#3638.
- bug fix - Fix Move method refactoring causing syntax errors due to calling private fields. See #3604
- bug fix - Fix Move method refactoring causing syntax errors due to dependency on internal classes. See #3607
- bug fix - Fix formatting breaking fenced blocks in Markdown javadoc 4209.
- bug fix - Ensure importers with the same order number are not dropped. See JLS#3658.
- dependencies - Address vulnerability in version of jsoup being used. See #3859.