Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 35 Number of classfiles: 45

Problems: 3 (Errors: 0 Warnings: 3 )

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

The import org.eclipse.jpt.jpadiagrameditor.ui.tests.internal.editor.CreateDiagramTest is never used

AllJpaEditorTests.java :

21 : import org.eclipse.jpt.jpadiagrameditor.ui.tests.internal.editor.CreateDiagramTest;

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

Unnecessary @SuppressWarnings("restriction")

JPACreateFactory.java :

53 : @SuppressWarnings("restriction")

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

Unnecessary @SuppressWarnings("restriction")

EditorTest.java :

46 : @SuppressWarnings("restriction")