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 227026 - Tag file is shown with error badge in Project Explorer but no error is shown in editor
Summary: Tag file is shown with error badge in Project Explorer but no error is shown ...
Status: RESOLVED DUPLICATE of bug 226207
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 10:36 UTC by mslama
Modified: 2013-03-08 12:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Simple Maven web project (3.94 KB, application/zip)
2013-03-05 10:36 UTC, mslama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2013-03-05 10:36:45 UTC
Created attachment 132194 [details]
Simple Maven web project

Simple Maven web project. Simple tag file is show with error badge in Project Explorer but no error is indicated in editor.
Comment 1 Vladimir Riha 2013-03-05 13:06:54 UTC
It could be caused by the <c:url> inside <script> tag. if so, this seems to be duplicate of issue 226207. Can you try it without it to see if the badge disappears (it helps with Dev version, but there are other fixes as well)?
Comment 2 mslama 2013-03-08 10:08:39 UTC
Yes it helps. When I remove c:url from <script> error badge disappears.
Comment 3 Vladimir Riha 2013-03-08 10:12:27 UTC
Thanks a lot for confirmation.

*** This bug has been marked as a duplicate of bug 226207 ***
Comment 4 mslama 2013-03-08 12:04:03 UTC
I tried latest daily build 201303072300. The same problem. When I remove <c: from JS in tag file it is ok then. I also saw the same error badge on jsp file. But again no red mark in editor only badge in explorer. I removed JS from jsp it resulted in no red badge. Then I did undo and no error badge this time. (I even tried to restart IDE to force reparse of jsp.) It does not seem to be correct behavior.