blob: 0b10f68c2b19f03720fa935ce7861122ae282b09 [file] [log] [blame]
<!--
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<FindBugsFilter>
<!--
These fields correspond to CLI command parameters that are retained
for compatibility but are ignored.
-->
<Match>
<Class name="com.sun.enterprise.config.serverbeans.Cluster$DeleteDecorator"/>
<Or>
<Field name="autohadboverride"/>
<Field name="nodeagent"/>
</Or>
<Bug pattern="UUF_UNUSED_FIELD"/>
</Match>
<!--
These fields are used by classes in the cluster-admin module.
-->
<Match>
<Class name="com.sun.enterprise.config.util.RegisterInstanceCommandParameters"/>
<Or>
<Field name="config"/>
<Field name="lbEnabled"/>
</Or>
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
</Match>
</FindBugsFilter>