Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 15 Number of classfiles: 15

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jst/jee/ui/internal/deployables/EJBDeployableArtifactAdapterUtil.java
1. WARNING: LocalVariableIsNeverUsed

The local variable jndiName is never read

EJBDeployableArtifactAdapterUtil.java:

202: String jndiName = null;

Source File: org/eclipse/jst/jee/ui/internal/deployables/WebDeployableArtifactUtil.java
1. WARNING: LocalVariableIsNeverUsed

The local variable exists is never read

WebDeployableArtifactUtil.java:

308: boolean exists = false;