Branch: refs/heads/master
Home: https://github.com/jenkinsci/discard-old-build-plugin
Commit: 79000f7d22cfa0e500f5dcd5e02640ba168aa180
https://github.com/jenkinsci/discard-old-build-plugin/commit/79000f7d22cfa0e500f5dcd5e02640ba168aa180
Author: pushker001 <[email protected]>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Deeper spotbugs check
Increase chance of detecting bugs
Commit: 2ff20c8655658de8ed1f3465cb9973745f19758d
https://github.com/jenkinsci/discard-old-build-plugin/commit/2ff20c8655658de8ed1f3465cb9973745f19758d
Author: Mark Waite <[email protected]>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/discardbuild/DiscardBuildPublisher.java
Log Message:
-----------
Rename private method to match Java convention
Java naming conventions start method names with a lower case letter.
Because this method is a private method, it is only visible within
this class. Since it is only visible within this class, it can be
renamed to follow the Java method naming convention.
https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html
provides more details on the naming conventions used for Java
identifiers.
Compare:
https://github.com/jenkinsci/discard-old-build-plugin/compare/9b0766122d2d...2ff20c865565
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/discard-old-build-plugin/push/refs/heads/master/9b0766-2ff20c%40github.com.