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 240657

Summary: java.util.NoSuchElementException at java.util.Collections$EmptyIterator.next
Product: connecteddeveloper Reporter: alied <alied>
Component: KenaiAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206724
Attachments: stacktrace

Description alied 2014-01-19 03:46:04 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401091443)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
alied: in the last step in "Share in Team server" wizard




Stacktrace: 
java.util.NoSuchElementException
   at java.util.Collections$EmptyIterator.next(Collections.java:3006)
   at org.netbeans.modules.kenai.ui.impl.TeamServerProviderImpl.createNewTeamProject(TeamServerProviderImpl.java:270)
   at org.netbeans.modules.team.server.ui.share.ShareAction$ContextShareAction.actionPerformed(ShareAction.java:175)
   at org.netbeans.modules.team.server.ui.share.ShareAction$ContextShareAction.actionPerformed(ShareAction.java:138)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
Comment 1 alied 2014-01-19 03:46:06 UTC
Created attachment 144114 [details]
stacktrace
Comment 2 Tomas Stupka 2014-01-20 12:03:58 UTC

*** This bug has been marked as a duplicate of bug 240656 ***
Comment 3 Tomas Stupka 2014-05-02 15:03:56 UTC
fixed in core-main #e03fb69031b1
Comment 4 Quality Engineering 2014-05-03 05:02:29 UTC
Integrated into 'main-silver', will be available in build *201405030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e03fb69031b1
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #240657 - java.util.NoSuchElementException at java.util.Collections$EmptyIterator.next