Branch: refs/heads/master Home: https://github.com/jenkinsci/jira-plugin Commit: 010be1f0b9e71e76d34648226387263b74dd1b7b https://github.com/jenkinsci/jira-plugin/commit/010be1f0b9e71e76d34648226387263b74dd1b7b Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2024-05-07 (Tue, 07 May 2024)
Changed paths: M src/main/java/hudson/plugins/jira/JiraCreateIssueNotifier.java M src/main/java/hudson/plugins/jira/JiraCreateReleaseNotes.java M src/main/java/hudson/plugins/jira/JiraSite.java Log Message: ----------- Use %n instead of \n in formatting strings Resolves spotbugs warnings Commit: c26ca8f585e275414b72cee32376455dc0374ca4 https://github.com/jenkinsci/jira-plugin/commit/c26ca8f585e275414b72cee32376455dc0374ca4 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M src/main/java/hudson/plugins/jira/Updater.java Log Message: ----------- Conditional already checked not null Resolve spotbugs warning by removing a null check that duplicates the conditional surrounding the statement. Commit: 71ce36f78f6e09eb38051e1fe53edd104e5fd0da https://github.com/jenkinsci/jira-plugin/commit/71ce36f78f6e09eb38051e1fe53edd104e5fd0da Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M src/main/java/hudson/plugins/jira/Updater.java Log Message: ----------- Remove redundant null check in Updater https://docs.oracle.com/en%2Fjava%2Fjavase%2F11%2Fdocs%2Fapi%2F%2F/java.base/java/lang/Class.html#getMethod(java.lang.String,java.lang.Class...) states that a matching method is returned or an exception is thrown. Null is not allowed as a return value. Catches a more specific set of exceptions to avoid a spotbugs warning. Commit: 61b0bc8083a3296acc676df8c2748554a91d01a3 https://github.com/jenkinsci/jira-plugin/commit/61b0bc8083a3296acc676df8c2748554a91d01a3 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2024-05-07 (Tue, 07 May 2024) Changed paths: M pom.xml A src/spotbugs/excludesFilter.xml Log Message: ----------- Fail if new spotbugs errors are introduced Remove deprecated spotbugsXmlOutput Was previously unused but allowed. Now is unused and deprecated. https://github.com/spotbugs/spotbugs-maven-plugin/pull/707 Commit: b8b4f6c9ce4507fad15f1b8bf2fe261df1fd7090 https://github.com/jenkinsci/jira-plugin/commit/b8b4f6c9ce4507fad15f1b8bf2fe261df1fd7090 Author: Radek Antoniuk <521838+ranton...@users.noreply.github.com> Date: 2024-05-08 (Wed, 08 May 2024) Changed paths: M pom.xml M src/main/java/hudson/plugins/jira/JiraCreateIssueNotifier.java M src/main/java/hudson/plugins/jira/JiraCreateReleaseNotes.java M src/main/java/hudson/plugins/jira/JiraSite.java M src/main/java/hudson/plugins/jira/Updater.java A src/spotbugs/excludesFilter.xml Log Message: ----------- Merge pull request #599 from MarkEWaite/fix-or-suppress-spotbugs-warnings Fix/suppress spotbugs warnings Compare: https://github.com/jenkinsci/jira-plugin/compare/8f927fe4b3cf...b8b4f6c9ce45 To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/jira-plugin/settings/notifications -- 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/jenkinsci/jira-plugin/push/refs/heads/master/8f927f-b8b4f6%40github.com.