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 11055 - Can't use projects from previous builds in build20
Summary: Can't use projects from previous builds in build20
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-04 19:28 UTC by Peter Luttrell
Modified: 2008-12-22 23:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
my log (5.36 KB, text/plain)
2001-07-20 20:36 UTC, Peter Luttrell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Luttrell 2001-04-04 19:28:33 UTC
I installed build20.
Then imported a project from build19 and got this exception. Oh and also i 
can't see or open any windows. In the release notes for build20, looks like 
someone changed some names, which likely caused this...


Wed Apr 04 11:25:24 PDT 2001: java.lang.IllegalArgumentException: Unknown type 
of frame or containerorg.netbeans.core.windows.frames.SplittedContainerImpl
java.lang.IllegalArgumentException: Unknown type of frame or 
containerorg.netbeans.core.windows.frames.SplittedContainerImpl
        at org.netbeans.core.windows.frames.WindowTypesManager.createInstance
(WindowTypesManager.java:169)
        at org.netbeans.core.windows.frames.WindowTypesManager.createInstance
(WindowTypesManager.java:162)
        at org.netbeans.core.windows.frames.WindowTypesManager.createContainer
(WindowTypesManager.java:64)
        at org.netbeans.core.windows.ModeImpl.createContainer
(ModeImpl.java:1007)
        at org.netbeans.core.windows.ModeImpl.addToContainer(ModeImpl.java:960)
        at org.netbeans.core.windows.ModeImpl.access$400(ModeImpl.java:68)
        at org.netbeans.core.windows.ModeImpl$1.performCommand
(ModeImpl.java:273)
        at org.netbeans.core.windows.DeferredPerformer.processCommand
(DeferredPerformer.java:165)
        at org.netbeans.core.windows.DeferredPerformer.putRequest
(DeferredPerformer.java:83)
        at org.netbeans.core.windows.ModeImpl.dockInto(ModeImpl.java:255)
        at org.netbeans.core.windows.ModeImpl.dockInto(ModeImpl.java:239)
        at 
org.netbeans.core.windows.WindowManagerImpl$TopComponentManager.doOpen
(WindowManagerImpl.java:1105)
        at 
org.netbeans.core.windows.WindowManagerImpl$TopComponentManager.access$800
(WindowManagerImpl.java:986)
        at org.netbeans.core.windows.WindowManagerImpl$1.run
(WindowManagerImpl.java:1070)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Peter Luttrell 2001-04-04 19:29:27 UTC
Created attachment 997 [details]
my log
Comment 2 Jan Zajicek 2001-04-05 10:01:22 UTC
Caused by renaming of SplittedContainerImpl to SplitContainerImpl. Dafe will
provide fix today. Thanks for reporting it.
Comment 3 David Simonek 2001-04-05 14:29:58 UTC
Fixed. Serialization now also changes "splitted" to "split" when reading old
settings.
Comment 4 Jan Chalupa 2001-05-05 20:55:40 UTC
Target milestone 3.2
Comment 5 Marian Mirilovic 2002-03-29 17:09:09 UTC
verified,
Comment 6 Marian Mirilovic 2002-03-29 17:09:22 UTC
closed