-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup for Jenkins 2.387.3 #401
Conversation
*/ | ||
@SuppressWarnings("unused") // Called by jelly view | ||
@CheckForNull | ||
public Object getDynamic(final String link, final StaplerRequest request, final StaplerResponse response) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
*/ | ||
@SuppressWarnings("unused") // Called by jelly view | ||
@CheckForNull | ||
public Object getDynamic(final String link, final StaplerRequest request, final StaplerResponse response) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
@@ -18,7 +18,7 @@ | |||
* | |||
* @author Ullrich Hafner | |||
*/ | |||
class AggregatedScoreXmlStreamTest extends SerializableTest<AggregatedScore> { | |||
class AggregatedScoreXmlStreamITest extends SerializableTest<AggregatedScore> { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
Codecov Report
@@ Coverage Diff @@
## main #401 +/- ##
=======================================
Coverage ? 92.41%
Complexity ? 30
=======================================
Files ? 7
Lines ? 145
Branches ? 10
=======================================
Hits ? 134
Misses ? 5
Partials ? 6 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Update plugin and dependencies to Jenkins 2.387.3. Use new coverage model of code coverage plugin. Fix broken UI problems due to Bootstrap 5 migration.
Additional cleanup:
@Generated
from the Jakarta package with my own version of@Generated
in AssertJ generated code.