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 236503 - AssertionError: Open task already inited.
Summary: AssertionError: Open task already inited.
Status: RESOLVED DUPLICATE of bug 234781
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 15:18 UTC by swilk
Modified: 2013-09-30 06:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204233


Attachments
stacktrace (1.85 KB, text/plain)
2013-09-28 15:18 UTC, swilk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swilk 2013-09-28 15:18:58 UTC
Build: NetBeans IDE Dev (Build 201309040001)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
swilk: I was correcting my code to comply with PHP 5.4. I have searched my project for 'htmlspecialchars' and have been filling proper encoding where needed, as default have been changed from iso-8859-1 to utf-8. 

The exception occured when  I double clicked on the n-th file today in search results window.
I have been doing that for a while today without problem.




Stacktrace: 
java.lang.AssertionError: Open task already inited.
   at org.openide.text.DocumentOpenClose.initLoadTaskLA(DocumentOpenClose.java:414)
   at org.openide.text.DocumentOpenClose.openTask(DocumentOpenClose.java:285)
   at org.openide.text.CloneableEditorSupport.prepareDocument(CloneableEditorSupport.java:512)
   at org.openide.text.CloneableEditorSupport.openAtImpl(CloneableEditorSupport.java:1913)
   at org.openide.text.CloneableEditorSupport.openAt(CloneableEditorSupport.java:1897)
   at org.openide.text.EditorSupportLineSet$SupportLine.show(EditorSupportLineSet.java:134)
Comment 1 swilk 2013-09-28 15:18:59 UTC
Created attachment 140604 [details]
stacktrace
Comment 2 Jiri Prox 2013-09-30 06:19:44 UTC

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