dcae committer updates in INFO.yaml
[dcaegen2/analytics/tca.git] / findbugs-exclude.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4   ~ ===============================LICENSE_START======================================
5   ~  dcae-analytics
6   ~ ================================================================================
7   ~    Copyright © 2017 AT&T Intellectual Property. All rights reserved.
8   ~ ================================================================================
9   ~  Licensed under the Apache License, Version 2.0 (the "License");
10   ~  you may not use this file except in compliance with the License.
11   ~   You may obtain a copy of the License at
12   ~
13   ~          http://www.apache.org/licenses/LICENSE-2.0
14   ~
15   ~  Unless required by applicable law or agreed to in writing, software
16   ~  distributed under the License is distributed on an "AS IS" BASIS,
17   ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   ~  See the License for the specific language governing permissions and
19   ~  limitations under the License.
20   ~  ============================LICENSE_END===========================================
21   -->
22
23 <FindBugsFilter>
24
25     <Match>
26         <!-- Ignore warnings for DACE Models project -->
27         <Class name="org.onap.dcae.apod.analytics.model.domain.cef.MeasurementsForVfScaling"/>
28     </Match>
29
30     <Match>
31         <!-- TCA Application has unconfirmed cast which is provided by CDAP -->
32         <Class name="org.onap.dcae.apod.analytics.cdap.tca.TCAAnalyticsApplication"/>
33         <Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/>
34     </Match>
35
36     <Match>
37         <!-- Ignore Metrics not serializable in DMaaPMRReceiver as metrics is a CDAP interface which is
38          not serializable -->
39         <Class name="org.onap.dcae.apod.analytics.cdap.plugins.streaming.dmaap.DMaaPMRReceiver"/>
40         <Bug pattern="SE_BAD_FIELD"/>
41     </Match>
42
43 </FindBugsFilter>