Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 7 Number of classfiles: 14

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/dltk/javascript/jdt/integration/JavaElementReference.java
1. WARNING: LocalVariableIsNeverUsed

The local variable rType is never read

JavaElementReference.java:

32: String rType=m.getReturnType();

Source File: org/eclipse/dltk/javascript/jdt/integration/JdtReferenceResolver.java
1. WARNING: NonStaticAccessToStaticMethod

The static method getDefaultSearchParticipant() from the type SearchEngine should be accessed in a static way

JdtReferenceResolver.java:

96: new org.eclipse.jdt.core.search.SearchParticipant[] { engine .getDefaultSearchParticipant() },

2. WARNING: NonStaticAccessToStaticMethod

The static method getDefaultSearchParticipant() from the type SearchEngine should be accessed in a static way

JdtReferenceResolver.java:

226: new org.eclipse.jdt.core.search.SearchParticipant[] { engine .getDefaultSearchParticipant() },