aboutsummaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorLisa Revel <lr0306@att.com>2017-02-20 19:15:19 +0000
committerLisa Revel <lr0306@att.com>2017-02-20 19:59:27 +0000
commite37de6e66c5cc554384a1f27f68f4d27962fe15d (patch)
treed39b5eba26f98a54cc9bae303ff9959909931e5f /findbugs-exclude.xml
parentaa823a95745de3c42f306609a044e8c9ff459c98 (diff)
Re-add source from correct branch
Change-Id: I515f8378ea1d2baf0aa2434ec46272f1b5bdb229 Signed-off-by: Lisa Revel <lr0306@att.com>
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>