[GRADLE-3483] Handling of exported Annotations in new Java Software Model fails for primitive Array values Created: 14/Jun/16 Updated: 25/Jan/17 Resolved: 14/Jun/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.13 |
Fix Version/s: | 3.0-milestone-2, 3.0-rc-2 |
Type: | Bug | ||
Reporter: | Stefan Wolf | Assignee: | Stefan Wolf |
Resolution: | Fixed | Votes: | 0 |
Description |
Having an annotation with a primitive Array value like @Parameter(names={"foo"}) public void bar() {} makes analyzing the class fail with a NullPointerException. |