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 94582 - NPE at .JspSyntaxSupport.getTagLibraries():208
Summary: NPE at .JspSyntaxSupport.getTagLibraries():208
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on: 109620
Blocks:
  Show dependency tree
 
Reported: 2007-02-06 06:53 UTC by Martin Schovanek
Modified: 2008-08-22 17:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.NullPointerException (1.32 KB, text/plain)
2007-02-06 06:54 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2007-02-06 06:53:02 UTC
[#200702011900, jdk1.5.0]

to reproduce:
-------------
1) create a .tag file
2) remove <%@tag description="..." attribute
3) add <%@attribute description="aaaa"%> directive into the .tag file
4) open a .jsp
5) insert into the .jsp: <%@taglib tagdir="/WEB-INF/tags/" prefix="t"%>
6) type <t:|
7) invoke CC
ERROR: IDE Throws:
Comment 1 Martin Schovanek 2007-02-06 06:54:09 UTC
Created attachment 38087 [details]
java.lang.NullPointerException
Comment 2 Marek Fukala 2007-02-06 11:55:28 UTC
Looks related to Issue #94585 - similar cause of the problem.
Comment 3 Marek Fukala 2007-10-12 18:41:53 UTC
We need #109620 resolved first!
Comment 4 Marek Fukala 2008-08-22 12:05:11 UTC
hopefully fixed + added more logging.

changeset:   97503:482eb85c61ce
user:        Marek Fukala <mfukala@netbeans.org>
date:        Fri Aug 22 13:00:39 2008 +0200
summary:     #94582 - NPE at .JspSyntaxSupport.getTagLibraries():208

changeset:   97504:b7e4821bdf03
tag:         tip
user:        Marek Fukala <mfukala@netbeans.org>
date:        Fri Aug 22 13:03:47 2008 +0200
summary:     #94585 - NPE: PageInfo obtained from JspParserAPI.ParseResult is null! at
Comment 5 Quality Engineering 2008-08-22 17:16:23 UTC
Integrated into 'main-golden', available in build *200808221401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/482eb85c61ce
User: Marek Fukala <mfukala@netbeans.org>
Log: #94582 - NPE at .JspSyntaxSupport.getTagLibraries():208