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 170504 - AssertionError: File revisions must consist from even tokens: 1.33.10
Summary: AssertionError: File revisions must consist from even tokens: 1.33.10
Status: RESOLVED DUPLICATE of bug 154083
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 20:41 UTC by misterm
Modified: 2009-08-31 15:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 156098


Attachments
stacktrace (1.40 KB, text/plain)
2009-08-17 20:42 UTC, misterm
Details
stacktrace (1.40 KB, text/plain)
2009-08-27 15:26 UTC, areeda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2009-08-17 20:41:41 UTC
This issue was originally marked as duplicate of issue 95677, 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 090812)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
misterm: Opening a node in File Revision in Diff view in Search History



Stacktrace: 
java.lang.AssertionError: File revisions must consist from even tokens: 1.33.10
        at org.netbeans.modules.versioning.system.cvss.util.Utils.previousRevision(Utils.java:434)
        at org.netbeans.modules.versioning.system.cvss.ui.history.SearchHistoryPanel$ResultsContainer.getEldestRevision(SearchHistoryPanel.java:579)
        at org.netbeans.modules.versioning.system.cvss.ui.history.DiffResultsView.showContainerDiff(DiffResultsView.java:244)
        at org.netbeans.modules.versioning.system.cvss.ui.history.DiffResultsView.access$500(DiffResultsView.java:72)
        at org.netbeans.modules.versioning.system.cvss.ui.history.DiffResultsView$2.run(DiffResultsView.java:149)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 misterm 2009-08-17 20:42:21 UTC
Created attachment 86349 [details]
stacktrace
Comment 2 areeda 2009-08-27 15:26:52 UTC
Build: NetBeans IDE Dev (Build 200908210201)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments: 
Running CVS Test Suite, section: Testing Sources, task 9 diff actions, occured on right click on revised file.


Stacktrace: 
java.lang.AssertionError: File revisions must consist from even tokens: 1.1.1.1.2
        at org.netbeans.modules.versioning.system.cvss.util.Utils.previousRevision(Utils.java:434)
        at org.netbeans.modules.versioning.system.cvss.ui.history.SearchHistoryPanel$ResultsContainer.getEldestRevision(SearchHistoryPanel.java:579)
        at org.netbeans.modules.versioning.system.cvss.ui.history.DiffResultsView.showContainerDiff(DiffResultsView.java:244)
        at org.netbeans.modules.versioning.system.cvss.ui.history.DiffResultsView.access$500(DiffResultsView.java:72)
        at org.netbeans.modules.versioning.system.cvss.ui.history.DiffResultsView$2.run(DiffResultsView.java:149)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 3 areeda 2009-08-27 15:26:57 UTC
Created attachment 86738 [details]
stacktrace
Comment 4 Peter Pis 2009-08-31 15:04:14 UTC

*** This issue has been marked as a duplicate of 154083 ***