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 48417 - InvalidObjectException after turning on code folding
Summary: InvalidObjectException after turning on code folding
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
: 49453 49684 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-02 18:38 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (18.49 KB, text/plain)
2004-09-02 18:39 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-09-02 18:38:38 UTC
Was working on ParseRegen.java (in apisupport).
Had made some edits, fixed imports, etc. Built
apisupport module (no errors). Decided to turn on
code folding in the Options window, incl. some
categories collapsed by default. It worked, but an
exception was thrown. Closing and reopening the
file resulted in correct behavior and no further
problems that I could see.
Comment 1 Jesse Glick 2004-09-02 18:39:01 UTC
Created attachment 17336 [details]
Log file
Comment 2 Jan Becicka 2004-09-07 12:42:41 UTC
IOE occured after recovering from inconsistent storage.
Martine, can you look at it?
Comment 3 Martin Matula 2004-09-23 10:33:36 UTC
*** Issue 49453 has been marked as a duplicate of this issue. ***
Comment 4 Martin Matula 2004-09-23 12:32:10 UTC
Fixed.

Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/CallableFeatureImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/CallableFeatureImpl.java,v
 <--  CallableFeatureImpl.java
new revision: 1.15; previous revision: 1.14
done
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/FieldGroupImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/FieldGroupImpl.java,v
 <--  FieldGroupImpl.java
new revision: 1.10; previous revision: 1.9
done
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaClassImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaClassImpl.java,v
 <--  JavaClassImpl.java
new revision: 1.31; previous revision: 1.30
done
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaEnumImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaEnumImpl.java,v
 <--  JavaEnumImpl.java
new revision: 1.11; previous revision: 1.10
done
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/SemiPersistentElement.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/SemiPersistentElement.java,v
 <--  SemiPersistentElement.java
new revision: 1.36; previous revision: 1.35
done
Comment 5 Martin Matula 2004-10-04 14:18:53 UTC
*** Issue 49684 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2007-09-20 09:44:11 UTC
Reorganization of java component