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 199270 - [70cat] java.util.NoSuchElementException at java.util.HashMap$HashIterator.nextEntry
Summary: [70cat] java.util.NoSuchElementException at java.util.HashMap$HashIterator.ne...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 13:40 UTC by simpatico
Modified: 2011-06-10 14:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173177


Attachments
stacktrace (3.46 KB, text/plain)
2011-06-08 13:40 UTC, simpatico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description simpatico 2011-06-08 13:40:04 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

User Comments:
GUEST: I have a hg and svn and wanted to see the hg changelog

GUEST: Getting history from a mercurial repository.




Stacktrace: 
java.util.NoSuchElementException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:796)
   at java.util.HashMap$KeyIterator.next(HashMap.java:828)
   at org.netbeans.modules.mercurial.util.HgUtils.getActionRoots(HgUtils.java:934)
   at org.netbeans.modules.mercurial.ui.log.SearchHistoryAction.getRepositoryRoot(SearchHistoryAction.java:108)
   at org.netbeans.modules.mercurial.ui.log.LogAction.openHistory(LogAction.java:73)
   at org.netbeans.modules.mercurial.ui.log.LogAction.performContextAction(LogAction.java:69)
Comment 1 simpatico 2011-06-08 13:40:08 UTC
Created attachment 108802 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-06-08 14:10:52 UTC
fix: http://hg.netbeans.org/core-main/rev/0c49be246788
Comment 3 Ondrej Vrabec 2011-06-08 14:15:40 UTC
7.0.1 fix: http://hg.netbeans.org/releases/rev/1f5c0b70267a
Comment 4 Quality Engineering 2011-06-09 04:36:53 UTC
Integrated into 'releases'
Changeset: http://hg.netbeans.org/releases/rev/1f5c0b70267a
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #199270 - [70cat] java.util.NoSuchElementException at java.util.HashMap$HashIterator.nextEntry
Comment 5 Quality Engineering 2011-06-10 14:51:47 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/0c49be246788
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #199270 - [70cat] java.util.NoSuchElementException at java.util.HashMap$HashIterator.nextEntry