Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 7 Number of classfiles: 8
Problems: 6 (Errors: 0 Warnings: 6 )
The field TestIJavaTypeDescriptor2._testBeanWithGenericProperties is never read locally
TestIJavaTypeDescriptor2.java :
53 : private IBeanInstanceSymbol _testBeanWithGenericProperties;
The import java.util.Collections is never used
TestIJavaTypeDescriptor2_ChangeStability.java :
3 : import java.util.Collections;
The field TestIJavaTypeDescriptor2_ChangeStability._testBean1SubclassSymbol is never read locally
TestIJavaTypeDescriptor2_ChangeStability.java :
45 : private IBeanInstanceSymbol _testBean1SubclassSymbol;
The field TestIJavaTypeDescriptor2_ChangeStability._testBean2SubclassSymbol is never read locally
TestIJavaTypeDescriptor2_ChangeStability.java :
47 : private IBeanInstanceSymbol _testBean2SubclassSymbol;
The field TestIJavaTypeDescriptor2_ChangeStability._testBeanWithGenericProperties is never read locally
TestIJavaTypeDescriptor2_ChangeStability.java :
48 : private IBeanInstanceSymbol _testBeanWithGenericProperties;
The field TestIJavaTypeDescriptor2_ChangeStability.testBean1Sig is never read locally
TestIJavaTypeDescriptor2_ChangeStability.java :
60 : private final static String testBean1Sig = "L"+packageName1+"."+testBeanName1+";";