Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 17 Number of classfiles: 17

Problems: 3 (Errors: 0 Warnings: 3 )

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:

319: boolean exists = false;

2. WARNING: LocalVariableIsNeverUsed

The local variable exists is never read

WebDeployableArtifactUtil.java:

358: boolean exists = false;