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 5447 - Bad serialization of Line.
Summary: Bad serialization of Line.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-18 21:39 UTC by Daniel Prusa
Modified: 2008-12-23 10:38 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 Daniel Prusa 2000-01-18 21:39:26 UTC
Toggle breakpoint. Exit IDE. Start it again.
The breakpoint is not highlighted. Try Go to source action for the breakpoint. Empty document is opened in editor and java.io.FileNotFoundException is thrown.
There is probably some problem (bug) in Line serialization.

java.io.FileNotFoundException
        at org.openide.filesystems.AbstractFileObject$Invalid.getInputStream(AbstractFileObject.java:751)
        at org.openide.text.EditorSupport.loadDocument(EditorSupport.java:671)
        at org.openide.text.EditorSupport.access$4(EditorSupport.java:667)
        at org.openide.text.EditorSupport$3.run(EditorSupport.java:303)
        at org.openide.util.Task.run(Task.java:123)
        at org.openide.text.EditorSupport$4.run(EditorSupport.java:324)
        at org.openide.util.Task.run(Task.java:123)
        at java.lang.Thread.run(Thread.java:479)
Comment 1 Quality Engineering 2003-07-02 17:18:26 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.