FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/spotbugs-exclude.xml at master · emeraldjava/openapi-generator · GitHub
emeraldjava
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
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
openapi-generator
/
spotbugs-exclude.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (29 loc) · 795 Bytes
Breadcrumbs
openapi-generator
/
spotbugs-exclude.xml
Copy path
File metadata and controls
34 lines (29 loc) · 795 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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<
FindBugsFilter
>
<
Match
>
<
Bug
pattern
=
"
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
"
/>
</
Match
>
<
Match
>
<
Bug
pattern
=
"
URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD
"
/>
</
Match
>
<
Match
>
<
Bug
pattern
=
"
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
"
/>
</
Match
>
<
Match
>
<
Bug
pattern
=
"
URF_UNREAD_FIELD
"
/>
<
Or
>
<
And
>
<
Class
name
=
"
io.undertow.server.protocol.ajp.AjpRequestParseState
"
/>
<
Field
name
=
"
dataSize
"
/>
</
And
>
</
Or
>
</
Match
>
<!--
For source/class naming, see https://spotbugs.readthedocs.io/en/stable/filter.html#java-element-name-matching
-->
<
Match
>
<!--
Ignore all source files with samples in path name
-->
<
Source
name
=
"
~.*\samples\.*
"
/>
</
Match
>
<
Match
>
<!--
Ignore all bugs in any test classes
-->
<
Class
name
=
"
~.*\.*Test
"
/>
</
Match
>
</
FindBugsFilter
>
Back
|
FazBrowse Home
|
New Git URL