Compiler Report

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

Number of source files: 452 Number of classfiles: 469

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/wsi/internal/core/profile/validator/impl/wsdl/BP4202.java
1. WARNING: UnusedImport

The import javax.wsdl.Message is never used

BP4202.java :

13 : import javax.wsdl.Message;

Source File: org/eclipse/wst/wsi/internal/core/wsdl/xsd/LazyURLInputStream.java
1. WARNING: UnusedPrivateField

The value of the field LazyURLInputStream.debugTotalOpenStreamCount is not used

LazyURLInputStream.java :

25 : private static int debugTotalOpenStreamCount = 0;