# 6/25/07 10:22:59 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-I/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/build/build-stp-I/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/build/build-stp-I/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/build/build-stp-I/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/build/build-stp-I/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/build/build-stp-I/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]