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 162584 - IllegalStateException when got project for the 2nd time
Summary: IllegalStateException when got project for the 2nd time
Status: CLOSED DUPLICATE of bug 162452
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 13:17 UTC by Jaromir Uhrik
Modified: 2009-04-28 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log attached (31.15 KB, text/plain)
2009-04-14 13:18 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-04-14 13:17:49 UTC
Product Version: NetBeans IDE Dev (Build 200904140201)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.6 running on i386; MacRoman; en_US (nb)

steps to reproduce:
-start IDE with clear userdir
-go to main menu Team|Kenai|Login to Kenai and log in
-since I am subscribed to BrumLaTeX project I select this item in Kenai view
-push "get" link in the subnode Sources->Source Code Repository (get)
-type /space/x1 to Local Folder textfield and push Get From Kenai button
-once the Checkout Completed window appears - push Open Project
-push "get" link in the subnode Sources->Source Code Repository (get)
-type /space/x2 to Local Folder textfield and push Get From Kenai button
-once the Checkout Completed window appears - push Open Project

-->> The following exception appears:
java.lang.IllegalStateException
	at org.netbeans.modules.kenai.ui.treelist.TreeListNode.addListener(TreeListNode.java:207)
	at org.netbeans.modules.kenai.ui.treelist.TreeListModel.addNodes(TreeListModel.java:212)
	at org.netbeans.modules.kenai.ui.treelist.TreeListModel.addChildrenOf(TreeListModel.java:200)
	at org.netbeans.modules.kenai.ui.treelist.TreeListModel.childrenAdded(TreeListModel.java:226)
[catch] at org.netbeans.modules.kenai.ui.treelist.TreeListNode$ChildrenLoader$2.run(TreeListNode.java:332)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Jaromir Uhrik 2009-04-14 13:18:44 UTC
Created attachment 80041 [details]
ide.log attached
Comment 2 Jan Becicka 2009-04-14 14:12:57 UTC

*** This issue has been marked as a duplicate of 162452 ***
Comment 3 Jaromir Uhrik 2009-04-28 08:37:45 UTC
Duplicate => Verified->Closed.