Removed compiler warnings which might hide real issues
------------------------------------------------------

         Key: MISC-47
         URL: http://jira.andromda.org/browse/MISC-47
     Project: Miscellaneous
        Type: Improvement

    Reporter: Sverker Abrahamsson
 Assigned to: Wouter Zoons 
    Priority: Trivial
 Attachments: andromda-all.patch

It is good practice to resolve compiler warnings as they might hide real 
problems, and often do. This patch cleans up and solve all warnings from 
non-generated files.

There are still a lot of warnings from generated files but that has to be 
solved in the templates, e.g. 
org.andromda.cartridges.bpm4struts.metafacades.StrutsForwardLogic#getName(). 
The warning is that this method can't overide the inherrited method from 
MetafacadeBase as the latter is final, hence it can't be overridden. The code 
doesn't work as intended but appearently gives the expected result anyway. If 
this really is a problem, I don't know, but probably somebody who knows the 
intention of that code should take a look at it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Reply via email to