Details
Description
public class Foo { final String s = "unchecked"; @SuppressWarnings( s ) public void testNothing() { } }
Trying to access s through the annotation gives the ArrayIndexOutOfBoundsException
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.11 [ 15653 ] |
Paul Hammant
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed in rev681