Skip to content

Commit 87bd31a

Browse files
committed
Fix spotbug
1 parent f91cac4 commit 87bd31a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/spotbugs-exclude.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@
6464
<Class name="com.microsoft.applicationinsights.diagnostics.appinsights.CodeOptimizerDiagnosticEngineJfr"/>
6565
<Bug pattern="DM_DEFAULT_ENCODING"/> <!-- inner class use default encoding can be ignored -->
6666
</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>
6771
</FindBugsFilter>

0 commit comments

Comments
 (0)