[jbosstools-issues] [JBoss JIRA] (JBIDE-10703) Follow common pattern in bundle activator classes

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Tue Jan 24 17:42:18 EST 2012


Viacheslav Kabanovich created JBIDE-10703:
---------------------------------------------

             Summary: Follow common pattern in bundle activator classes
                 Key: JBIDE-10703
                 URL: https://issues.jboss.org/browse/JBIDE-10703
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: common/jst/core
    Affects Versions: 3.3.0.M5
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 3.3.0.Beta1


1. Static instance of plugin implementation should be assigned in constructor, not in start() method.
2. Static instance of plugin implementation should not be set to null in method stop() as it may cause logging NullPointerException at Eclipse shutdown (we already had such issues, mostly reproduced in automatic tests).
3. Extend BaseUIPlugin in plugins that depend on common module. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list