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 224369 - [org.netbeans.modules.editor.fold.FoldHierarchyExecution]: Document changed, possible inconsistencies in root fold possible.
Summary: [org.netbeans.modules.editor.fold.FoldHierarchyExecution]: Document changed, ...
Status: RESOLVED DUPLICATE of bug 224192
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 08:34 UTC by markiewb
Modified: 2013-01-03 21:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-01-02 08:34:48 UTC
[ BUILD # : 201212260001 ]
[ JDK VERSION : 1.7.0_09 ]

Taken from IDE log, but do not know yet how to reproduce it

INFO [org.netbeans.modules.editor.fold.FoldHierarchyExecution]: 
Document changed, possible inconsistencies in root fold possible. 
lastDocument = 
org.netbeans.modules.editor.NbEditorDocument@57c3549b, 
mimeType='text/x-java', kitClass=null, length=3926, version=1, file=null, 
newDocument = 
org.netbeans.modules.editor.NbEditorDocument@45d26a11, 
mimeType='text/x-java', kitClass=null, length=0, version=0, file=null
java.lang.Exception
	at org.netbeans.modules.editor.NbEditorDocument.init
(NbEditorDocument.java:157)
	at org.netbeans.modules.editor.NbEditorDocument.<init>
(NbEditorDocument.java:121)
	at org.netbeans.modules.editor.NbEditorKit.createDefaultDocument
(NbEditorKit.java:175)
	at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run
(JavaEditorWarmUpTask.java:176)
	at org.netbeans.modules.java.editor.JavaEditorWarmUpTask
$Provider.run(JavaEditorWarmUpTask.java:93)
[catch] at org.netbeans.core.startup.WarmUpSupport.run
(WarmUpSupport.java:98)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:1477)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:2071)
INFO [org.netbeans.modules.editor.fold.FoldHierarchyExecution]: 
Document changed, possible inconsistencies in root fold possible. 
lastDocument = 
org.netbeans.modules.editor.NbEditorDocument@45d26a11, 
mimeType='text/x-java', kitClass=null, length=0, version=0, file=null, 
newDocument = 
org.netbeans.modules.editor.NbEditorDocument@57c3549b, 
mimeType='text/x-java', kitClass=null, length=3926, version=1, file=null
java.lang.Exception
	at org.netbeans.modules.editor.NbEditorDocument.init
(NbEditorDocument.java:157)
	at org.netbeans.modules.editor.NbEditorDocument.<init>
(NbEditorDocument.java:121)
	at org.netbeans.modules.editor.NbEditorKit.createDefaultDocument
(NbEditorKit.java:175)
	at javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1058)
	at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run
(JavaEditorWarmUpTask.java:213)
	at java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:682)
	at java.awt.EventQueue$3.run(EventQueue.java:680)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege
(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:691)
	at org.netbeans.core.TimableEventQueue.dispatchEvent
(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters
(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:138)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

-----
Product Version: NetBeans IDE Dev (Build 201212260001)
Java: 1.7.0_10; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)
Comment 1 Marian Mirilovic 2013-01-02 16:50:34 UTC

*** This bug has been marked as a duplicate of bug 224172 ***
Comment 2 Jan Lahoda 2013-01-03 21:56:22 UTC

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