# 1/9/08 4:30:45 AM EST # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.common/src/org/eclipse/stp/common/logging/LoggingProxy.java (at line 39) private LoggingProxy(Class aLogRoot, String[] someTracingOptions) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 2. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.common/src/org/eclipse/stp/common/logging/LoggingProxy.java (at line 44) public static LoggingProxy getlogger(Class aLogRoot, ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 3. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.common/src/org/eclipse/stp/common/logging/LoggingProxy.java (at line 49) public static LoggingProxy getlogger(Class aLogRoot, String aTracingOption) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 4. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.common/src/org/eclipse/stp/common/logging/LoggingProxy.java (at line 53) public static LoggingProxy getlogger(Class aLogRoot) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 5. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.common/src/org/eclipse/stp/common/logging/SystemOutWriter.java (at line 21) private Class logRoot; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 6. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.common/src/org/eclipse/stp/common/logging/SystemOutWriter.java (at line 23) public SystemOutWriter(Class aLogRoot) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 6 problems (6 warnings)[5 .class files generated]