Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: 38d707a85b90c6517e039b64e3cfd49510345fc9
      
https://github.com/jenkinsci/plot-plugin/commit/38d707a85b90c6517e039b64e3cfd49510345fc9
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/Plot.java

  Log Message:
  -----------
  Plot: Replace some deprecated JFreeChart method calls


  Commit: 22b22e2d3bae2a2424a390f003428861a4b286eb
      
https://github.com/jenkinsci/plot-plugin/commit/22b22e2d3bae2a2424a390f003428861a4b286eb
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/CSVSeries.java

  Log Message:
  -----------
  CSVSeries: Remove a redundant "static" modifier


  Commit: 201faad84b41325857c4529196b721e7ca6909cc
      
https://github.com/jenkinsci/plot-plugin/commit/201faad84b41325857c4529196b721e7ca6909cc
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/CSVSeries.java
    M src/main/java/hudson/plugins/plot/Series.java
    M src/main/java/hudson/plugins/plot/SeriesFactory.java

  Log Message:
  -----------
  Remove some redundant semicolons


  Commit: 867e0a2ac8263fe01b8b5968a7283c6f4c20670f
      
https://github.com/jenkinsci/plot-plugin/commit/867e0a2ac8263fe01b8b5968a7283c6f4c20670f
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/PlotCategoryDataset.java

  Log Message:
  -----------
  PlotCategoryDataset: Inline the retVal variable


  Commit: e10fa1915fb7dda6ca2766321407aeb1085d421d
      
https://github.com/jenkinsci/plot-plugin/commit/e10fa1915fb7dda6ca2766321407aeb1085d421d
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/Plot.java

  Log Message:
  -----------
  Plot: Actually do as said and parse the string for a number


  Commit: c3fbff6165c00b48b126df75fdd240753df9a498
      
https://github.com/jenkinsci/plot-plugin/commit/c3fbff6165c00b48b126df75fdd240753df9a498
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/main/webapp/help-style.html

  Log Message:
  -----------
  help-style: Properly close the unordered list


  Commit: cdd01cb9246f52360f47497bd44bc7e3fb981c8e
      
https://github.com/jenkinsci/plot-plugin/commit/cdd01cb9246f52360f47497bd44bc7e3fb981c8e
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/test/java/hudson/plugins/plot/XMLSeriesTest.java

  Log Message:
  -----------
  XMLSeriesTest: Use a "foreach"-style loop


  Commit: f41afd2d1e9efcf6911a8a8eacfc6eeaa39d3c65
      
https://github.com/jenkinsci/plot-plugin/commit/f41afd2d1e9efcf6911a8a8eacfc6eeaa39d3c65
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/XMLSeries.java

  Log Message:
  -----------
  XMLSeries: Fix a string comparison

trim() never returns null, and strings should be compared with equals().
However, here using isEmpty() is a better choice.


  Commit: b2da484bc33573a4513d153f5e8df6052cb358f7
      
https://github.com/jenkinsci/plot-plugin/commit/b2da484bc33573a4513d153f5e8df6052cb358f7
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/Plot.java

  Log Message:
  -----------
  Plot: Minor formatting improvement in reportBuild()


  Commit: e7bab51199f96a929609eb98db2ff959a13636af
      
https://github.com/jenkinsci/plot-plugin/commit/e7bab51199f96a929609eb98db2ff959a13636af
  Author: Sebastian Schuberth <sschube...@gmail.com>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/Plot.java

  Log Message:
  -----------
  [FIXED JENKINS-25849] Do not log if parsing a blank string to int fails


  Commit: f07a23e9c21fbdb7132ba7f63cf8b44e8192f3a5
      
https://github.com/jenkinsci/plot-plugin/commit/f07a23e9c21fbdb7132ba7f63cf8b44e8192f3a5
  Author: Eric Nielsen <e...@amalgamar.com.br>
  Date:   2015-05-09 (Sat, 09 May 2015)

  Changed paths:
    M src/main/java/hudson/plugins/plot/CSVSeries.java
    M src/main/java/hudson/plugins/plot/Plot.java
    M src/main/java/hudson/plugins/plot/PlotCategoryDataset.java
    M src/main/java/hudson/plugins/plot/Series.java
    M src/main/java/hudson/plugins/plot/SeriesFactory.java
    M src/main/java/hudson/plugins/plot/XMLSeries.java
    M src/main/webapp/help-style.html
    M src/test/java/hudson/plugins/plot/XMLSeriesTest.java

  Log Message:
  -----------
  Merge pull request #19 from sschuberth/misc-fixes

Misc fixes


Compare: 
https://github.com/jenkinsci/plot-plugin/compare/f2daef96b21b...f07a23e9c21f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to