mirror of https://github.com/jenkinsci/jenkins.git
Removed obsolete spotbugs exclusion (#10224)
This commit is contained in:
commit
85be6b6bf1
|
@ -239,13 +239,6 @@
|
||||||
<Class name="jenkins.util.xml.XMLUtils"/>
|
<Class name="jenkins.util.xml.XMLUtils"/>
|
||||||
</Or>
|
</Or>
|
||||||
</And>
|
</And>
|
||||||
<And>
|
|
||||||
<Bug pattern="INSECURE_COOKIE"/>
|
|
||||||
<Or>
|
|
||||||
<Class name="hudson.security.SecurityRealm"/>
|
|
||||||
<Class name="jenkins.model.Jenkins"/>
|
|
||||||
</Or>
|
|
||||||
</And>
|
|
||||||
<And>
|
<And>
|
||||||
<Bug pattern="LI_LAZY_INIT_STATIC"/>
|
<Bug pattern="LI_LAZY_INIT_STATIC"/>
|
||||||
<Class name="hudson.triggers.Trigger"/>
|
<Class name="hudson.triggers.Trigger"/>
|
||||||
|
|
Loading…
Reference in New Issue