[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-4763) NullPoineterException when call CA for JSFC attributes

Maxim Areshkau (JIRA) jira-events at lists.jboss.org
Thu Aug 13 11:18:27 EDT 2009


NullPoineterException when call CA for JSFC attributes
------------------------------------------------------

                 Key: JBIDE-4763
                 URL: https://jira.jboss.org/jira/browse/JBIDE-4763
             Project: JBoss Tools
          Issue Type: Bug
          Components: jsp/jsf/xml source editing
    Affects Versions: 3.1.0.M2
            Reporter: Maxim Areshkau
            Assignee: Alexey Kazakov
             Fix For: 3.1.0.M3
         Attachments: exception.log

#1 Open  JBIDE788Test.testCAforForJSFCProposals()
#2 comment lines from 118 till 128 
//		assertTrue(results.length>=2);
//		for(ICompletionProposal completionProposal : results) {
//			if(completionProposal instanceof AutoContentAssistantProposal ) {
//				String displayString = ((ICompletionProposal) completionProposal).getDisplayString();
//				if(!(displayString.contains("h:command") || displayString.contains("New JSF EL"))) { //$NON-NLS-1$ //$NON-NLS-2$
//					fail("String doesn't matches"); //$NON-NLS-1$
//				}
//			}
//		}
//
#3 Run Junit test for jsf
#4 During calling CA exception will be thrown. See attachment.

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

        


More information about the jbosstools-issues mailing list