PMD version 6.4.0
, Java version 10.
var lock = someVariable.readLock(); try (lock) { ... }
This gives an UnusedLocalVariable
warning for the lock
variable which is not correct. This is new syntax available since Java 9.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4