We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3211794 commit cbec9acCopy full SHA for cbec9ac
spotbugs-exclude.xml
@@ -30,6 +30,15 @@
30
<Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR"/>
31
<Class name="cnuphys.splot.plot.VerticalLabelUI"/>
32
</Match>
33
+ <Match> <!-- singleton implements Serializable; should use enum singleton pattern -->
34
+ <Bug pattern="SING_SINGLETON_IMPLEMENTS_SERIALIZABLE"/>
35
+ <Class name="cnuphys.lund.LundTrackDialog"/>
36
+ </Match>
37
38
39
+ <Class name="cnuphys.swim.SwimMenu"/>
40
41
+
42
43
<!-- HIGHER RANK SUPPRESSIONS -->
44
<!-- <Match> --> <!-- not worth fixing -->
0 commit comments