Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0

Number of source files: 35 Number of classfiles: 44

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jpt/jpadiagrameditor/ui/tests/internal/AllJpaEditorTests.java
1. WARNING: UnusedPrivateMethod

The method verifyEclipseLinkJarExists() from the type AllJpaEditorTests is never used locally

AllJpaEditorTests.java :

97 : private static void verifyEclipseLinkJarExists() throws NoSuchElementException {

Source File: org/eclipse/jpt/jpadiagrameditor/ui/tests/internal/JPACreateFactory.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

JPACreateFactory.java :

63 : @SuppressWarnings({"restriction", "nls"})