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 170243 - AssertionError: Too many items found 11 > 10
Summary: AssertionError: Too many items found 11 > 10
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Victor Vasilyev
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-12 04:33 UTC by tprochazka
Modified: 2009-10-14 10:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155594


Attachments
stacktrace (2.55 KB, text/plain)
2009-08-12 04:33 UTC, tprochazka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tprochazka 2009-08-12 04:33:44 UTC
This issue was originally marked as duplicate of issue 166357, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 200908101401)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows 7, 6.1, amd64

User Comments:
tprochazka: after press alt + shift + O



Stacktrace: 
java.lang.AssertionError: Too many items found 11 > 10
        at org.netbeans.modules.jumpto.SearchHistory.readHistory(SearchHistory.java:254)
        at org.netbeans.modules.jumpto.SearchHistory.<init>(SearchHistory.java:105)
        at org.netbeans.modules.jumpto.SearchHistory.<init>(SearchHistory.java:91)
        at org.netbeans.modules.jumpto.file.FileSearchPanel.<init>(FileSearchPanel.java:146)
        at org.netbeans.modules.jumpto.file.FileSearchAction.getSelectedFiles(FileSearchAction.java:209)
        at org.netbeans.modules.jumpto.file.FileSearchAction.actionPerformed(FileSearchAction.java:126)
Comment 1 tprochazka 2009-08-12 04:33:49 UTC
Created attachment 86134 [details]
stacktrace
Comment 2 Victor Vasilyev 2009-10-09 15:20:30 UTC
The <userdir>\config\Preferences\org\netbeans\modules\jumpto\SearchHistory.properties may have wrong content and it
should be adjusted.
Comment 3 Victor Vasilyev 2009-10-13 21:10:10 UTC
Fixed in the main trunk
http://hg.netbeans.org/main/rev/1ae160bd6afd
Comment 4 Quality Engineering 2009-10-14 10:56:26 UTC
Integrated into 'main-golden', will be available in build *200910140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1ae160bd6afd
User: Victor G. Vasilyev <vvg@netbeans.org>
Log: #170243 - AssertionError: Too many items found 11 > 10