Branch: refs/heads/master Home: https://github.com/jenkins-infra/backend-extension-indexer Commit: b9611b3ed27261470672b238a299018ed3ef246d https://github.com/jenkins-infra/backend-extension-indexer/commit/b9611b3ed27261470672b238a299018ed3ef246d Author: Basil Crow <m...@basilcrow.com> Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths: M src/main/java/org/jenkinsci/extension_indexer/ClassOfInterest.java M src/main/java/org/jenkinsci/extension_indexer/Extension.java M src/main/java/org/jenkinsci/extension_indexer/ExtensionPointListGenerator.java M src/main/java/org/jenkinsci/extension_indexer/ExtensionPointsExtractor.java M src/main/java/org/jenkinsci/extension_indexer/ExtensionSummary.java M src/main/java/org/jenkinsci/extension_indexer/FileUtilsExt.java M src/main/java/org/jenkinsci/extension_indexer/Module.java M src/main/java/org/jenkinsci/extension_indexer/SourceAndLibs.java M src/spotbugs/spotbugs-excludes.xml Log Message: ----------- Java facelift (#43) * Remove unnecessary throws * Use try-with-resources where possible * Use diamond operator where possible * Use StringBuilder where possible * Remove raw use of parameterized class * Use method reference where possible * Use List#of where possible * Remove unused imports * Simplify map operations * Clean up FileUtils usage * Remove redundant suppressions * Fix WMI_WRONG_MAP_ITERATOR * Add missing override annotations * Remove unnecessary parentheses * Properly close streams * Use Set#of where possible * Use String#join where possible -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/backend-extension-indexer/push/refs/heads/master/1953d6-b9611b%40github.com.