Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: SourceForge.net <noreply@so...> - 2008-05-01 13:31:42
|
Bugs item #1955126, was opened at 2008-04-30 21:24 Message generated for change (Settings changed) made by mungady You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115494&aid=1955126&group_id=15494 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 1.0.x >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Jim Tarvid (tarvid) >Assigned to: David Gilbert (mungady) Summary: DefaultCategoryDataset addValue Initial Comment: Two methods have the same name. void addValue(double value, java.lang.Comparable rowKey, java.lang.Comparable columnKey) Adds a value to the table. void addValue(java.lang.Number value, java.lang.Comparable rowKey, java.lang.Comparable columnKey) Adds a value to the table. How is one supposed to reference the first one? ---------------------------------------------------------------------- >Comment By: David Gilbert (mungady) Date: 2008-05-01 13:31 Message: Logged In: YES user_id=112975 Originator: NO See my comments in the forum: http://www.jfree.org/phpBB2/viewtopic.php?t=24518 This isn't a bug in JFreeChart, so I'll close this report. Regards, Dave Gilbert JFreeChart Project Leader ---------------------------------------------------------------------- Comment By: Jim Tarvid (tarvid) Date: 2008-04-30 22:05 Message: Logged In: YES user_id=454974 Originator: YES Clarification needed. Netbeans says the reference is ambiguous and I get a compile error. File Added: Main.java ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115494&aid=1955126&group_id=15494 |