[jbosstools-issues] [JBoss JIRA] (JBIDE-12405) As-you-type validation works slow when many strings are being added

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Aug 7 18:05:06 EDT 2012


Alexey Kazakov created JBIDE-12405:
--------------------------------------

             Summary: As-you-type validation works slow when many strings are being added
                 Key: JBIDE-12405
                 URL: https://issues.jboss.org/browse/JBIDE-12405
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: common/jst/core
    Affects Versions: 3.4.0.M1
            Reporter: Alexey Kazakov
            Assignee: Victor Rubezhny
            Priority: Blocker
             Fix For: 3.4.0.M1


1. Create a cdi bean class.
2. Add the following lines to any method of the class:
{code}
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
			System.out.println("#{test.bytess} sf sdf " + "" + "" + "");
{code}
3. Repeat #2 a ten times.
4. There are n! as-you-type validation thread created, where n is a nubmer of srings of the file.
So if you have just ten stirngs you will have 362880 threads.

--
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