This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 55636 - NPE at JspSyntaxSupport$3.compare():931
Summary: NPE at JspSyntaxSupport$3.compare():931
Status: CLOSED DUPLICATE of bug 55534
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2005-02-28 18:51 UTC by Martin Schovanek
Modified: 2005-07-13 15:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (1.92 KB, text/plain)
2005-02-28 18:51 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2005-02-28 18:51:13 UTC
[#200502271900, jdk1.5.0]

The
org.netbeans.test.web.core.syntax.CompletionTest
fails with:
java.lang.NullPointerException at
org.netbeans.modules.web.core.syntax.JspSyntaxSupport$3.compare(JspSyntaxSupport.java:931)

Cannot reproduce it manually.
If it possible please fix it asap, it breaks
automated web validation tests.
Comment 1 Martin Schovanek 2005-02-28 18:51:39 UTC
Created attachment 20564 [details]
NPE
Comment 2 Petr Pisl 2005-02-28 22:23:02 UTC
it should be fixed today. 

*** This issue has been marked as a duplicate of 55534 ***