Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't annotate argument of array element type if latter is qualified #91

Open
GoogleCodeExporter opened this issue Jul 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Download attachments and run:

$ javac C.java
$ insert-annotations-to-source C.jaif C.java

Expected result is

public class C {
   java.util.List<@A ?>[] lists = new java.util.ArrayList<@B ?>[2];
}

Actual result is identical to C.java, as neither annotation specified in the 
JAIF is inserted.

Original issue reported on code.google.com by [email protected] on 5 Dec 2014 at 1:55

Attachments:

@mernst mernst added this to the Medium milestone Jan 10, 2016
cushon pushed a commit to cushon/annotation-tools that referenced this issue Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants