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 169103 - IllegalArgumentException: ProfilerXYItemsModel: new timestamp 1248430510984 not greater than previous 1248430510984, skipping the values.
Summary: IllegalArgumentException: ProfilerXYItemsModel: new timestamp 1248430510984 n...
Status: RESOLVED DUPLICATE of bug 168544
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 11:17 UTC by matusdekanek
Modified: 2009-09-14 14:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154158


Attachments
stacktrace (2.07 KB, text/plain)
2009-07-24 11:18 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-07-24 11:17:33 UTC
Build: NetBeans IDE Dev (Build 200907240201)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b90
OS: Windows XP, 5.1, x86

User Comments:
matusdekanek: profiling a web application (memory)



Stacktrace: 
java.lang.IllegalArgumentException: ProfilerXYItemsModel: new timestamp 1248430510984 not greater than previous 1248430510984, skipping the values.
        at org.netbeans.lib.profiler.charts.xy.synchronous.SynchronousXYItemsModel.valuesAdded(SynchronousXYItemsModel.java:96)
        at org.netbeans.lib.profiler.ui.memory.ClassHistoryModels.dataChangedImpl(ClassHistoryModels.java:85)
        at org.netbeans.lib.profiler.ui.memory.ClassHistoryModels.access$000(ClassHistoryModels.java:40)
        at org.netbeans.lib.profiler.ui.memory.ClassHistoryModels$1.dataChanged(ClassHistoryModels.java:61)
        at org.netbeans.lib.profiler.results.DataManager.fireDataChanged(DataManager.java:99)
        at org.netbeans.lib.profiler.results.memory.ClassHistoryDataManager.processData(ClassHistoryDataManager.java:108)
Comment 1 matusdekanek 2009-07-24 11:18:43 UTC
Created attachment 85166 [details]
stacktrace
Comment 2 Jiri Sedlacek 2009-09-14 14:38:16 UTC

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