Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 31.52
-
Fix Version/s: None
-
Labels:None
-
Environment:HideApache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
Java version: 1.6.0_16
Java home: d:\jdk1.6.0_16\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"ShowApache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500) Java version: 1.6.0_16 Java home: d:\jdk1.6.0_16\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
-
Number of attachments :
Description
The following inlined @SuppressWarnings causes parse error:
for (@SuppressWarnings("unchecked") Iterator<SomeType> i = new org.apache.commons.collections.iterators.ListIteratorWrapper(some_iterator); i.hasNext()
{ }
Parse error:
Encountered " "@" "@ "" at line 66, column 14.
Was expecting one of:
"assert" ...
"boolean" ...
"byte" ...
...