lizard
lizard copied to clipboard
Variable declaration with anonymous class initiation detected as method in Java.
ThreadLocal<Long>
returned as function name that is problematic.
private ThreadLocal<Long> startTime = new ThreadLocal<Long>() {
@Override protected Long initialValue() {
return 0L;
}
};