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 120740 - NPE from JspParserImpl.initReflection
Summary: NPE from JspParserImpl.initReflection
Status: RESOLVED DUPLICATE of bug 120760
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-10-31 23:47 UTC by Jesse Glick
Modified: 2007-11-01 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-10-31 23:47:17 UTC
Thrown during commit validation.

java.lang.NullPointerException
	at org.netbeans.modules.web.jspparser.JspParserImpl.initReflection(JspParserImpl.java:101)
	at org.netbeans.modules.web.jspparser.JspParserImpl.createParseProxy(JspParserImpl.java:198)
	at org.netbeans.modules.web.jspparser.JspParserImpl.getParseProxy(JspParserImpl.java:189)
	at org.netbeans.modules.web.jspparser.JspParserImpl.getJspOpenInfo(JspParserImpl.java:145)
	at org.netbeans.modules.web.core.jsploader.TagLibParseSupport.getCachedOpenInfo(TagLibParseSupport.java:269)
[....]
Comment 1 Martin Schovanek 2007-11-01 09:24:27 UTC
Marking as duplicate of P1 issue #120760.

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