[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1810) CA: exception appears when user tries to use content assist in some case

Andrei Scherbovich (JIRA) jira-events at lists.jboss.org
Thu Feb 21 13:56:42 EST 2008


CA: exception appears when user tries to use content assist in some case
------------------------------------------------------------------------

                 Key: JBIDE-1810
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1810
             Project: Tools (JBoss Tools)
          Issue Type: Bug
    Affects Versions: 2.0.1
         Environment: JBossTools-200802200222-nightly-ALL-win32
and latest updates
            Reporter: Andrei Scherbovich
         Assigned To: Maxim Areshkau


CA: exception appears when user tries to use content assist in some case.

Steps to reproduce:
1. EXECUTE: Create xhtml file with the following content:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	  xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html">
	<body>
	</body>
</html>
2. EXECUTE: Point cursor in one of the following positions: [xmlns:|h="http...], [xmlns:h=|"http...]
3. EXECUTE: Use CA
4. ASSERT: It works
5. EXECUTE: Delete [xmlns:ui="http://java.sun.com/jsf/facelets"] and save changes
6. EXECUTE: step 2
7. ASSERT: It works
8. FAILURE: NullPointer exception and String index out of range exception appears

SEE ERROR LOGS IN ATTACHMENT


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

        



More information about the jbosstools-issues mailing list