FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ari4java/spotbugs-exclude.xml at master · ari4java/ari4java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ari4java
/
ari4java
Public
Notifications
You must be signed in to change notification settings
Fork
66
Star
108
Code
Issues
6
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ari4java
/
spotbugs-exclude.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 379 Bytes
Breadcrumbs
ari4java
/
spotbugs-exclude.xml
Copy path
File metadata and controls
14 lines (14 loc) · 379 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
FindBugsFilter
>
<
Match
>
<
Bug
code
=
"
EI,EI2
"
/>
</
Match
>
<
Match
>
<
Class
name
=
"
ch.loway.oss.ari4java.tools.http.NettyHttpClient
"
/>
<
Or
>
<
Method
name
=
"
setAutoReconnect
"
/>
<
Method
name
=
"
setMaxReconnectCount
"
/>
</
Or
>
<
Bug
code
=
"
AT
"
/>
</
Match
>
</
FindBugsFilter
>
Back
|
FazBrowse Home
|
New Git URL