组织ID: |
com.mebigfatguy |
项目ID: |
fbcontrib |
版本: |
3.4.2-hudson-1 |
最后修改时间: |
2019-07-12 06:11:21 |
包类型: |
jar |
标题: |
FindBugs Contributions |
描述: |
An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself. These detectors are not limited by 'pure bug' percentages, or by general purpose value. |
相关URL: |
http://fb-contrib.sourceforge.net/ |
大小: |
277.85KB |
|
Maven引入代码: |
<dependency>
<groupId>com.mebigfatguy</groupId>
<artifactId>fbcontrib</artifactId>
<version>3.4.2-hudson-1</version>
</dependency>
|
Gradle引入代码: |
com.mebigfatguy:fbcontrib:3.4.2-hudson-1
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy</groupId>
<artifactId>fbcontrib</artifactId>
<version>3.4.2-hudson-1</version>
<packaging>jar</packaging>
<name>FindBugs Contributions</name>
<url>http://fb-contrib.sourceforge.net/</url>
<description>An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself. These detectors are not limited by 'pure bug' percentages, or by general purpose value.</description>
<distributionManagement>
<repository>
<id>java.net-m2-repository</id>
<url>java-net:/maven2-repository/trunk/www/repository/</url>
</repository>
</distributionManagement>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<distribution>repo</distribution>
</license>
</licenses>
<build>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>RELEASE</version>
</extension>
</extensions>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
bcel.license
findbugs.license
findbugs.xml
messages.xml
com.mebigfatguy.fbcontrib.FBContrib.class
com.mebigfatguy.fbcontrib.collect.CollectStatistics.class
com.mebigfatguy.fbcontrib.collect.Statistics$MethodInfo.class
com.mebigfatguy.fbcontrib.collect.Statistics.class
com.mebigfatguy.fbcontrib.detect.AbnormalFinallyBlockReturn$FinallyBlockInfo.class
com.mebigfatguy.fbcontrib.detect.AbnormalFinallyBlockReturn.class
com.mebigfatguy.fbcontrib.detect.AbstractClassEmptyMethods.class
com.mebigfatguy.fbcontrib.detect.AbstractOverriddenMethod.class
com.mebigfatguy.fbcontrib.detect.ArrayBasedCollections.class
com.mebigfatguy.fbcontrib.detect.ArrayWrappedCallByReference$WrapperInfo.class
com.mebigfatguy.fbcontrib.detect.ArrayWrappedCallByReference.class
com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope$ScopeBlock.class
com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope.class
com.mebigfatguy.fbcontrib.detect.BloatedSynchronizedBlock.class
com.mebigfatguy.fbcontrib.detect.ClassEnvy$1.class
com.mebigfatguy.fbcontrib.detect.ClassEnvy.class
com.mebigfatguy.fbcontrib.detect.ConfusingAutoboxedOverloading.class
com.mebigfatguy.fbcontrib.detect.ConfusingFunctionSemantics$ParmUsage.class
com.mebigfatguy.fbcontrib.detect.ConfusingFunctionSemantics.class
com.mebigfatguy.fbcontrib.detect.ConstantListIndex.class
com.mebigfatguy.fbcontrib.detect.CopiedOverriddenMethod.class
com.mebigfatguy.fbcontrib.detect.CustomBuiltXML.class
com.mebigfatguy.fbcontrib.detect.CyclomaticComplexity.class
com.mebigfatguy.fbcontrib.detect.DateComparison.class
com.mebigfatguy.fbcontrib.detect.DeclaredRuntimeException.class
com.mebigfatguy.fbcontrib.detect.DeletingWhileIterating$Loop.class
com.mebigfatguy.fbcontrib.detect.DeletingWhileIterating.class
com.mebigfatguy.fbcontrib.detect.DubiousListCollection$FieldInfo.class
com.mebigfatguy.fbcontrib.detect.DubiousListCollection.class
com.mebigfatguy.fbcontrib.detect.ExceptionSoftening$CatchInfo.class
com.mebigfatguy.fbcontrib.detect.ExceptionSoftening.class
com.mebigfatguy.fbcontrib.detect.FieldCouldBeLocal$BlockState.class
com.mebigfatguy.fbcontrib.detect.FieldCouldBeLocal$FieldInfo.class
com.mebigfatguy.fbcontrib.detect.FieldCouldBeLocal.class
com.mebigfatguy.fbcontrib.detect.FinalParameters.class
com.mebigfatguy.fbcontrib.detect.FloatingPointLoops$FloatForLoop.class
com.mebigfatguy.fbcontrib.detect.FloatingPointLoops.class
com.mebigfatguy.fbcontrib.detect.InefficientStringBuffering.class
com.mebigfatguy.fbcontrib.detect.InheritanceTypeChecking$IfStatement.class
com.mebigfatguy.fbcontrib.detect.InheritanceTypeChecking.class
com.mebigfatguy.fbcontrib.detect.JDBCVendorReliance.class
com.mebigfatguy.fbcontrib.detect.ListIndexedIterating$ForLoop.class
com.mebigfatguy.fbcontrib.detect.ListIndexedIterating.class
com.mebigfatguy.fbcontrib.detect.LiteralStringComparison.class
com.mebigfatguy.fbcontrib.detect.LocalSynchronizedCollection$CollectionRegInfo.class
com.mebigfatguy.fbcontrib.detect.LocalSynchronizedCollection.class
com.mebigfatguy.fbcontrib.detect.LostExceptionStackTrace$CatchInfo.class
com.mebigfatguy.fbcontrib.detect.LostExceptionStackTrace.class
com.mebigfatguy.fbcontrib.detect.ManualArrayCopy.class
com.mebigfatguy.fbcontrib.detect.MethodReturnsConstant.class
com.mebigfatguy.fbcontrib.detect.MisleadingOverloadModel.class
com.mebigfatguy.fbcontrib.detect.NeedlessAutoboxing.class
com.mebigfatguy.fbcontrib.detect.NeedlessCustomSerialization.class
com.mebigfatguy.fbcontrib.detect.NeedlessInstanceRetrieval.class
com.mebigfatguy.fbcontrib.detect.NeedlessMemberCollectionSynchronization$FieldInfo.class
com.mebigfatguy.fbcontrib.detect.NeedlessMemberCollectionSynchronization.class
com.mebigfatguy.fbcontrib.detect.NonCollectionMethodUse.class
com.mebigfatguy.fbcontrib.detect.NonOwnedSynchronization.class
com.mebigfatguy.fbcontrib.detect.NonRecycleableTaglibs.class
com.mebigfatguy.fbcontrib.detect.OrphanedDOMNode.class
com.mebigfatguy.fbcontrib.detect.OverlyConcreteParameter$MethodInfo.class
com.mebigfatguy.fbcontrib.detect.OverlyConcreteParameter.class
com.mebigfatguy.fbcontrib.detect.ParallelLists.class
com.mebigfatguy.fbcontrib.detect.PartiallyConstructedObjectAccess.class
com.mebigfatguy.fbcontrib.detect.PossibleIncompleteSerialization.class
com.mebigfatguy.fbcontrib.detect.PossibleMemoryBloat.class
com.mebigfatguy.fbcontrib.detect.PossiblyRedundantMethodCalls$MethodCall.class
com.mebigfatguy.fbcontrib.detect.PossiblyRedundantMethodCalls.class
com.mebigfatguy.fbcontrib.detect.SQLInLoop$LoopLocation.class
com.mebigfatguy.fbcontrib.detect.SQLInLoop.class
com.mebigfatguy.fbcontrib.detect.Section508Compliance.class
com.mebigfatguy.fbcontrib.detect.SillynessPotPourri.class
com.mebigfatguy.fbcontrib.detect.SloppyClassReflection.class
com.mebigfatguy.fbcontrib.detect.SluggishGui.class
com.mebigfatguy.fbcontrib.detect.SpoiledChildInterfaceImplementor.class
com.mebigfatguy.fbcontrib.detect.SpuriousThreadStates.class
com.mebigfatguy.fbcontrib.detect.StaticArrayCreatedInMethod.class
com.mebigfatguy.fbcontrib.detect.StaticMethodInstanceInvocation$PopInfo.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|