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 234650 - AssertionError at org.netbeans.modules.web.core.jsploader.TagLibParseSupport$ParsingRunnable.run
Summary: AssertionError at org.netbeans.modules.web.core.jsploader.TagLibParseSupport$...
Status: RESOLVED DUPLICATE of bug 232167
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
: 233187 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-08-20 13:28 UTC by Vladimir Riha
Modified: 2014-04-24 03:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203192


Attachments
stacktrace (1.94 KB, text/plain)
2013-08-20 13:28 UTC, Vladimir Riha
Details
stacktrace (1.67 KB, text/plain)
2013-08-23 07:04 UTC, nexoma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-08-20 13:28:21 UTC
Build: NetBeans IDE Dev (Build 201308182300)
VM: Java HotSpot(TM) Client VM, 24.0-b55, Java(TM) SE Runtime Environment, 1.7.0_40-b39
OS: Linux

User Comments:
vriha: using autocompletion in JSP file inside @include directive for file attribute




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.web.core.jsploader.TagLibParseSupport$ParsingRunnable.run(TagLibParseSupport.java:366)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 Vladimir Riha 2013-08-20 13:28:22 UTC
Created attachment 138917 [details]
stacktrace
Comment 2 David Konecny 2013-08-22 02:09:45 UTC
*** Bug 233187 has been marked as a duplicate of this bug. ***
Comment 3 nexoma 2013-08-23 07:04:07 UTC
Created attachment 139102 [details]
stacktrace

create jsf witj jsp in maven web project
Comment 4 Martin Fousek 2013-12-19 06:52:23 UTC
Duplicate of the issue #232167 and #233602. Both of them are fixed by jtulach, closing this issue as duplicate. BTW. no such exception should appear after 22/Aug 2013 which is confirmed by reports here.

*** This bug has been marked as a duplicate of bug 232167 ***