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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Jun 5 19:53:17 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-10703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-10703:
-----------------------------------

    Fix Version/s: 3.4.x
                       (was: 3.4.0.M1)
         Priority: Minor  (was: Major)

    
> 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
>            Priority: Minor
>             Fix For: 3.4.x
>
>
> 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