Menu

#1073 SegmentTimeLinecan result in stackOverFlow error

open
nobody
General (896)
5
2012-11-27
2012-01-06
lanfei chen
No

in org.jfree.chart.axis.SegmentedTimeline, the method
public long toTimelineValue(long millisecond) can result in stackOverFlow error because if falling into
if (segment.inExceptionSegments())
it will call result = toTimelineValue(millisecond);
it is using same parameter to do recursive call

Discussion


Log in to post a comment.