All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download sevntu-checks JAR 1.32.0 with all dependencies


Files of the artifact sevntu-checks version 1.32.0 from the group com.github.sevntu-checkstyle.

Artifact sevntu-checks
Group com.github.sevntu-checkstyle
Version 1.32.0
Last update 17. August 2018
Tags: https open projects maven sonatype repositories source helps
Organization not specified
URL Not specified
License LGPL-2.1+
Dependencies amount 2
Dependencies jsr305, annotations,
There are maybe transitive dependencies!
There is a newer version: 1.44.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of sevntu-checks Show documentation

Please rate this JAR file. Is it a good library?

6 downloads

Source code of sevntu-checks version 1.32.0

META-INF
META-INF.META-INF.MANIFEST.MF
.checkstyle_packages.xml
com.github.sevntu.checkstyle
com.github.sevntu.checkstyle.com.github.sevntu.checkstyle.Utils
com.github.sevntu.checkstyle.checks.annotation
com.github.sevntu.checkstyle.checks.annotation.com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
com.github.sevntu.checkstyle.checks.annotation.com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
com.github.sevntu.checkstyle.checks.annotation.com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
com.github.sevntu.checkstyle.checks.annotation.com.github.sevntu.checkstyle.checks.annotation.messages.properties
com.github.sevntu.checkstyle.checks.annotation.com.github.sevntu.checkstyle.checks.annotation.package-info
com.github.sevntu.checkstyle.checks.coding
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.messages.properties
com.github.sevntu.checkstyle.checks.coding.com.github.sevntu.checkstyle.checks.coding.package-info
com.github.sevntu.checkstyle.checks.design
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.InnerClassCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.messages.properties
com.github.sevntu.checkstyle.checks.design.com.github.sevntu.checkstyle.checks.design.package-info
com.github.sevntu.checkstyle.checks.naming
com.github.sevntu.checkstyle.checks.naming.com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck
com.github.sevntu.checkstyle.checks.naming.com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
com.github.sevntu.checkstyle.checks.naming.com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
com.github.sevntu.checkstyle.checks.naming.com.github.sevntu.checkstyle.checks.naming.messages.properties
com.github.sevntu.checkstyle.checks.naming.com.github.sevntu.checkstyle.checks.naming.package-info
com.github.sevntu.checkstyle.checks.sizes
com.github.sevntu.checkstyle.checks.sizes.com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
com.github.sevntu.checkstyle.checks.sizes.com.github.sevntu.checkstyle.checks.sizes.messages.properties
com.github.sevntu.checkstyle.checks.sizes.com.github.sevntu.checkstyle.checks.sizes.package-info
com.github.sevntu.checkstyle
com.github.sevntu.checkstyle.com.github.sevntu.checkstyle.package-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy