Community
Participate
Working Groups
There warnings in the Problem view that states: The import java.util is never used These warnings are results from the template classes generated in the .JETEmitter project. Another type of warnings are because of missing serialVersionUID field: The serializable class MyBean does not declare a static final serialVersionUID field of type long Such warnings are frustrating for the user and should be resolved.
*** Bug 218670 has been marked as a duplicate of this bug. ***
Created attachment 90076 [details] patch Only few warnings left in the classes generated by the XDoclet builder. They should be solved in the XDoclet code rather than in the WTP code.
dropped to HEAD
*** Bug 114668 has been marked as a duplicate of this bug. ***
Verified with wtp-sdk-I-I20080331115711-20080331115711 No problems in the problems view after creating a session bean. No problems in the .JETEmmiters project or in the project with the created be.
I am confused as to why the solution is to just fix the compiler warnings. We are having the same problem in the Dali project with the new Entity Creation Wizard (bug 228222). Wouldn't a better solution be for eclipse not to display the compiler warnings for a project that you can't even see in your workspace? Any thoughts on this?
Closing