mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
529 B
529 B
0.8.10
Minor Analysis Improvements
- Java expressions with erroneous types (e.g. the result of a call whose callee couldn't be resolved during extraction) are now given a CodeQL
ErrorTypemore often.
Bug Fixes
- Fixed the Java autobuilder overriding the version of Maven used by a project when the Maven wrapper
mvnwis in use and themaven-wrapper.jarfile is not present in the repository. - Some flow steps related to
android.text.Editable.toStringthat were accidentally disabled have been re-enabled.