aboutsummaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 4033614..9344c19 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -20,14 +20,10 @@
-->
<FindBugsFilter>
- <Match>
- <!-- Ignore warnings for DACE Models project -->
- <Class name="org.openecomp.dcae.analytics.model.domain.cef.MeasurementsForVfScaling"/>
- </Match>
<Match>
<!-- TCA Application has unconfirmed cast which is provided by CDAP -->
- <Class name="org.openecomp.dcae.analytics.tca.TCAAnalyticsApplication"/>
+ <Class name="org.openecomp.dcae.apod.analytics.tca.TCAAnalyticsApplication"/>
<Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/>
</Match>