Compiler Report

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

Number of source files: 15 Number of classfiles: 27

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jst/ws/jaxws/dom/integration/navigator/DOMItemValuePropertySourceFactory.java
1. WARNING: UnusedImport

The import org.eclipse.ui.views.properties.IPropertySource is never used

DOMItemValuePropertySourceFactory.java :

16 : import org.eclipse.ui.views.properties.IPropertySource;

Source File: org/eclipse/jst/ws/jaxws/dom/integration/navigator/WebServiceProblemsDecorator.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

WebServiceProblemsDecorator.java :

44 : @SuppressWarnings("restriction")