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 104493 - exception, during editing js file
Summary: exception, during editing js file
Status: RESOLVED DUPLICATE of bug 104862
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-22 12:38 UTC by Lukasz Grela
Modified: 2009-02-27 14:26 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jsp (22.66 KB, application/octet-stream)
2007-05-22 12:40 UTC, Lukasz Grela
Details
stacktrace (1.17 KB, application/octet-stream)
2007-05-22 12:40 UTC, Lukasz Grela
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Grela 2007-05-22 12:38:59 UTC
Open attached file, during opening the exception should be thrown, it seems that
it is depends some how on content of jsp file.
Comment 1 Lukasz Grela 2007-05-22 12:40:20 UTC
Created attachment 42639 [details]
jsp
Comment 2 Lukasz Grela 2007-05-22 12:40:42 UTC
Created attachment 42640 [details]
stacktrace
Comment 3 Lukasz Grela 2007-05-22 12:53:23 UTC
it seems that it is thrown also during editing standalone js file, so a will
assign to scripting/javascript module
Comment 4 Jindrich Sedek 2007-05-23 08:15:59 UTC
this issue is also reproducible pasting 
this code into jsp editor
<%
 "some text"
%>

it seem to be caused by string constant in scriptlet
Comment 5 Marian Mirilovic 2007-05-23 08:37:36 UTC

*** This issue has been marked as a duplicate of 10448 ***
Comment 6 Jindrich Sedek 2007-05-23 08:43:26 UTC
I'm affraid this is not a duplicate of #10448 maybe some other id.
Comment 7 Daniel Prusa 2007-05-28 13:00:59 UTC
Duplicate of issue 104862, which is P1.

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