You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(165) |
Nov
(296) |
Dec
(92) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(84) |
Feb
(20) |
Mar
(20) |
Apr
(42) |
May
(26) |
Jun
(30) |
Jul
(77) |
Aug
(151) |
Sep
(61) |
Oct
(259) |
Nov
(160) |
Dec
(76) |
2007 |
Jan
(159) |
Feb
(155) |
Mar
(183) |
Apr
(113) |
May
(110) |
Jun
(178) |
Jul
(56) |
Aug
(21) |
Sep
(50) |
Oct
(251) |
Nov
(218) |
Dec
(42) |
2008 |
Jan
(14) |
Feb
(37) |
Mar
(60) |
Apr
(77) |
May
(146) |
Jun
(256) |
Jul
(72) |
Aug
(51) |
Sep
(283) |
Oct
(22) |
Nov
(55) |
Dec
(53) |
2009 |
Jan
(56) |
Feb
(45) |
Mar
(56) |
Apr
(98) |
May
(84) |
Jun
(87) |
Jul
(32) |
Aug
(6) |
Sep
(19) |
Oct
|
Nov
(10) |
Dec
(6) |
2010 |
Jan
(2) |
Feb
(6) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(158) |
Nov
(17) |
Dec
(15) |
2012 |
Jan
(9) |
Feb
(3) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(22) |
Aug
(1) |
Sep
(29) |
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(259) |
Aug
(125) |
Sep
(24) |
Oct
(8) |
Nov
(132) |
Dec
(3) |
2014 |
Jan
(3) |
Feb
(26) |
Mar
(17) |
Apr
(8) |
May
|
Jun
(31) |
Jul
(126) |
Aug
(22) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(21) |
Oct
|
Nov
(1) |
Dec
|
2016 |
Jan
(19) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mu...@us...> - 2013-12-06 08:39:33
|
Revision: 3072 http://sourceforge.net/p/jfreechart/code/3072 Author: mungady Date: 2013-12-06 08:39:30 +0000 (Fri, 06 Dec 2013) Log Message: ----------- 2013-12-05 David Gilbert <dav...@ob...> Patch from Lukasz Rzeszotarski: * org/jfree/chart/renderer/xy/XYStepAreaRenderer.java (stepPoint): New field, (XYStepAreaRenderer): Initialise stepPoint; (getStepPoint): New method, (setStepPoint): Likewise, (drawItem): Calculate step point, (equals): Add check for stepPoint attribute. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/ChangeLog Modified: branches/jfreechart-1.0.x-branch/ChangeLog =================================================================== --- branches/jfreechart-1.0.x-branch/ChangeLog 2013-12-06 08:37:55 UTC (rev 3071) +++ branches/jfreechart-1.0.x-branch/ChangeLog 2013-12-06 08:39:30 UTC (rev 3072) @@ -1,3 +1,14 @@ +2013-12-05 David Gilbert <dav...@ob...> + + Patch from Lukasz Rzeszotarski: + * org/jfree/chart/renderer/xy/XYStepAreaRenderer.java + (stepPoint): New field, + (XYStepAreaRenderer): Initialise stepPoint; + (getStepPoint): New method, + (setStepPoint): Likewise, + (drawItem): Calculate step point, + (equals): Add check for stepPoint attribute. + 2013-11-27 David Gilbert <dav...@ob...> * org/jfree/chart/ChartPanel.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-12-06 08:37:59
|
Revision: 3071 http://sourceforge.net/p/jfreechart/code/3071 Author: mungady Date: 2013-12-06 08:37:55 +0000 (Fri, 06 Dec 2013) Log Message: ----------- 2013-12-05 David Gilbert <dav...@ob...> Patch from Lukasz Rzeszotarski: * org/jfree/chart/renderer/xy/XYStepAreaRenderer.java (stepPoint): New field, (XYStepAreaRenderer): Initialise stepPoint; (getStepPoint): New method, (setStepPoint): Likewise, (drawItem): Calculate step point, (equals): Add check for stepPoint attribute. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java 2013-11-27 03:26:01 UTC (rev 3070) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java 2013-12-06 08:37:55 UTC (rev 3071) @@ -27,10 +27,11 @@ * ----------------------- * XYStepAreaRenderer.java * ----------------------- - * (C) Copyright 2003-2009, by Matthias Rose and Contributors. + * (C) Copyright 2003-2013, by Matthias Rose and Contributors. * * Original Author: Matthias Rose (based on XYAreaRenderer.java); * Contributor(s): David Gilbert (for Object Refinery Limited); + * Lukasz Rzeszotarski; * * Changes: * -------- @@ -50,6 +51,7 @@ * 04-May-2007 : Set processVisibleItemsOnly flag to false (DG); * 14-May-2008 : Call addEntity() from within drawItem() (DG); * 19-May-2009 : Fixed FindBugs warnings, patch by Michal Wozniak (DG); + * 05-Dec-2013 : Added setStepPoint() method (LR); * */ @@ -65,7 +67,6 @@ import org.jfree.chart.axis.ValueAxis; import org.jfree.chart.entity.EntityCollection; -import org.jfree.chart.event.RendererChangeEvent; import org.jfree.chart.labels.XYToolTipGenerator; import org.jfree.chart.plot.CrosshairState; import org.jfree.chart.plot.PlotOrientation; @@ -122,6 +123,14 @@ * area. */ private double rangeBase; + + /** + * The factor (from 0.0 to 1.0) that determines the position of the + * step. + * + * @since 1.0.18. + */ + private double stepPoint; /** * Constructs a new renderer. @@ -150,10 +159,8 @@ * (<code>null</code> permitted). * @param urlGenerator the URL generator (<code>null</code> permitted). */ - public XYStepAreaRenderer(int type, - XYToolTipGenerator toolTipGenerator, - XYURLGenerator urlGenerator) { - + public XYStepAreaRenderer(int type, XYToolTipGenerator toolTipGenerator, + XYURLGenerator urlGenerator) { super(); setBaseToolTipGenerator(toolTipGenerator); setURLGenerator(urlGenerator); @@ -169,6 +176,7 @@ this.shapesVisible = true; } this.showOutline = false; + this.stepPoint = 1.0; } /** @@ -301,6 +309,42 @@ } /** + * Returns the fraction of the domain position between two points on which + * the step is drawn. The default is 1.0d, which means the step is drawn + * at the domain position of the second`point. If the stepPoint is 0.5d the + * step is drawn at half between the two points. + * + * @return The fraction of the domain position between two points where the + * step is drawn. + * + * @see #setStepPoint(double) + * + * @since 1.0.18 + */ + public double getStepPoint() { + return stepPoint; + } + + /** + * Sets the step point and sends a {@link RendererChangeEvent} to all + * registered listeners. + * + * @param stepPoint the step point (in the range 0.0 to 1.0) + * + * @see #getStepPoint() + * + * @since 1.0.18 + */ + public void setStepPoint(double stepPoint) { + if (stepPoint < 0.0d || stepPoint > 1.0d) { + throw new IllegalArgumentException( + "Requires stepPoint in [0.0;1.0]"); + } + this.stepPoint = stepPoint; + fireChangeEvent(); + } + + /** * Initialises the renderer. Here we calculate the Java2D y-coordinate for * zero, since all the bars have their bases fixed at zero. * @@ -326,7 +370,6 @@ } - /** * Draws the visual representation of a single data item. * @@ -424,11 +467,15 @@ } if (transY0 != transY1) { // not just a horizontal bar but need to perform a 'step'. + double transXs = transX0 + (getStepPoint() + * (transX1 - transX0)); if (orientation == PlotOrientation.VERTICAL) { - this.pArea.addPoint((int) transX1, (int) transY0); + this.pArea.addPoint((int) transXs, (int) transY0); + this.pArea.addPoint((int) transXs, (int) transY1); } else if (orientation == PlotOrientation.HORIZONTAL) { - this.pArea.addPoint((int) transY0, (int) transX1); + this.pArea.addPoint((int) transY0, (int) transXs); + this.pArea.addPoint((int) transY1, (int) transXs); } } } @@ -553,6 +600,9 @@ if (this.rangeBase != that.rangeBase) { return false; } + if (this.stepPoint != that.stepPoint) { + return false; + } return super.equals(obj); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-27 03:26:03
|
Revision: 3070 http://sourceforge.net/p/jfreechart/code/3070 Author: mungady Date: 2013-11-27 03:26:01 +0000 (Wed, 27 Nov 2013) Log Message: ----------- 2013-11-27 David Gilbert <dav...@ob...> * org/jfree/chart/ChartPanel.java (createPopupMenu): Localise 'Save as' menu items, * org/jfree/chart/LocalisationBundle.properties: Add new items. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/ChangeLog Modified: branches/jfreechart-1.0.x-branch/ChangeLog =================================================================== --- branches/jfreechart-1.0.x-branch/ChangeLog 2013-11-27 03:25:39 UTC (rev 3069) +++ branches/jfreechart-1.0.x-branch/ChangeLog 2013-11-27 03:26:01 UTC (rev 3070) @@ -1,3 +1,11 @@ +2013-11-27 David Gilbert <dav...@ob...> + + * org/jfree/chart/ChartPanel.java + (createPopupMenu): Localise 'Save as' menu items, + * org/jfree/chart/LocalisationBundle.properties: Add new items. + +---------- JFREECHART 1.0.17 RELEASED ------------------------ + 2013-11-23 David Gilbert <dav...@ob...> Bug #977: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-27 03:25:41
|
Revision: 3069 http://sourceforge.net/p/jfreechart/code/3069 Author: mungady Date: 2013-11-27 03:25:39 +0000 (Wed, 27 Nov 2013) Log Message: ----------- 2013-11-27 David Gilbert <dav...@ob...> * org/jfree/chart/ChartPanel.java (createPopupMenu): Localise 'Save as' menu items, * org/jfree/chart/LocalisationBundle.properties: Add new items. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartPanel.java branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LocalizationBundle.properties Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartPanel.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartPanel.java 2013-11-27 03:15:11 UTC (rev 3068) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/ChartPanel.java 2013-11-27 03:25:39 UTC (rev 3069) @@ -3101,21 +3101,25 @@ if (separator) { result.addSeparator(); } - JMenu saveSubMenu = new JMenu("Save as"); - JMenuItem pngItem = new JMenuItem("PNG..."); + JMenu saveSubMenu = new JMenu(localizationResources.getString( + "Save_as")); + JMenuItem pngItem = new JMenuItem(localizationResources.getString( + "PNG...")); pngItem.setActionCommand("SAVE_AS_PNG"); pngItem.addActionListener(this); saveSubMenu.add(pngItem); if (createSVGGraphics2D(10, 10) != null) { - JMenuItem svgItem = new JMenuItem("SVG..."); + JMenuItem svgItem = new JMenuItem(localizationResources.getString( + "SVG...")); svgItem.setActionCommand("SAVE_AS_SVG"); svgItem.addActionListener(this); saveSubMenu.add(svgItem); } if (isOrsonPDFAvailable()) { - JMenuItem pdfItem = new JMenuItem("PDF..."); + JMenuItem pdfItem = new JMenuItem( + localizationResources.getString("PDF...")); pdfItem.setActionCommand("SAVE_AS_PDF"); pdfItem.addActionListener(this); saveSubMenu.add(pdfItem); Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LocalizationBundle.properties =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LocalizationBundle.properties 2013-11-27 03:15:11 UTC (rev 3068) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/LocalizationBundle.properties 2013-11-27 03:25:39 UTC (rev 3069) @@ -3,6 +3,7 @@ # Changes (from 31-Aug-2003) # -------------------------- # 31-Aug-2003 : Initial version (AL); +# 27-Nov-2013 : Added PNG..., PDF..., Save_as and SVG... (DG) # Auto_Range=Auto Range @@ -12,12 +13,16 @@ Copy=Copy Domain_Axis=Domain Axis FILE_EXISTS_CONFIRM_OVERWRITE=The file already exists, are you sure you want to overwrite it? +PNG...=PNG... PNG_Image_Files=PNG Image Files +PDF...=PDF... PDF_Files=PDF Files Print...=Print... Properties...=Properties... Range_Axis=Range Axis +Save_as=Save as Save_as...=Save as... +SVG...=SVG... SVG_Files=SVG Files Zoom_In=Zoom In Zoom_Out=Zoom Out This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-27 03:15:14
|
Revision: 3068 http://sourceforge.net/p/jfreechart/code/3068 Author: mungady Date: 2013-11-27 03:15:11 +0000 (Wed, 27 Nov 2013) Log Message: ----------- Update version number so I don't forget for the next release. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/resources/JFreeChartResources.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/resources/JFreeChartResources.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/resources/JFreeChartResources.java 2013-11-24 06:11:26 UTC (rev 3067) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/resources/JFreeChartResources.java 2013-11-27 03:15:11 UTC (rev 3068) @@ -56,7 +56,7 @@ /** The resources to be localised. */ private static final Object[][] CONTENTS = { {"project.name", "JFreeChart"}, - {"project.version", "1.0.17"}, + {"project.version", "1.0.18"}, {"project.info", "http://www.jfree.org/jfreechart/index.html"}, {"project.copyright", "(C)opyright 2000-2013, by Object Refinery Limited and Contributors"} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-24 06:11:30
|
Revision: 3067 http://sourceforge.net/p/jfreechart/code/3067 Author: mungady Date: 2013-11-24 06:11:26 +0000 (Sun, 24 Nov 2013) Log Message: ----------- Include orsoncharts-1.0-eval.jar for the demo. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/ant/build.xml Modified: branches/jfreechart-1.0.x-branch/ant/build.xml =================================================================== --- branches/jfreechart-1.0.x-branch/ant/build.xml 2013-11-24 06:05:38 UTC (rev 3066) +++ branches/jfreechart-1.0.x-branch/ant/build.xml 2013-11-24 06:11:26 UTC (rev 3067) @@ -240,7 +240,7 @@ <copy file="${hamcrest.jar}" tofile="${basedir}/distribution/lib/hamcrest-core-1.3.jar" /> <copy file="${basedir}/lib/${jfreesvg.name}-${jfreesvg.version}.jar" tofile="${basedir}/distribution/lib/${jfreesvg.name}-${jfreesvg.version}.jar" /> <copy file="${basedir}/lib/${orsonpdf.name}-${orsonpdf.version}.jar" tofile="${basedir}/distribution/lib/${orsonpdf.name}-${orsonpdf.version}.jar" /> - <copy file="${basedir}/lib/orsoncharts-${orsoncharts.version}.jar" tofile="${basedir}/distribution/lib/orsoncharts-${orsoncharts.version}.jar" /> + <copy file="${basedir}/lib/orsoncharts-${orsoncharts.version}.jar" tofile="${basedir}/distribution/lib/orsoncharts-${orsoncharts.version}.jar" failonerror="false" /> <!-- copy across ant build files --> <copy file="${basedir}/ant/build.xml" tofile="${basedir}/distribution/ant/build.xml" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-24 06:05:41
|
Revision: 3066 http://sourceforge.net/p/jfreechart/code/3066 Author: mungady Date: 2013-11-24 06:05:38 +0000 (Sun, 24 Nov 2013) Log Message: ----------- Include orsoncharts-1.0-eval.jar for the demo. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/ant/build.xml Modified: branches/jfreechart-1.0.x-branch/ant/build.xml =================================================================== --- branches/jfreechart-1.0.x-branch/ant/build.xml 2013-11-24 05:52:20 UTC (rev 3065) +++ branches/jfreechart-1.0.x-branch/ant/build.xml 2013-11-24 06:05:38 UTC (rev 3066) @@ -29,6 +29,7 @@ <property name="jfreesvg.version" value="1.4" /> <property name="orsonpdf.name" value="orsonpdf" /> <property name="orsonpdf.version" value="1.3-eval" /> + <property name="orsoncharts.version" value="1.0-eval" /> <property name="builddir" value="${basedir}/build" /> <property name="servlet.jar" value="${basedir}/lib/servlet.jar"/> <property name="junit.jar" value="${basedir}/lib/junit-4.11.jar"/> @@ -239,6 +240,7 @@ <copy file="${hamcrest.jar}" tofile="${basedir}/distribution/lib/hamcrest-core-1.3.jar" /> <copy file="${basedir}/lib/${jfreesvg.name}-${jfreesvg.version}.jar" tofile="${basedir}/distribution/lib/${jfreesvg.name}-${jfreesvg.version}.jar" /> <copy file="${basedir}/lib/${orsonpdf.name}-${orsonpdf.version}.jar" tofile="${basedir}/distribution/lib/${orsonpdf.name}-${orsonpdf.version}.jar" /> + <copy file="${basedir}/lib/orsoncharts-${orsoncharts.version}.jar" tofile="${basedir}/distribution/lib/orsoncharts-${orsoncharts.version}.jar" /> <!-- copy across ant build files --> <copy file="${basedir}/ant/build.xml" tofile="${basedir}/distribution/ant/build.xml" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-24 05:52:23
|
Revision: 3065 http://sourceforge.net/p/jfreechart/code/3065 Author: mungady Date: 2013-11-24 05:52:20 +0000 (Sun, 24 Nov 2013) Log Message: ----------- Fix Javadoc warning. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/labels/ItemLabelAnchor.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/labels/ItemLabelAnchor.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/labels/ItemLabelAnchor.java 2013-11-24 05:48:10 UTC (rev 3064) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/labels/ItemLabelAnchor.java 2013-11-24 05:52:20 UTC (rev 3065) @@ -182,7 +182,7 @@ * Returns <code>true</code> if this object is equal to the specified * object, and <code>false</code> otherwise. * - * @param o the other object. + * @param obj the other object. * * @return A boolean. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-24 05:48:23
|
Revision: 3064 http://sourceforge.net/p/jfreechart/code/3064 Author: mungady Date: 2013-11-24 05:48:10 +0000 (Sun, 24 Nov 2013) Log Message: ----------- Updates for release. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/NEWS branches/jfreechart-1.0.x-branch/README.txt Modified: branches/jfreechart-1.0.x-branch/NEWS =================================================================== --- branches/jfreechart-1.0.x-branch/NEWS 2013-11-24 05:13:49 UTC (rev 3063) +++ branches/jfreechart-1.0.x-branch/NEWS 2013-11-24 05:48:10 UTC (rev 3064) @@ -1,6 +1,6 @@ JFreeChart 1.0.17 ----------------- -23 November 2013 +24 November 2013 Enhanced XYSplineRenderer with new area fill (contributed by Klaus Rheinwald), added a notify flag to all datasets that extend AbstractDataset, extended @@ -30,8 +30,8 @@ > http://www.object-refinery.com/orsoncharts > > We've also added a tab to the JFreeChart demo application so you can see -> Orson Charts in action. Orson Charts is not free, but provides a very -> nice complement to the extensive 2D charting capabilities of JFreeChart. +> Orson Charts in action. Orson Charts is not free, but provides a superb +> complement to the extensive 2D charting capabilities of JFreeChart. JFreeChart 1.0.16 Modified: branches/jfreechart-1.0.x-branch/README.txt =================================================================== --- branches/jfreechart-1.0.x-branch/README.txt 2013-11-24 05:13:49 UTC (rev 3063) +++ branches/jfreechart-1.0.x-branch/README.txt 2013-11-24 05:48:10 UTC (rev 3064) @@ -2,7 +2,7 @@ * JFREECHART: Version 1.0.17 * ******************************** -22 November 2013 +24 November 2013 (C)opyright 2000-2013, by Object Refinery Limited and Contributors. @@ -132,6 +132,12 @@ provide export facilities to the SVG and PDF formats. These fast, lightweight libraries are not free, licenses can be purchased from Object Refinery Limited. +An additional tab added to the demo application in version 1.0.17 showcases +Orson Charts 3D, a new library by Object Refinery Limited. You can find out +more about Orson Charts at: + + http://www.object-refinery.com/orsoncharts/ + --------------- 8. LIMITATIONS --------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-24 05:13:54
|
Revision: 3063 http://sourceforge.net/p/jfreechart/code/3063 Author: mungady Date: 2013-11-24 05:13:49 +0000 (Sun, 24 Nov 2013) Log Message: ----------- Update version number. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/pom.xml Modified: branches/jfreechart-1.0.x-branch/pom.xml =================================================================== --- branches/jfreechart-1.0.x-branch/pom.xml 2013-11-23 05:57:20 UTC (rev 3062) +++ branches/jfreechart-1.0.x-branch/pom.xml 2013-11-24 05:13:49 UTC (rev 3063) @@ -10,7 +10,7 @@ <artifactId>jfreechart</artifactId> <groupId>org.jfree</groupId> - <version>1.0.16-SNAPSHOT</version> + <version>1.0.17-SNAPSHOT</version> <packaging>jar</packaging> <!-- this is required to host it on Sonatype's OSSRH --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:57:22
|
Revision: 3062 http://sourceforge.net/p/jfreechart/code/3062 Author: mungady Date: 2013-11-23 05:57:20 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesCollectionTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesCollectionTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesCollectionTest.java 2013-11-23 05:57:09 UTC (rev 3061) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesCollectionTest.java 2013-11-23 05:57:20 UTC (rev 3062) @@ -240,6 +240,7 @@ * * @param event the event. */ + @Override public void datasetChanged(DatasetChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesTest.java 2013-11-23 05:57:09 UTC (rev 3061) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/ohlc/OHLCSeriesTest.java 2013-11-23 05:57:20 UTC (rev 3062) @@ -69,6 +69,7 @@ * * @param event the event. */ + @Override public void seriesChanged(SeriesChangeEvent event) { this.lastEvent = event; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:57:11
|
Revision: 3061 http://sourceforge.net/p/jfreechart/code/3061 Author: mungady Date: 2013-11-23 05:57:09 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimePeriodValuesTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimeSeriesTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimePeriodValuesTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimePeriodValuesTest.java 2013-11-23 05:56:59 UTC (rev 3060) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimePeriodValuesTest.java 2013-11-23 05:57:09 UTC (rev 3061) @@ -364,6 +364,7 @@ * * @param event the event. */ + @Override public void seriesChanged(SeriesChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimeSeriesTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimeSeriesTest.java 2013-11-23 05:56:59 UTC (rev 3060) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/time/TimeSeriesTest.java 2013-11-23 05:57:09 UTC (rev 3061) @@ -117,6 +117,7 @@ * * @param event the event. */ + @Override public void seriesChanged(SeriesChangeEvent event) { this.gotSeriesChangeEvent = true; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:57:02
|
Revision: 3060 http://sourceforge.net/p/jfreechart/code/3060 Author: mungady Date: 2013-11-23 05:56:59 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/statistics/HistogramDatasetTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/statistics/HistogramDatasetTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/statistics/HistogramDatasetTest.java 2013-11-23 05:56:50 UTC (rev 3059) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/statistics/HistogramDatasetTest.java 2013-11-23 05:56:59 UTC (rev 3060) @@ -248,6 +248,7 @@ * * @param event the event. */ + @Override public void datasetChanged(DatasetChangeEvent event) { this.lastEvent = event; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:56:52
|
Revision: 3059 http://sourceforge.net/p/jfreechart/code/3059 Author: mungady Date: 2013-11-23 05:56:50 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultHeatMapDatasetTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultPieDatasetTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/TestIntervalCategoryDataset.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultHeatMapDatasetTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultHeatMapDatasetTest.java 2013-11-23 05:56:37 UTC (rev 3058) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultHeatMapDatasetTest.java 2013-11-23 05:56:50 UTC (rev 3059) @@ -63,6 +63,7 @@ * * @param event the last event. */ + @Override public void datasetChanged(DatasetChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultPieDatasetTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultPieDatasetTest.java 2013-11-23 05:56:37 UTC (rev 3058) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/DefaultPieDatasetTest.java 2013-11-23 05:56:50 UTC (rev 3059) @@ -61,6 +61,7 @@ * * @param event the last event. */ + @Override public void datasetChanged(DatasetChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/TestIntervalCategoryDataset.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/TestIntervalCategoryDataset.java 2013-11-23 05:56:37 UTC (rev 3058) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/general/TestIntervalCategoryDataset.java 2013-11-23 05:56:50 UTC (rev 3059) @@ -73,6 +73,7 @@ * * @see #getColumnCount() */ + @Override public int getRowCount() { return this.data.getRowCount(); } @@ -84,6 +85,7 @@ * * @see #getRowCount() */ + @Override public int getColumnCount() { return this.data.getColumnCount(); } @@ -99,6 +101,7 @@ * @see #addValue(Number, Comparable, Comparable) * @see #removeValue(Comparable, Comparable) */ + @Override public Number getValue(int row, int column) { IntervalDataItem item = (IntervalDataItem) this.data.getObject(row, column); @@ -119,6 +122,7 @@ * @see #getRowKeys() * @see #getColumnKey(int) */ + @Override public Comparable getRowKey(int row) { return this.data.getRowKey(row); } @@ -132,6 +136,7 @@ * * @see #getRowKey(int) */ + @Override public int getRowIndex(Comparable key) { // defer null argument check return this.data.getRowIndex(key); @@ -144,6 +149,7 @@ * * @see #getRowKey(int) */ + @Override public List getRowKeys() { return this.data.getRowKeys(); } @@ -157,6 +163,7 @@ * * @see #getColumnIndex(Comparable) */ + @Override public Comparable getColumnKey(int column) { return this.data.getColumnKey(column); } @@ -170,6 +177,7 @@ * * @see #getColumnKey(int) */ + @Override public int getColumnIndex(Comparable key) { // defer null argument check return this.data.getColumnIndex(key); @@ -182,6 +190,7 @@ * * @see #getColumnKey(int) */ + @Override public List getColumnKeys() { return this.data.getColumnKeys(); } @@ -198,6 +207,7 @@ * * @see #addValue(Number, Comparable, Comparable) */ + @Override public Number getValue(Comparable rowKey, Comparable columnKey) { IntervalDataItem item = (IntervalDataItem) this.data.getObject(rowKey, columnKey); @@ -357,6 +367,7 @@ * * @return A boolean. */ + @Override public boolean equals(Object obj) { if (obj == this) { return true; @@ -395,6 +406,7 @@ * * @return A hash code. */ + @Override public int hashCode() { return this.data.hashCode(); } @@ -407,6 +419,7 @@ * @throws CloneNotSupportedException if there is a problem cloning the * dataset. */ + @Override public Object clone() throws CloneNotSupportedException { TestIntervalCategoryDataset clone = (TestIntervalCategoryDataset) super.clone(); @@ -414,6 +427,7 @@ return clone; } + @Override public Number getStartValue(int series, int category) { IntervalDataItem item = (IntervalDataItem) this.data.getObject(series, category); @@ -423,6 +437,7 @@ return item.getLowerBound(); } + @Override public Number getStartValue(Comparable series, Comparable category) { IntervalDataItem item = (IntervalDataItem) this.data.getObject(series, category); @@ -432,6 +447,7 @@ return item.getLowerBound(); } + @Override public Number getEndValue(int series, int category) { IntervalDataItem item = (IntervalDataItem) this.data.getObject(series, category); @@ -441,6 +457,7 @@ return item.getUpperBound(); } + @Override public Number getEndValue(Comparable series, Comparable category) { IntervalDataItem item = (IntervalDataItem) this.data.getObject(series, category); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:56:39
|
Revision: 3058 http://sourceforge.net/p/jfreechart/code/3058 Author: mungady Date: 2013-11-23 05:56:37 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/ComparableObjectSeriesTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/data/ComparableObjectSeriesTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/data/ComparableObjectSeriesTest.java 2013-11-23 05:55:37 UTC (rev 3057) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/data/ComparableObjectSeriesTest.java 2013-11-23 05:56:37 UTC (rev 3058) @@ -73,10 +73,12 @@ boolean allowDuplicateXValues) { super(key, autoSort, allowDuplicateXValues); } + @Override public void add(Comparable x, Object y) { super.add(x, y); } + @Override public ComparableObjectItem remove(Comparable x) { return super.remove(x); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:55:40
|
Revision: 3057 http://sourceforge.net/p/jfreechart/code/3057 Author: mungady Date: 2013-11-23 05:55:37 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/BoxAndWhiskerRendererTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/StackedBarRenderer3DTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/WaterfallBarRendererTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/BoxAndWhiskerRendererTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/BoxAndWhiskerRendererTest.java 2013-11-23 05:55:25 UTC (rev 3056) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/BoxAndWhiskerRendererTest.java 2013-11-23 05:55:37 UTC (rev 3057) @@ -202,10 +202,12 @@ DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset() { + @Override public Number getQ1Value(int row, int column) { return null; } + @Override public Number getQ1Value(Comparable rowKey, Comparable columnKey) { return null; } @@ -218,7 +220,7 @@ CategoryPlot plot = new CategoryPlot(dataset, new CategoryAxis("x"), new NumberAxis("y"), new BoxAndWhiskerRenderer()); JFreeChart chart = new JFreeChart(plot); - boolean success = false; + boolean success; try { BufferedImage image = new BufferedImage(200 , 100, @@ -245,10 +247,12 @@ DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset() { + @Override public Number getQ1Value(int row, int column) { return null; } + @Override public Number getQ1Value(Comparable rowKey, Comparable columnKey) { return null; } @@ -262,7 +266,7 @@ new NumberAxis("y"), new BoxAndWhiskerRenderer()); plot.setOrientation(PlotOrientation.HORIZONTAL); JFreeChart chart = new JFreeChart(plot); - boolean success = false; + boolean success; try { BufferedImage image = new BufferedImage(200 , 100, @@ -334,7 +338,7 @@ */ @Test public void testDrawWithNullMean() { - boolean success = false; + boolean success; try { DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset(); @@ -362,7 +366,7 @@ */ @Test public void testDrawWithNullMedian() { - boolean success = false; + boolean success; try { DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset(); @@ -390,7 +394,7 @@ */ @Test public void testDrawWithNullQ1() { - boolean success = false; + boolean success; try { DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset(); @@ -418,7 +422,7 @@ */ @Test public void testDrawWithNullQ3() { - boolean success = false; + boolean success; try { DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset(); @@ -446,7 +450,7 @@ */ @Test public void testDrawWithNullMinRegular() { - boolean success = false; + boolean success; try { DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset(); @@ -499,7 +503,7 @@ */ @Test public void testDrawWithNullMinOutlier() { - boolean success = false; + boolean success; try { DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset(); @@ -527,7 +531,7 @@ */ @Test public void testDrawWithNullMaxOutlier() { - boolean success = false; + boolean success; try { DefaultBoxAndWhiskerCategoryDataset dataset = new DefaultBoxAndWhiskerCategoryDataset(); Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/StackedBarRenderer3DTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/StackedBarRenderer3DTest.java 2013-11-23 05:55:25 UTC (rev 3056) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/StackedBarRenderer3DTest.java 2013-11-23 05:55:37 UTC (rev 3057) @@ -66,6 +66,7 @@ * Provide access to protected method. */ static class MyRenderer extends StackedBarRenderer3D { + @Override public List createStackedValueList(CategoryDataset dataset, Comparable category, int[] includedRows, double base, boolean asPercentages) { Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/WaterfallBarRendererTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/WaterfallBarRendererTest.java 2013-11-23 05:55:25 UTC (rev 3056) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/category/WaterfallBarRendererTest.java 2013-11-23 05:55:37 UTC (rev 3057) @@ -155,4 +155,44 @@ assertEquals(r1, r2); } +// /** +// * Check that the paint object returned for a middle column with 0 +// * difference is the positive bar paint object +// */ +// @Test +// public void testGetSeriesPaintForDifferentValues() { +//Color firstPaint = Color.cyan; +//Color positivePaint = Color.green; +//Color negativePaint = Color.red; +//Color lastPaint = Color.blue; +//WaterfallBarRenderer waterfallBarRenderer = new WaterfallBarRenderer(firstPaint, positivePaint, negativePaint, lastPaint); +// +//// Sets of tests for making sure the correct paint object is returned +//// for different scenarios. +// +//// In the first set, the "firstPaint" object is always returned because +//// this is first column (regardless of the value of the value difference). +//assertSame(firstPaint, waterfallBarRenderer.getSeriesPaintObject(0, 1, 0d)); +//assertSame(firstPaint, waterfallBarRenderer.getSeriesPaintObject(0, 2, 1d)); +//assertSame(firstPaint, waterfallBarRenderer.getSeriesPaintObject(0, 2, -1d)); +// +//// In the second set, the "positivePaint" object is returned for middle +//// columns which are greater than or equal to 0. +//assertSame(positivePaint, waterfallBarRenderer.getSeriesPaintObject(1, 1, 1d)); +//assertSame(positivePaint, waterfallBarRenderer.getSeriesPaintObject(1, 1, 0d)); +//assertSame(positivePaint, waterfallBarRenderer.getSeriesPaintObject(1, 3, 0d)); +// +//// In the third set, the "negativePaint" object is returned for middle +//// columns which are less than zero. +//assertSame(negativePaint, waterfallBarRenderer.getSeriesPaintObject(1, 1, -0.5d)); +//assertSame(negativePaint, waterfallBarRenderer.getSeriesPaintObject(1, 3, -0.5d)); +//assertSame(negativePaint, waterfallBarRenderer.getSeriesPaintObject(1, 0, -0.5d)); +// +//// In the last set, the "lastPaint" object is returned because this is the +//// last column (regardless of the value of the value difference). +//assertSame(lastPaint, waterfallBarRenderer.getSeriesPaintObject(1, 2, 0d)); +//assertSame(lastPaint, waterfallBarRenderer.getSeriesPaintObject(1, 2, 1d)); +//assertSame(lastPaint, waterfallBarRenderer.getSeriesPaintObject(1, 2, -1d)); +//} + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:55:28
|
Revision: 3056 http://sourceforge.net/p/jfreechart/code/3056 Author: mungady Date: 2013-11-23 05:55:25 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/AbstractRendererTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererChangeDetector.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererUtilitiesTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/AbstractRendererTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/AbstractRendererTest.java 2013-11-23 05:55:14 UTC (rev 3055) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/AbstractRendererTest.java 2013-11-23 05:55:25 UTC (rev 3056) @@ -430,6 +430,7 @@ } private static class TestRenderer extends XYLineAndShapeRenderer { + @Override public void setTreatLegendShapeAsLine(boolean flag) { super.setTreatLegendShapeAsLine(flag); } @@ -589,6 +590,7 @@ public MyRendererChangeListener() { this.lastEvent = null; } + @Override public void rendererChanged(RendererChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererChangeDetector.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererChangeDetector.java 2013-11-23 05:55:14 UTC (rev 3055) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererChangeDetector.java 2013-11-23 05:55:25 UTC (rev 3056) @@ -84,6 +84,7 @@ * * @param event the event. */ + @Override public void rendererChanged(RendererChangeEvent event) { this.notified = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererUtilitiesTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererUtilitiesTest.java 2013-11-23 05:55:14 UTC (rev 3055) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/renderer/RendererUtilitiesTest.java 2013-11-23 05:55:25 UTC (rev 3056) @@ -118,6 +118,7 @@ @Test public void testFindLiveItemsLowerBound_Ascending() { DefaultXYDataset d = new DefaultXYDataset() { + @Override public DomainOrder getDomainOrder() { // we're doing this for testing only, and make sure that we // only add data in ascending order by x-value @@ -193,6 +194,7 @@ @Test public void testFindLiveItemsLowerBound_Descending() { DefaultXYDataset d = new DefaultXYDataset() { + @Override public DomainOrder getDomainOrder() { // we're doing this for testing only, and make sure that we // only add data in descending order by x-value @@ -328,6 +330,7 @@ @Test public void testFindLiveItemsUpperBound_Ascending() { DefaultXYDataset d = new DefaultXYDataset() { + @Override public DomainOrder getDomainOrder() { // we're doing this for testing only, and make sure that we // only add data in ascending order by x-value @@ -403,6 +406,7 @@ @Test public void testFindLiveItemsUpperBound_Descending() { DefaultXYDataset d = new DefaultXYDataset() { + @Override public DomainOrder getDomainOrder() { // we're doing this for testing only, and make sure that we // only add data in descending order by x-value This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:55:17
|
Revision: 3055 http://sourceforge.net/p/jfreechart/code/3055 Author: mungady Date: 2013-11-23 05:55:14 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/DialPlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/MyDialLayerChangeListener.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/DialPlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/DialPlotTest.java 2013-11-23 05:53:37 UTC (rev 3054) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/DialPlotTest.java 2013-11-23 05:55:14 UTC (rev 3055) @@ -68,6 +68,7 @@ * * @param event the event. */ + @Override public void plotChanged(PlotChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/MyDialLayerChangeListener.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/MyDialLayerChangeListener.java 2013-11-23 05:53:37 UTC (rev 3054) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/dial/MyDialLayerChangeListener.java 2013-11-23 05:55:14 UTC (rev 3055) @@ -56,6 +56,7 @@ * * @param event the event. */ + @Override public void dialLayerChanged(DialLayerChangeEvent event) { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:53:40
|
Revision: 3054 http://sourceforge.net/p/jfreechart/code/3054 Author: mungady Date: 2013-11-23 05:53:37 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/DateAxisTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/LogarithmicAxisTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/PeriodAxisTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/DateAxisTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/DateAxisTest.java 2013-11-23 05:53:28 UTC (rev 3053) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/DateAxisTest.java 2013-11-23 05:53:37 UTC (rev 3054) @@ -93,6 +93,7 @@ super(label); } + @Override public Date previousStandardDate(Date d, DateTickUnit unit) { return super.previousStandardDate(d, unit); } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/LogarithmicAxisTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/LogarithmicAxisTest.java 2013-11-23 05:53:28 UTC (rev 3053) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/LogarithmicAxisTest.java 2013-11-23 05:53:37 UTC (rev 3054) @@ -71,6 +71,7 @@ /* (non-Javadoc) * @see org.jfree.chart.axis.LogarithmicAxis#switchedLog10(double) */ + @Override protected double switchedLog10(double val) { return super.switchedLog10(val); } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/PeriodAxisTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/PeriodAxisTest.java 2013-11-23 05:53:28 UTC (rev 3053) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/PeriodAxisTest.java 2013-11-23 05:53:37 UTC (rev 3054) @@ -84,6 +84,7 @@ * * @param event the event. */ + @Override public void axisChanged(AxisChangeEvent event) { this.lastEvent = event; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:53:31
|
Revision: 3053 http://sourceforge.net/p/jfreechart/code/3053 Author: mungady Date: 2013-11-23 05:53:28 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/TextAnnotationTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/XYDrawableAnnotationTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/TextAnnotationTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/TextAnnotationTest.java 2013-11-23 05:48:07 UTC (rev 3052) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/TextAnnotationTest.java 2013-11-23 05:53:28 UTC (rev 3053) @@ -180,6 +180,7 @@ * * @param event the event. */ + @Override public void annotationChanged(AnnotationChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/XYDrawableAnnotationTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/XYDrawableAnnotationTest.java 2013-11-23 05:48:07 UTC (rev 3052) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/annotations/XYDrawableAnnotationTest.java 2013-11-23 05:53:28 UTC (rev 3053) @@ -73,6 +73,7 @@ * @param g2 the graphics device. * @param area the area in which to draw. */ + @Override public void draw(Graphics2D g2, Rectangle2D area) { // do nothing } @@ -81,6 +82,7 @@ * @param obj the object to test against (<code>null</code> permitted). * @return A boolean. */ + @Override public boolean equals(Object obj) { if (obj == this) { return true; @@ -97,6 +99,7 @@ * * @throws CloneNotSupportedException if there is a problem cloning. */ + @Override public Object clone() throws CloneNotSupportedException { return super.clone(); } @@ -171,8 +174,7 @@ public void testCloning() throws CloneNotSupportedException { XYDrawableAnnotation a1 = new XYDrawableAnnotation(10.0, 20.0, 100.0, 200.0, new TestDrawable()); - XYDrawableAnnotation a2 = null; - a2 = (XYDrawableAnnotation) a1.clone(); + XYDrawableAnnotation a2 = (XYDrawableAnnotation) a1.clone(); assertTrue(a1 != a2); assertTrue(a1.getClass() == a2.getClass()); assertTrue(a1.equals(a2)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:48:10
|
Revision: 3052 http://sourceforge.net/p/jfreechart/code/3052 Author: mungady Date: 2013-11-23 05:48:07 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CategoryMarkerTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainCategoryPlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainXYPlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeCategoryPlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeXYPlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/IntervalMarkerTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MarkerTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MultiplePiePlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MyPlotChangeListener.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/PiePlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/ValueMarkerTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CategoryMarkerTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CategoryMarkerTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CategoryMarkerTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -67,6 +67,7 @@ * * @param event the last event. */ + @Override public void markerChanged(MarkerChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainCategoryPlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainCategoryPlotTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainCategoryPlotTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -75,6 +75,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.events.add(event); } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainXYPlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainXYPlotTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedDomainXYPlotTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -77,6 +77,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.events.add(event); } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeCategoryPlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeCategoryPlotTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeCategoryPlotTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -75,6 +75,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.events.add(event); } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeXYPlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeXYPlotTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/CombinedRangeXYPlotTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -77,6 +77,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.events.add(event); } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/IntervalMarkerTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/IntervalMarkerTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/IntervalMarkerTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -66,6 +66,7 @@ * * @param event the last event. */ + @Override public void markerChanged(MarkerChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MarkerTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MarkerTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MarkerTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -399,6 +399,7 @@ * * @param event the event. */ + @Override public void markerChanged(MarkerChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MultiplePiePlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MultiplePiePlotTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MultiplePiePlotTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -79,6 +79,7 @@ * * @param event the event. */ + @Override public void plotChanged(PlotChangeEvent event) { this.lastEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MyPlotChangeListener.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MyPlotChangeListener.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/MyPlotChangeListener.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -80,6 +80,7 @@ * * @param e the event. */ + @Override public void plotChanged(PlotChangeEvent e) { this.event = e; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/PiePlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/PiePlotTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/PiePlotTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -596,10 +596,12 @@ } static class NullLegendLabelGenerator implements PieSectionLabelGenerator { + @Override public AttributedString generateAttributedSectionLabel( PieDataset dataset, Comparable key) { return null; } + @Override public String generateSectionLabel(PieDataset dataset, Comparable key) { return null; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/ValueMarkerTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/ValueMarkerTest.java 2013-11-23 05:47:45 UTC (rev 3051) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/plot/ValueMarkerTest.java 2013-11-23 05:48:07 UTC (rev 3052) @@ -202,6 +202,7 @@ * * @param event the last event. */ + @Override public void markerChanged(MarkerChangeEvent event) { this.lastEvent = event; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:47:50
|
Revision: 3051 http://sourceforge.net/p/jfreechart/code/3051 Author: mungady Date: 2013-11-23 05:47:45 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Ignore just one test. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/SegmentedTimelineTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/SegmentedTimelineTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/SegmentedTimelineTest.java 2013-11-23 05:46:40 UTC (rev 3050) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/axis/SegmentedTimelineTest.java 2013-11-23 05:47:45 UTC (rev 3051) @@ -63,7 +63,6 @@ /** * JUnit Tests for the {@link SegmentedTimeline} class. */ -@Ignore public class SegmentedTimelineTest { /** These constants control test cycles in the validateXXXX methods. */ @@ -739,7 +738,7 @@ * * @throws ParseException if there is a parsing error. */ - @Test + @Ignore public void testMondayThroughFridayTranslations() throws ParseException { verifyFillInExceptions(this.mondayFridayTimeline, US_HOLIDAYS, DATE_FORMAT); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:46:45
|
Revision: 3050 http://sourceforge.net/p/jfreechart/code/3050 Author: mungady Date: 2013-11-23 05:46:40 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Fix NB warnings. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/AreaChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChart3DTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ChartPanelTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/GanttChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/JFreeChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChart3DTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChart3DTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ScatterPlotTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedAreaChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChart3DTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/TimeSeriesChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYAreaChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYBarChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYLineChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepAreaChartTest.java branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepChartTest.java Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/AreaChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/AreaChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/AreaChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -186,6 +186,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChart3DTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChart3DTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChart3DTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -194,6 +194,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/BarChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -204,6 +204,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ChartPanelTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ChartPanelTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ChartPanelTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -71,6 +71,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.chartChangeEvents.add(event); } @@ -138,6 +139,7 @@ * * @param event the event. */ + @Override public void chartMouseClicked(ChartMouseEvent event) { // ignore } @@ -147,6 +149,7 @@ * * @param event the event. */ + @Override public void chartMouseMoved(ChartMouseEvent event) { // ignore } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/GanttChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/GanttChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/GanttChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -292,6 +292,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/JFreeChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/JFreeChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/JFreeChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -477,6 +477,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.lastChartChangeEvent = event; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChart3DTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChart3DTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChart3DTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -185,6 +185,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/LineChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -187,6 +187,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChart3DTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChart3DTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChart3DTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -132,6 +132,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/PieChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -110,6 +110,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ScatterPlotTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ScatterPlotTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/ScatterPlotTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -168,6 +168,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedAreaChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedAreaChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedAreaChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -194,6 +194,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChart3DTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChart3DTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChart3DTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -197,6 +197,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/StackedBarChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -200,6 +200,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/TimeSeriesChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/TimeSeriesChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/TimeSeriesChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -175,6 +175,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYAreaChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYAreaChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYAreaChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -167,6 +167,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYBarChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYBarChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYBarChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -172,6 +172,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYLineChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYLineChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYLineChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -168,6 +168,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepAreaChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepAreaChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepAreaChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -167,6 +167,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } Modified: branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepChartTest.java =================================================================== --- branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepChartTest.java 2013-11-23 05:24:34 UTC (rev 3049) +++ branches/jfreechart-1.0.x-branch/tests/org/jfree/chart/XYStepChartTest.java 2013-11-23 05:46:40 UTC (rev 3050) @@ -181,6 +181,7 @@ * * @param event the event. */ + @Override public void chartChanged(ChartChangeEvent event) { this.flag = true; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:24:38
|
Revision: 3049 http://sourceforge.net/p/jfreechart/code/3049 Author: mungady Date: 2013-11-23 05:24:34 +0000 (Sat, 23 Nov 2013) Log Message: ----------- 2013-11-23 David Gilbert <dav...@ob...> Bug #977: * org/jfree/chart/axis/DateAxis.java (DEFAULT_DATE_TICK_UNIT): Deprecated, (DateAxis): Replace DEFAULT_DATE_TICK_UNIT with new instance. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/NEWS Modified: branches/jfreechart-1.0.x-branch/NEWS =================================================================== --- branches/jfreechart-1.0.x-branch/NEWS 2013-11-23 05:23:57 UTC (rev 3048) +++ branches/jfreechart-1.0.x-branch/NEWS 2013-11-23 05:24:34 UTC (rev 3049) @@ -1,6 +1,6 @@ JFreeChart 1.0.17 ----------------- -22 November 2013 +23 November 2013 Enhanced XYSplineRenderer with new area fill (contributed by Klaus Rheinwald), added a notify flag to all datasets that extend AbstractDataset, extended @@ -11,6 +11,7 @@ Bug Fixes: + 977 : Multithreading issue with DateAxis; 1084 : BorderArrangement.add() possible ClassCastException; 1099 : XYSeriesCollection.removeSeries(int) does not deregister listener; 1109 : WaterfallBarRenderer uses wrong color for diff 0. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mu...@us...> - 2013-11-23 05:24:00
|
Revision: 3048 http://sourceforge.net/p/jfreechart/code/3048 Author: mungady Date: 2013-11-23 05:23:57 +0000 (Sat, 23 Nov 2013) Log Message: ----------- 2013-11-23 David Gilbert <dav...@ob...> Bug #977: * org/jfree/chart/axis/DateAxis.java (DEFAULT_DATE_TICK_UNIT): Deprecated, (DateAxis): Replace DEFAULT_DATE_TICK_UNIT with new instance. Modified Paths: -------------- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateAxis.java Modified: branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateAxis.java =================================================================== --- branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateAxis.java 2013-11-23 05:23:46 UTC (rev 3047) +++ branches/jfreechart-1.0.x-branch/source/org/jfree/chart/axis/DateAxis.java 2013-11-23 05:23:57 UTC (rev 3048) @@ -130,6 +130,7 @@ * 01-Aug-2013 : Added attributedLabel override to support superscripts, * subscripts and more (DG); * 12-Sep-2013 : Prevent exception when zooming in below 1 millisecond (DG); + * 23-Nov-2013 : Deprecated DEFAULT_DATE_TICK_UNIT to fix bug #977 (DG); * */ @@ -190,7 +191,13 @@ public static final double DEFAULT_AUTO_RANGE_MINIMUM_SIZE_IN_MILLISECONDS = 2.0; - /** The default date tick unit. */ + /** + * The default date tick unit. + * + * @deprecated As pointed out in bug #977, the SimpleDateFormat in this + * object uses Calendar which is not thread safe...so you should + * avoid reusing this instance and create a new instance as required. + */ public static final DateTickUnit DEFAULT_DATE_TICK_UNIT = new DateTickUnit(DateTickUnitType.DAY, 1, new SimpleDateFormat()); @@ -392,7 +399,8 @@ */ public DateAxis(String label, TimeZone zone, Locale locale) { super(label, DateAxis.createStandardDateTickUnits(zone, locale)); - setTickUnit(DateAxis.DEFAULT_DATE_TICK_UNIT, false, false); + this.tickUnit = new DateTickUnit(DateTickUnitType.DAY, 1, + new SimpleDateFormat()); setAutoRangeMinimumSize( DEFAULT_AUTO_RANGE_MINIMUM_SIZE_IN_MILLISECONDS); setRange(DEFAULT_DATE_RANGE, false, false); @@ -987,18 +995,12 @@ months = calendar.get(Calendar.MONTH); if (this.tickMarkPosition == DateTickMarkPosition.START) { hours = 0; - minutes = 0; - seconds = 0; } else if (this.tickMarkPosition == DateTickMarkPosition.MIDDLE) { hours = 12; - minutes = 0; - seconds = 0; } else { hours = 23; - minutes = 59; - seconds = 59; } calendar.clear(Calendar.MILLISECOND); calendar.set(years, months, value, hours, 0, 0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |