Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/backend-extension-indexer
  Commit: 1953d6944a028613ce7a62a4d71fedb5d04d2763
      
https://github.com/jenkins-infra/backend-extension-indexer/commit/1953d6944a028613ce7a62a4d71fedb5d04d2763
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/extension_indexer/ExtensionPointListGenerator.java
    M 
src/main/java/org/jenkinsci/extension_indexer/ExtensionPointsExtractor.java
    R src/main/java/org/jenkinsci/extension_indexer/FileUtils.java
    A src/main/java/org/jenkinsci/extension_indexer/FileUtilsExt.java
    M src/main/java/org/jenkinsci/extension_indexer/SourceAndLibs.java
    A src/spotbugs/spotbugs-excludes.xml

  Log Message:
  -----------
  Modernize the tool (#39)

Add spotbugs exclusions

* Remove unread field
* Fix default encoding spotbugs warnings
* Exclude EI_EXPOSE_REP2 spotbugs warning
* Do not use same class name as super class
  FileUtilsExt is not much harder to read than FileUtils
* Don't ignore return values from File methods
* Exclude command injection spotbugs warning
* Remove unused dependency
* Remove version already provided by parent pom
* Fix spelling error
* Use StandardCharsets.UTF_8 instead of "UTF-8"
* Use Files.createTempDirectory

Co-authored-by: Basil Crow <m...@basilcrow.com>


-- 
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/a716f4-1953d6%40github.com.

Reply via email to