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 60909 - IOE from CC in jsp editor
Summary: IOE from CC in jsp editor
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-07-13 09:18 UTC by ehucka
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IOE stacktrace (2.18 KB, text/plain)
2005-07-13 09:18 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-07-13 09:18:09 UTC
build 200507110743

I invoked java CC in JSP editor and I was moving cursor in written text to watch
CC content. After few moving the IOE was thrown.
It was code like:

<td><%=dateFormat.format(new java.util.Date(user.getLastLogin())%></td>
Comment 1 ehucka 2005-07-13 09:18:57 UTC
Created attachment 23075 [details]
IOE stacktrace
Comment 2 ehucka 2005-07-13 09:25:24 UTC
After the IOE the jsp editor got to a state when every invoking of CC ends with
IOE without any results.
Comment 3 Tomas Hurka 2005-09-19 10:36:06 UTC
Reassigning to editor/code completion for further evaluation. 
Comment 4 Martin Roskanin 2005-10-13 12:48:36 UTC
fixed in [maintrunk]

/cvs/java/editor/src/org/netbeans/modules/editor/java/JMIUtils.java,v  <-- 
JMIUtils.java
new revision: 1.37; previous revision: 1.36
Comment 5 ehucka 2005-12-22 10:01:13 UTC
verified