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 f91cac4 commit 87bd31aCopy full SHA for 87bd31a
gradle/spotbugs-exclude.xml
@@ -64,4 +64,8 @@
64
<Class name="com.microsoft.applicationinsights.diagnostics.appinsights.CodeOptimizerDiagnosticEngineJfr"/>
65
<Bug pattern="DM_DEFAULT_ENCODING"/> <!-- inner class use default encoding can be ignored -->
66
</Match>
67
+ <Match>
68
+ <Class name="com.microsoft.applicationinsights.agent.internal.profiler.config.ProfilerConfiguration"/>
69
+ <Bug pattern="STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE"/> <!-- inner class use default encoding can be ignored -->
70
+ </Match>
71
</FindBugsFilter>
0 commit comments