A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/1190 below:

[java] UnusedLocalVariable/UnusedPrivateField false-positive · Issue #1190 · pmd/pmd · GitHub

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