Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed deprecated PiePlot3D #348

Open
wants to merge 4 commits into
base: v1.5.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed error when generating javadocs - use HTML link to point to foru…
…m instead of link tag.
tracylynne99 committed Mar 20, 2023
commit 715ab185f7646e8593b592129d39994902d7ee6e
7 changes: 6 additions & 1 deletion src/test/java/org/jfree/data/xy/XYSeriesTest.java
Original file line number Diff line number Diff line change
@@ -649,7 +649,9 @@ public void testGetMaxY() {
/**
* A test for a bug reported in the forum:
*
* @link{lhttp://www.jfree.org/forum/viewtopic.php?f=3&t=116601}
* <a href="http://www.jfree.org/forum/viewtopic.php?f=3&t=116601">
* XYSeries.getMaxY Bug in version 1.0.15
* </a>
*/
@Test
public void testGetMaxY2() {
@@ -772,6 +774,9 @@ public void testUpdateXY() {
assertEquals(2.0, s1.getMaxY(), EPSILON);
}

/**
* Test for deprecated method
*/
@Test
public void testSetKey() {
XYSeries s1 = new XYSeries("S");