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 53861 - IllegalArgumentException after zooming in telemetry graphs
Summary: IllegalArgumentException after zooming in telemetry graphs
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on: 53646
Blocks:
  Show dependency tree
 
Reported: 2005-01-24 09:25 UTC by Jan Lahoda
Modified: 2007-02-12 22:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2005-01-24 09:25:56 UTC
[recent sources]

I have opened the VM telemetry graphs (from
profiler results)/memory graph and tried to zoom
in many times, and the IllegalArgumentException
occurred. It seems that it occurrs each time this
graph is redrawn.
Comment 1 iformanek 2005-01-24 10:16:28 UTC
Please mark issues filed agains non-milestone builds with "status 
whiteboard = dev") per our earlier agreement
Comment 2 iformanek 2005-01-24 11:07:03 UTC
This problem would be in all previous milestones. We should limit the 
amount of zooming possible to avoid JFreeChart to choke on it.
Comment 3 iformanek 2005-02-14 12:51:33 UTC
This issue will be solved as part of migrating out of JFreeChart 
(53646)
Comment 4 iformanek 2005-02-16 09:18:13 UTC
Assigning to Jirka to reflect the dependency on the chart change
Comment 5 Jiri Sedlacek 2005-04-12 12:23:41 UTC
This is a consequence of known java bug (see 
http://developer.java.sun.com/developer/bugParade/bugs/4755500.html - "calling 
Math.round(NaN) can break subsequent calls to Math.round()"), which in this 
particular case results in sun.dc.pr.PRException: endPath: bad path and other 
related exceptions similar to the reported one.

Fixed in new chart library which replaces JFreeChart beginning from M6.
Comment 6 ehucka 2006-10-09 12:11:53 UTC
Verification of old issues.
Comment 7 Alexander Kouznetsov 2007-02-12 22:09:03 UTC
Closing old issues.