FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
simple-java-mail/spotbugs-exclude.xml at develop · YYJavaGit/simple-java-mail · GitHub
YYJavaGit
/
simple-java-mail
Public
forked from
bbottema/simple-java-mail
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
simple-java-mail
/
spotbugs-exclude.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (9 loc) · 586 Bytes
Breadcrumbs
simple-java-mail
/
spotbugs-exclude.xml
Copy path
File metadata and controls
9 lines (9 loc) · 586 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
FindBugsFilter
xmlns
=
"
https://github.com/spotbugs/filter/3.0.0
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
schemaLocation
=
"
https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd
"
>
<
Match
><
Bug
pattern
=
"
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
"
/></
Match
>
<
Match
><
Bug
pattern
=
"
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
"
/></
Match
>
<
Match
><
Bug
pattern
=
"
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
"
/></
Match
>
</
FindBugsFilter
>
Back
|
FazBrowse Home
|
New Git URL