|
26 | 26 | ## Version 23.0.1 |
27 | 27 | ### What's Changed |
28 | 28 |
|
29 | | -#### Bugs |
| 29 | +#### Bug Fixes |
30 | 30 | * [JAVAVSCODE-217] Remove grouping of test runner cases to fix incorrect results https://github.com/oracle/javavscode/pull/307 |
31 | 31 | * [JAVAVSCODE-249] Fixed code folding for if-else https://github.com/oracle/javavscode/pull/304 and https://github.com/oracle/javavscode/pull/308 |
32 | 32 | * [JAVAVSCODE-291] Fixed JDK Downloader to NOT offer Windows ARM64 option https://github.com/oracle/javavscode/pull/294 |
|
58 | 58 | * Progress bar added to track JDK download progress https://github.com/oracle/javavscode/pull/248 |
59 | 59 | * JDK 23 now available in the JDK Downloader https://github.com/oracle/javavscode/pull/274 |
60 | 60 | * Restrict parent directory traversal when locating the associated project https://github.com/oracle/javavscode/pull/251 |
61 | | -#### Bugs |
| 61 | +#### Bug Fixes |
62 | 62 | * [JAVAVSCODE-57] Rename refactoring should not replace in comments by default https://github.com/oracle/javavscode/pull/261 |
63 | 63 | * [JAVAVSCODE-148] Corrected configuration selection from launch settings during run and debug sessions https://github.com/oracle/javavscode/pull/266 |
64 | 64 | * [JAVAVSCODE-203] Fixed rename refactoring for record components https://github.com/apache/netbeans/pull/7670 |
|
76 | 76 | ## Version 22.1.2 |
77 | 77 | ### What's Changed |
78 | 78 |
|
79 | | -#### Bugs |
| 79 | +#### Bug Fixes |
80 | 80 | * [JAVAVSCODE-96] Honour SuppressWarnings annotations for `unused` entities https://github.com/oracle/javavscode/pull/227 |
81 | 81 | * [JAVAVSCODE-182] Show the constructor's JavaDoc on hovering over its usage; instead of the class' JavaDoc https://github.com/oracle/javavscode/pull/238 |
82 | 82 | * [JAVAVSCODE-185] Formatting of XML (pom.xml) files fixed https://github.com/oracle/javavscode/pull/226 |
|
114 | 114 | ## Version 22.0.1 (May 30th, 2024) |
115 | 115 | ### What's Changed |
116 | 116 |
|
117 | | -#### Bugs |
| 117 | +#### Bug Fixes |
118 | 118 | * [JAVAVSCODE-59] In VSCode provide quickfix relevant to the position of the cursor https://github.com/apache/netbeans/pull/7353 |
119 | 119 | * [JAVAVSCODE-101] Command jdk.java.project.resolveProjectProblems' not found https://github.com/apache/netbeans/pull/7370 |
120 | 120 |
|
|
139 | 139 | * Bump up axios 1.6.0 to 1.6.8 https://github.com/oracle/javavscode/pull/127 |
140 | 140 | * Bump up @vscode/debugadapter from 1.55.1 to 1.65.0 https://github.com/oracle/javavscode/pull/135 |
141 | 141 |
|
142 | | -#### Bugs |
| 142 | +#### Bug Fixes |
143 | 143 | * [JAVAVSCODE-29] vscode reports a need to upgrade Gradle to an earlier version for JDK-21 https://github.com/apache/netbeans/pull/6807 |
144 | 144 | * [JAVAVSCODE-30] Fixed refactoring of pom.xml as well on renaming class name https://github.com/oracle/javavscode/pull/120 |
145 | 145 | * [JAVAVSCODE-95] Fixed false error thrown if parent pom version uses variable https://github.com/oracle/javavscode/pull/125 |
|
166 | 166 | * [JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries https://github.com/oracle/javavscode/pull/82 |
167 | 167 | * Update to NetBeans 20 https://github.com/oracle/javavscode/pull/92 |
168 | 168 |
|
169 | | -#### Bugs |
| 169 | +#### Bug Fixes |
170 | 170 | * [JAVAVSCODE-23] Class outline/structure missing in some cases fixed https://github.com/apache/netbeans/pull/6642 |
171 | 171 | * [JAVAVSCODE-24] Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631 |
172 | 172 | * [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders https://github.com/apache/netbeans/pull/6690 |
|
0 commit comments