Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 283 Number of classfiles: 373

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jem/internal/proxy/initParser/Expression.java
1. WARNING: DeadCode

Dead code

Expression.java :

78 : for (int i = parsePosition; i < token.length ; i++){

Source File: org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyFactory.java
1. WARNING: UnusedPrivateMethod

The method useCnt() from the type REMStandardBeanProxyFactory.ProxyRef is never used locally

REMStandardBeanProxyFactory.java :

91 : public synchronized int useCnt() {