Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 #1625
6 new issues, 24 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
24 | 6 | 18 | 0 | 👎 |
Reference build: Plugins » warnings-ng-plugin » master #1879
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 6 | 0 |
Annotations
Check warning on line 1739 in jenkins-console.log
ci-jenkins-io / Maven
failsafe:integration-test
NORMAL:
Raw output
<pre><code>Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 22.122 s - in io.jenkins.plugins.analysis.warnings.steps.FilesScannerITest</code></pre>
Check warning on line 1771 in jenkins-console.log
ci-jenkins-io / Maven
failsafe:integration-test
NORMAL:
Raw output
<pre><code>Tests run: 480, Failures: 0, Errors: 0, Skipped: 1</code></pre>
Check warning on line 1823 in jenkins-console.log
ci-jenkins-io / Maven
revapi:check
NORMAL:
Raw output
<pre><code>Difference transform org.revapi.basic.VersionsTransform@7a25a850 of class 'class org.revapi.basic.VersionsTransform' threw an exception while processing difference Difference[code='java.missing.oldClass', name='class missing in old API archives', classification={SOURCE=POTENTIALLY_BREAKING, BINARY=POTENTIALLY_BREAKING}, description='Class 'jenkins.model.CauseOfInterruption' could not be found in the archives of the old API. It has been detected as contributing to the API and thus the analysis results may be incorrect.', justification='null', criticality=null, attachments={classSimpleName=CauseOfInterruption, package=jenkins.model, classQualifiedName=jenkins.model.CauseOfInterruption, exampleUseChainInOldApi=jenkins.model.CauseOfInterruption is used as a type parameter or type variable bound on method boolean org.jenkinsci.plugins.workflow.steps.BodyExecution::cancel(jenkins.model.CauseOfInterruption[]) <- org.jenkinsci.plugins.workflow.steps.BodyExecution is returned from method org.jenkinsci.plugins.workflow.steps.BodyExecution org.jenkinsci.plugins.workflow.steps.BodyInvoker::start() <- org.jenkinsci.plugins.workflow.steps.BodyInvoker is returned from method org.jenkinsci.plugins.workflow.steps.BodyInvoker org.jenkinsci.plugins.workflow.steps.StepContext::newBodyInvoker() throws java.lang.IllegalStateException <- org.jenkinsci.plugins.workflow.steps.StepContext is used as parameter in method void org.jenkinsci.plugins.workflow.steps.StepDescriptor::checkContextAvailability(org.jenkinsci.plugins.workflow.steps.StepContext) throws org.jenkinsci.plugins.workflow.steps.MissingContextVariableException, java.io.IOException, java.lang.InterruptedException <- org.jenkinsci.plugins.workflow.steps.StepDescriptor is used as a type parameter or type variable bound on method hudson.ExtensionList<org.jenkinsci.plugins.workflow.steps.StepDescriptor> org.jenkinsci.plugins.workflow.steps.StepDescriptor::all() @ io.jenkins.plugins.analysis.core.steps.RecordIssuesStep.Descriptor (method hudson.ExtensionList<org.jenkinsci.plugins.workflow.steps.StepDescriptor> org.jenkinsci.plugins.workflow.steps.StepDescriptor::all() @ io.jenkins.plugins.analysis.core.steps.RecordIssuesStep.Descriptor is part of the API), elementKind=class}] on old element missing-class jenkins.model.CauseOfInterruption and new element null</code></pre>
Check warning on line 1862 in jenkins-console.log
ci-jenkins-io / Maven
revapi:check
NORMAL:
Raw output
<pre><code>Difference transform org.revapi.basic.VersionsTransform@7a25a850 of class 'class org.revapi.basic.VersionsTransform' threw an exception while processing difference Difference[code='java.class.externalClassNoLongerExposedInAPI', name='external class no longer in API', classification={SOURCE=NON_BREAKING, BINARY=NON_BREAKING}, description='A class from supplementary archives is no longer used in a public capacity in the API.', justification='null', criticality=null, attachments={classSimpleName=CauseOfInterruption, package=jenkins.model, classQualifiedName=jenkins.model.CauseOfInterruption, exampleUseChainInOldApi=jenkins.model.CauseOfInterruption is used as a type parameter or type variable bound on method boolean org.jenkinsci.plugins.workflow.steps.BodyExecution::cancel(jenkins.model.CauseOfInterruption[]) <- org.jenkinsci.plugins.workflow.steps.BodyExecution is returned from method org.jenkinsci.plugins.workflow.steps.BodyExecution org.jenkinsci.plugins.workflow.steps.BodyInvoker::start() <- org.jenkinsci.plugins.workflow.steps.BodyInvoker is returned from method org.jenkinsci.plugins.workflow.steps.BodyInvoker org.jenkinsci.plugins.workflow.steps.StepContext::newBodyInvoker() throws java.lang.IllegalStateException <- org.jenkinsci.plugins.workflow.steps.StepContext is used as parameter in method void org.jenkinsci.plugins.workflow.steps.StepDescriptor::checkContextAvailability(org.jenkinsci.plugins.workflow.steps.StepContext) throws org.jenkinsci.plugins.workflow.steps.MissingContextVariableException, java.io.IOException, java.lang.InterruptedException <- org.jenkinsci.plugins.workflow.steps.StepDescriptor is used as a type parameter or type variable bound on method hudson.ExtensionList<org.jenkinsci.plugins.workflow.steps.StepDescriptor> org.jenkinsci.plugins.workflow.steps.StepDescriptor::all() @ io.jenkins.plugins.analysis.core.steps.RecordIssuesStep.Descriptor (method hudson.ExtensionList<org.jenkinsci.plugins.workflow.steps.StepDescriptor> org.jenkinsci.plugins.workflow.steps.StepDescriptor::all() @ io.jenkins.plugins.analysis.core.steps.RecordIssuesStep.Descriptor is part of the API), elementKind=class}] on old element missing-class jenkins.model.CauseOfInterruption and new element null</code></pre>
Check warning on line 1901 in jenkins-console.log
ci-jenkins-io / Maven
revapi:check
NORMAL:
Raw output
<pre><code>Difference transform org.revapi.basic.VersionsTransform@7a25a850 of class 'class org.revapi.basic.VersionsTransform' threw an exception while processing difference Difference[code='java.missing.oldClass', name='class missing in old API archives', classification={SOURCE=POTENTIALLY_BREAKING, BINARY=POTENTIALLY_BREAKING}, description='Class 'org.jenkins.ui.symbol.SymbolRequest' could not be found in the archives of the old API. It has been detected as contributing to the API and thus the analysis results may be incorrect.', justification='null', criticality=null, attachments={classSimpleName=SymbolRequest, package=org.jenkins.ui.symbol, classQualifiedName=org.jenkins.ui.symbol.SymbolRequest, exampleUseChainInOldApi=org.jenkins.ui.symbol.SymbolRequest is used as parameter in method java.lang.String io.jenkins.plugins.util.JenkinsFacade::getSymbol(org.jenkins.ui.symbol.SymbolRequest) <- io.jenkins.plugins.util.JenkinsFacade is used as parameter in method void io.jenkins.plugins.analysis.core.model.DetailsTableModel::<init>(edu.hm.hafner.analysis.Report, io.jenkins.plugins.analysis.core.model.FileNameRenderer, io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider.AgeBuilder, io.jenkins.plugins.analysis.core.model.DescriptionProvider, io.jenkins.plugins.util.JenkinsFacade) (method void io.jenkins.plugins.analysis.core.model.DetailsTableModel::<init>(edu.hm.hafner.analysis.Report, io.jenkins.plugins.analysis.core.model.FileNameRenderer, io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider.AgeBuilder, io.jenkins.plugins.analysis.core.model.DescriptionProvider, io.jenkins.plugins.util.JenkinsFacade) is part of the API), elementKind=class}] on old element missing-class org.jenkins.ui.symbol.SymbolRequest and new element null</code></pre>
Check warning on line 1940 in jenkins-console.log
ci-jenkins-io / Maven
revapi:check
NORMAL:
Raw output
<pre><code>Difference transform org.revapi.basic.VersionsTransform@7a25a850 of class 'class org.revapi.basic.VersionsTransform' threw an exception while processing difference Difference[code='java.class.externalClassNoLongerExposedInAPI', name='external class no longer in API', classification={SOURCE=NON_BREAKING, BINARY=NON_BREAKING}, description='A class from supplementary archives is no longer used in a public capacity in the API.', justification='null', criticality=null, attachments={classSimpleName=SymbolRequest, package=org.jenkins.ui.symbol, classQualifiedName=org.jenkins.ui.symbol.SymbolRequest, exampleUseChainInOldApi=org.jenkins.ui.symbol.SymbolRequest is used as parameter in method java.lang.String io.jenkins.plugins.util.JenkinsFacade::getSymbol(org.jenkins.ui.symbol.SymbolRequest) <- io.jenkins.plugins.util.JenkinsFacade is used as parameter in method void io.jenkins.plugins.analysis.core.model.DetailsTableModel::<init>(edu.hm.hafner.analysis.Report, io.jenkins.plugins.analysis.core.model.FileNameRenderer, io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider.AgeBuilder, io.jenkins.plugins.analysis.core.model.DescriptionProvider, io.jenkins.plugins.util.JenkinsFacade) (method void io.jenkins.plugins.analysis.core.model.DetailsTableModel::<init>(edu.hm.hafner.analysis.Report, io.jenkins.plugins.analysis.core.model.FileNameRenderer, io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider.AgeBuilder, io.jenkins.plugins.analysis.core.model.DescriptionProvider, io.jenkins.plugins.util.JenkinsFacade) is part of the API), elementKind=class}] on old element missing-class org.jenkins.ui.symbol.SymbolRequest and new element null</code></pre>