mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
420 B
420 B
lgtm,codescanning
- The "Potential input resource leak" (
java/input-resource-leak) and "Potential output resource leak" (java/output-resource-leak) queries no longer confusejava.ioclasses such asReaderwith others that happen to share the same base name. Additionally the number of false positives has been reduced by recognizingCharArrayReaderandCharArrayWriteras types that don't need to be closed.