Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 7063496e20063d32fc2aa28f98c6198061fb680f
      
https://github.com/jenkinsci/performance-plugin/commit/7063496e20063d32fc2aa28f98c6198061fb680f
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-09 (Sun, 09 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
    M src/main/java/hudson/plugins/performance/JUnitParser.java
    M src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
    M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
    M src/main/java/hudson/plugins/performance/PerformanceReport.java
    M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
    M src/main/java/hudson/plugins/performance/PerformanceReportParser.java
    M src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
    M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
    M src/main/java/hudson/plugins/performance/TrendReportGraphs.java

  Log Message:
  -----------
  Code Formatting

Reformatted random formatting in many of the files:
  + mixed tabs and spaces
  + mixed indentation lengths

I formatted all of the .java files in src/main/java to use what seemed
to be the most common format of using spaces with an indent size of 2.

Also removed an uneeded variable here and there.


  Commit: 1984bba8892acea636bfe6c05b9ba12cb8ea003e
      
https://github.com/jenkinsci/performance-plugin/commit/1984bba8892acea636bfe6c05b9ba12cb8ea003e
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-09 (Sun, 09 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java

  Log Message:
  -----------
  JmeterSummarizerParser - Cleanup

+ Added try-finally's to ensure closing of Scanner objects
+ Removed unnecessary IOException in catch-clause (unreachable clause)
+ Removed unneccessary import


  Commit: 3960d37efafaeb495492973d10f3a8010bcfb419
      
https://github.com/jenkinsci/performance-plugin/commit/3960d37efafaeb495492973d10f3a8010bcfb419
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-09 (Sun, 09 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/PerformanceBuildAction.java

  Log Message:
  -----------
  Resolved Deprecation Warning

Updated instantiation of StreamTaskListener with System.err to use the
fromStderr() constructor in PerformanceBuildAction.java


  Commit: 2a0ed1e10752b349e041a43cb048d2da4fcc3f5d
      
https://github.com/jenkinsci/performance-plugin/commit/2a0ed1e10752b349e041a43cb048d2da4fcc3f5d
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-09 (Sun, 09 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java

  Log Message:
  -----------
  PerformanceProjectAction - cleanup

+ Added @SuppressWarnings for serialVersionUID
+ Removed unused local variable (range)
+ Added type-parameters to return type of getTrendReportData
+ Removed private default-constructor of Range class


  Commit: aa60643511e84477b673e13b963eeb5bc3bed587
      
https://github.com/jenkinsci/performance-plugin/commit/aa60643511e84477b673e13b963eeb5bc3bed587
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-09 (Sun, 09 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  -----------
  PerformancePublisher - cleanup

+ Removed unused local variables
+ Resolved warning with static-member access (this -> PerformancePublisher)


  Commit: 9e5d4ab234b799fc11f7ccf179de728a60092f84
      
https://github.com/jenkinsci/performance-plugin/commit/9e5d4ab234b799fc11f7ccf179de728a60092f84
  Author: Manuel Carrasco <man...@apache.org>
  Date:   2014-02-10 (Mon, 10 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
    M src/main/java/hudson/plugins/performance/JUnitParser.java
    M src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
    M src/main/java/hudson/plugins/performance/PerformanceBuildAction.java
    M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
    M src/main/java/hudson/plugins/performance/PerformancePublisher.java
    M src/main/java/hudson/plugins/performance/PerformanceReport.java
    M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
    M src/main/java/hudson/plugins/performance/PerformanceReportParser.java
    M src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
    M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
    M src/main/java/hudson/plugins/performance/TrendReportGraphs.java

  Log Message:
  -----------
  Merge pull request #27 from JohnMurray/clean-up

Thanks


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/540350b2879d...9e5d4ab234b7

-- 
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/groups/opt_out.

Reply via email to