Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
7d249d22
Commit
7d249d22
authored
Sep 14, 2021
by
Bryan Cazabonne
Browse files
Fixed intentional SpotBug warning.
parent
6ef1f79f
Changes
1
Hide whitespace changes
Inline
Side-by-side
spotbugs-exclude-filter.xml
View file @
7d249d22
...
...
@@ -298,5 +298,15 @@
<Bug
pattern=
"RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"
/>
</Match>
<!-- The following is intentional.
At the construction, the mapper is not set yet However, if the attitude provider is
changed afterwards, it must be changed in the mapper too
-->
<Match>
<Class
name=
"~.*\.IntegratedEphemeris$"
/>
<Method
name=
"setAttitudeProvider"
/>
<Bug
pattern=
"UR_UNINIT_READ_CALLED_FROM_SUPER_CONSTRUCTOR"
/>
</Match>
</FindBugsFilter>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment