JDK-8044867 : Fix raw and unchecked lint warnings in sun.tools.*
Type:Sub-task
Component:other-libs
Sub-Component:other
Affected Version:9
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2014-06-05
Updated:2014-08-29
Resolved:2014-08-01
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The files in sun.tools should be cleared of raw and unchecked warnings.
Comments
This will be a long road with many fixes. Just noting that starting now.
13-07-2014
Warnings to fix include:
src/share/classes/sun/tools/java/BinaryClass.java:137: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryClass.java:46: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryClass.java:503: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/BinaryClass.java:512: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/BinaryClass.java:54: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:225: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:226: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:226: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:230: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:237: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/BinaryConstantPool.java:237: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/BinaryConstantPool.java:238: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:262: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:264: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/BinaryConstantPool.java:265: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/BinaryConstantPool.java:276: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/BinaryConstantPool.java:277: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/BinaryConstantPool.java:280: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/BinaryConstantPool.java:283: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/BinaryMember.java:85: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryMember.java:87: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryMember.java:87: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/BinaryMember.java:88: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:1029: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:1031: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:1033: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:109: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:109: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:1287: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:274: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/BatchEnvironment.java:283: warning: [rawtypes] found raw type: Set
src/share/classes/sun/tools/javac/BatchEnvironment.java:320: warning: [rawtypes] found raw type: HashSet
src/share/classes/sun/tools/javac/BatchEnvironment.java:323: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/BatchEnvironment.java:334: warning: [unchecked] unchecked call to add(E) as a member of the raw type Set
src/share/classes/sun/tools/javac/BatchEnvironment.java:350: warning: [unchecked] unchecked call to add(E) as a member of the raw type Set
src/share/classes/sun/tools/javac/BatchEnvironment.java:394: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:395: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:453: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:530: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/BatchEnvironment.java:610: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:621: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:624: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/BatchEnvironment.java:64: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:64: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:69: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:69: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/BatchEnvironment.java:74: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:74: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:832: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:832: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/BatchEnvironment.java:835: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/BatchParser.java:212: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/BatchParser.java:59: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/BatchParser.java:79: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/CompilerMember.java:41: warning: [rawtypes] found raw type: Comparable
src/share/classes/sun/tools/java/ClassDefinition.java:1003: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1049: warning: [rawtypes] found raw type: ArrayList
src/share/classes/sun/tools/java/ClassDefinition.java:1051: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
src/share/classes/sun/tools/java/ClassDefinition.java:1060: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1189: warning: [rawtypes] found raw type: ArrayList
src/share/classes/sun/tools/java/ClassDefinition.java:1189: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/java/ClassDefinition.java:1195: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1242: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1304: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
src/share/classes/sun/tools/java/ClassDefinition.java:1525: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1527: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
src/share/classes/sun/tools/java/ClassDefinition.java:1590: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1602: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1639: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:1930: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/ClassDefinition.java:2022: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassDefinition.java:2024: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/ClassDefinition.java:522: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:626: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/ClassDefinition.java:67: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassDefinition.java:67: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassDefinition.java:74: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassDefinition.java:999: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/java/ClassPath.java:236: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/ClassPath.java:237: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassPath.java:237: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassPath.java:240: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/ClassPath.java:246: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/ClassPath.java:256: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/ClassPath.java:290: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassPath.java:290: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/ClassPath.java:309: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/javac/Main.java:215: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/Main.java:215: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/Main.java:462: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/Main.java:503: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/Main.java:515: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/Main.java:534: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:1166: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/javac/SourceClass.java:2043: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2043: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2055: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2085: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2085: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2086: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2086: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2087: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2087: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:2092: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2097: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2131: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2134: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2138: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2155: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2243: warning: [unchecked] unchecked call to setElementAt(E,int) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceClass.java:2246: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:2265: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:2277: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:2371: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:238: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/javac/SourceClass.java:2403: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:2533: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:2665: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceClass.java:360: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceClass.java:73: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/SourceClass.java:73: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/SourceClass.java:924: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/javac/SourceMember.java:123: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceMember.java:202: warning: [unchecked] unchecked call to insertElementAt(E,int) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceMember.java:251: warning: [unchecked] unchecked call to insertElementAt(E,int) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceMember.java:362: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceMember.java:49: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceMember.java:526: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceMember.java:552: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/SourceMember.java:552: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/SourceMember.java:561: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceMember.java:609: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/SourceMember.java:609: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/javac/SourceMember.java:639: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceMember.java:67: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceMember.java:710: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceMember.java:77: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceMember.java:815: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/javac/SourceMember.java:89: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceMember.java:92: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/javac/SourceMember.java:95: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/javac/SourceMember.java:99: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/Identifier.java:120: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/Identifier.java:61: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/Identifier.java:61: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/Imports.java:137: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Imports.java:137: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Imports.java:138: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/Imports.java:148: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Imports.java:171: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Imports.java:178: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/Imports.java:204: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/Imports.java:306: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/Imports.java:335: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/Imports.java:396: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/Imports.java:404: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Imports.java:434: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Imports.java:467: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/java/Imports.java:468: warning: [unchecked] unchecked conversion
src/share/classes/sun/tools/java/Imports.java:468: warning: [unchecked] unchecked method invocation: method unmodifiableList in class Collections is applied to given types
src/share/classes/sun/tools/java/Imports.java:475: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/java/Imports.java:476: warning: [unchecked] unchecked conversion
src/share/classes/sun/tools/java/Imports.java:476: warning: [unchecked] unchecked method invocation: method unmodifiableList in class Collections is applied to given types
src/share/classes/sun/tools/java/Imports.java:70: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/Imports.java:70: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/Imports.java:77: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Imports.java:77: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Imports.java:83: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Imports.java:83: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/MemberDefinition.java:106: warning: [rawtypes] found raw type: Map
src/share/classes/sun/tools/java/MemberDefinition.java:129: warning: [rawtypes] found raw type: HashMap
src/share/classes/sun/tools/java/MemberDefinition.java:144: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
src/share/classes/sun/tools/java/MemberDefinition.java:220: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/MemberDefinition.java:221: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/MethodSet.java:112: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
src/share/classes/sun/tools/java/MethodSet.java:131: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/java/MethodSet.java:136: warning: [rawtypes] found raw type: ArrayList
src/share/classes/sun/tools/java/MethodSet.java:137: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
src/share/classes/sun/tools/java/MethodSet.java:146: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
src/share/classes/sun/tools/java/MethodSet.java:152: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
src/share/classes/sun/tools/java/MethodSet.java:163: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/MethodSet.java:181: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/MethodSet.java:184: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/java/MethodSet.java:196: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/MethodSet.java:201: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/MethodSet.java:202: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/MethodSet.java:203: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/MethodSet.java:265: warning: [rawtypes] found raw type: Iterator
src/share/classes/sun/tools/java/MethodSet.java:49: warning: [rawtypes] found raw type: Map
src/share/classes/sun/tools/java/MethodSet.java:66: warning: [rawtypes] found raw type: HashMap
src/share/classes/sun/tools/java/MethodSet.java:92: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/java/MethodSet.java:97: warning: [rawtypes] found raw type: ArrayList
src/share/classes/sun/tools/java/MethodSet.java:98: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
src/share/classes/sun/tools/java/Package.java:147: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/Package.java:151: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/java/Parser.java:1685: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1685: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1687: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Parser.java:1690: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Parser.java:1893: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1893: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1894: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1894: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1904: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1904: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1908: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Parser.java:1911: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Parser.java:1918: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Parser.java:1921: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Parser.java:1932: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:1932: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:395: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:395: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:396: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:396: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/java/Parser.java:397: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type Vector
src/share/classes/sun/tools/java/Type.java:104: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/java/Type.java:60: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/java/Type.java:60: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/AndExpression.java:57: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ArrayAccessExpression.java:112: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ArrayAccessExpression.java:120: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ArrayAccessExpression.java:65: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ArrayAccessExpression.java:86: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ArrayExpression.java:50: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ArrayExpression.java:54: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/AssignExpression.java:53: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/AssignOpExpression.java:152: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/BinaryAssignExpression.java:70: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/BinaryExpression.java:67: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/BinaryLogicalExpression.java:49: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/BinaryLogicalExpression.java:64: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/BooleanExpression.java:89: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/BreakStatement.java:54: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/CaseStatement.java:52: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/CastExpression.java:51: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/CatchStatement.java:70: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/CommaExpression.java:49: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/CompoundStatement.java:73: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ConditionalExpression.java:110: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ConditionalExpression.java:67: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ContinueStatement.java:55: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ConvertExpression.java:50: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/DeclarationStatement.java:58: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/DeclarationStatement.java:62: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/DoStatement.java:56: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:195: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:198: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:201: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:206: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:246: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:269: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:280: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Expression.java:298: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ExpressionStatement.java:53: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ExprExpression.java:52: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ExprExpression.java:63: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FieldExpression.java:222: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FieldExpression.java:235: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FieldExpression.java:419: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FieldExpression.java:853: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FieldExpression.java:906: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FieldExpression.java:948: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FinallyStatement.java:185: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/tree/FinallyStatement.java:187: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/tree/FinallyStatement.java:71: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FinallyStatement.java:73: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/FinallyStatement.java:73: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ForStatement.java:60: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/IdentifierExpression.java:234: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/IdentifierExpression.java:253: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/IdentifierExpression.java:266: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/IdentifierExpression.java:296: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/IfStatement.java:58: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/IncDecExpression.java:52: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/IncDecExpression.java:69: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/InstanceOfExpression.java:51: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/LengthExpression.java:49: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/LocalMember.java:166: warning: [rawtypes] found raw type: Vector
src/share/classes/sun/tools/tree/MethodExpression.java:565: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/tree/MethodExpression.java:590: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/MethodExpression.java:81: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/NewArrayExpression.java:58: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/NewInstanceExpression.java:330: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/tree/NewInstanceExpression.java:369: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/NewInstanceExpression.java:86: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/NotExpression.java:68: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/OrExpression.java:57: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ReturnStatement.java:54: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Statement.java:103: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Statement.java:133: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Statement.java:167: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/Statement.java:172: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/SuperExpression.java:64: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/SuperExpression.java:77: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/SuperExpression.java:83: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/SwitchStatement.java:57: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/SwitchStatement.java:65: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/SwitchStatement.java:65: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/SwitchStatement.java:87: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/tree/SynchronizedStatement.java:59: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ThisExpression.java:90: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ThrowStatement.java:53: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/ThrowStatement.java:61: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/tree/TryStatement.java:134: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/tree/TryStatement.java:152: warning: [rawtypes] found raw type: Enumeration
src/share/classes/sun/tools/tree/TryStatement.java:170: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Hashtable
src/share/classes/sun/tools/tree/TryStatement.java:60: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/TryStatement.java:64: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/TryStatement.java:64: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/TypeExpression.java:56: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/TypeExpression.java:62: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/UnaryExpression.java:72: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/VarDeclarationStatement.java:60: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/tree/WhileStatement.java:56: warning: [rawtypes] found raw type: Hashtable
src/share/classes/sun/tools/util/CommandLine.java:57: warning: [rawtypes] found raw type: ArrayList
src/share/classes/sun/tools/util/CommandLine.java:57: warning: [rawtypes] found raw type: ArrayList
src/share/classes/sun/tools/util/CommandLine.java:63: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
src/share/classes/sun/tools/util/CommandLine.java:68: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
src/share/classes/sun/tools/util/CommandLine.java:71: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type ArrayList
src/share/classes/sun/tools/util/CommandLine.java:74: warning: [rawtypes] found raw type: List
src/share/classes/sun/tools/util/CommandLine.java:86: warning: [unchecked] unchecked call to add(E) as a member of the raw type List