Policy failures:

Code warning
- failed on resource users. Reason: The field User.password is never read locally, line 24
- failed on resource User.java. Reason: The field User.password is never read locally, line 2
Override reason:   
s
This commit is contained in:
Maxime Dagnicourt
2007-12-12 10:10:29 +00:00
parent 6c9793703e
commit e7e98246a5
8 changed files with 280 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
<classpath>
<classpathentry kind="src" path="ejbModule"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.5.0 (MacOS X Default)"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.generic.runtimeTarget/JBoss v5.0"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.generic.runtimeTarget/JBoss v4.2"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="build/classes"/>