mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
I think we can disable this, as we only pass objects from our code / Android
https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#ei2-may-expose-internal-representation-by-incorporating-reference-to-mutable-object-ei-expose-rep2 Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
aa1f1add49
commit
6a57af4c90
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
||||||
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
|
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
|
||||||
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
|
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
|
||||||
<Bug pattern="IMC_IMMATURE_CLASS_BAD_SERIALVERSIONUID" />
|
<Bug pattern="IMC_IMMATURE_CLASS_BAD_SERIALVERSIONUID" />
|
||||||
|
<Bug pattern="EI_EXPOSE_REP2" />
|
||||||
|
|
||||||
<!-- This is unmanageable for now due to large amount of interconnected static state -->
|
<!-- This is unmanageable for now due to large amount of interconnected static state -->
|
||||||
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY" />
|
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY" />
|
||||||
|
|
Loading…
Reference in a new issue