Skip to content

Commit 62b1091

Browse files
authored
Fix wrong packages in minor analysis change
1 parent df5178d commit 62b1091

File tree

1 file changed

+1
-1
lines changed
  • java/ql/lib/change-notes/released

1 file changed

+1
-1
lines changed

java/ql/lib/change-notes/released/0.3.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
### Minor Analysis Improvements
2121

22-
* Added new flow steps for the classes `java.io.Path` and `java.nio.Paths`.
22+
* Added new flow steps for the classes `java.nio.file.Path` and `java.nio.file.Paths`.
2323
* The class `AndroidFragment` now also models the Android Jetpack version of the `Fragment` class (`androidx.fragment.app.Fragment`).
2424
* Java 19 builds can now be extracted. There are no non-preview new language features in this release, so the only user-visible change is that the CodeQL extractor will now correctly trace compilations using the JDK 19 release of `javac`.
2525
* Classes and methods that are seen with several different paths during the extraction process (for example, packaged into different JAR files) now report an arbitrarily selected location via their `getLocation` and `hasLocationInfo` predicates, rather than reporting all of them. This may lead to reduced alert duplication.

0 commit comments

Comments
 (0)