[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6346) New Struts/JSF Project Wizards slowdowns while typing the name for the project

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Mon Jun 21 11:09:46 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12536552#action_12536552 ] 

Viacheslav Kabanovich commented on JBIDE-6346:
----------------------------------------------

Rob, I tried the patch, and it seems that the attached version is not consistent. Field childModules is computed only in method isRegisteredCache which is never invoked. In RegisterServerContext calls to methods of RegistrationHelper (isRegistered, getRegistrationError, findModule) are all switched to instance, but in RegistrationHelper all of them remain static.
I tried to remove static from findModule and it required a lot of other changes in these two and other files. 
Will it work, if in RegisterServerContext I replace isRegistered by isRegisteredCache and return calls to getRegistrationError and findModule to static?


> New Struts/JSF Project Wizards slowdowns while typing the name for the project
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-6346
>                 URL: https://jira.jboss.org/browse/JBIDE-6346
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.2.0.M1
>         Environment: Eclipse 3.6M6
>            Reporter: Victor Rubezhny
>            Assignee: Viacheslav Kabanovich
>            Priority: Critical
>             Fix For: 3.2.0.M1
>
>         Attachments: JBIDE-6346.patch
>
>
> When typing name for a new Struts or JSF project in New Struts/JSF Project Wizard the wizard is too slow while accepting the characters typed-in.

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

        


More information about the jbosstools-issues mailing list