зеркало из https://github.com/github/codeql.git
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.io
classes such asReader
with others that happen to share the same base name. Additionally the number of false positives has been reduced by recognizingCharArrayReader
andCharArrayWriter
as types that don't need to be closed.