2012-01-20 21:04:24 +00:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2011-12-21 02:46:04 +00:00
|
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.lib.service.instrumentation.InstrumentationService" />
|
|
|
|
<Method name="getToAdd" />
|
|
|
|
<Bug pattern="UL_UNRELEASED_LOCK" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.fs.http.server.HttpFSServerWebApp" />
|
|
|
|
<Method name="destroy" />
|
|
|
|
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
|
|
|
|
</Match>
|
2012-07-26 13:39:05 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.lib.servlet.ServerWebApp" />
|
|
|
|
<Field name="authority" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2012-08-01 23:09:19 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.lib.service.hadoop.FileSystemAccessService" />
|
|
|
|
<Method name="closeFileSystem" />
|
|
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
|
|
|
|
</Match>
|
2011-12-21 02:46:04 +00:00
|
|
|
</FindBugsFilter>
|