A RetroSearch Logo

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

Search Query:

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

[java] Parsing Error when having an Annotated Inner class · Issue #415 · pmd/pmd · GitHub

having a valid Java-Class:

public class X {
	static class StaticInner {
    		static class StaticInnerInner {

        }
    }

    public void testAnnotationOnInnerClass() {
    	final StaticInner.@Nullable StaticInnerInner x = null;
    }
}

Then the @Nullable will not be parsable - even it is the only way to annotate the inner class here.

I think the problem is somewhere in Java.jjt
void ClassOrInterfaceType():


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