Created
March 19, 2025 12:10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- checkstyle:3.6.0:check (checkstyle-check) @ maven-resolver-api --- | |
[INFO] There are 46 errors reported by Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset. | |
[ERROR] src/test/java/org/eclipse/aether/artifact/DefaultArtifactTest.java:[28,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/graph/DependencyTest.java:[27,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[27,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[77,10] (naming) MethodName: Name 'testForRepository_NoAuth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[99,10] (naming) MethodName: Name 'testForProxy_NoProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[108,10] (naming) MethodName: Name 'testForProxy_NoProxyAuth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[117,10] (naming) MethodName: Name 'testGet_StringVsChars' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[126,10] (naming) MethodName: Name 'testGet_StringVsFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[135,10] (naming) MethodName: Name 'testPut_EraseCharArrays' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java:[144,10] (naming) MethodName: Name 'testClose_EraseCharArrays' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java:[26,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java:[80,10] (naming) MethodName: Name 'testForRepository_NoAuth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java:[121,10] (naming) MethodName: Name 'testForProxy_NoProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java:[129,10] (naming) MethodName: Name 'testForProxy_NoProxyAuth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/repository/RemoteRepositoryBuilderTest.java:[30,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/repository/RemoteRepositoryTest.java:[23,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/transfer/AbstractTransferListenerTest.java:[25,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/transfer/TransferEventTest.java:[26,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/transfer/TransferEventTest.java:[33,43] (naming) ConstantName: Name 'res' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | |
[ERROR] src/test/java/org/eclipse/aether/transfer/TransferEventTest.java:[35,50] (naming) ConstantName: Name 'session' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | |
[ERROR] src/test/java/org/eclipse/aether/AbstractForwardingRepositorySystemSessionTest.java:[25,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/AbstractRepositoryListenerTest.java:[25,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java:[27,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java:[45,10] (naming) MethodName: Name 'testGet_NullKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java:[50,10] (naming) MethodName: Name 'testPut_NullKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/DefaultRepositorySystemSessionTest.java:[30,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/DefaultSessionDataTest.java:[28,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | |
[ERROR] src/test/java/org/eclipse/aether/DefaultSessionDataTest.java:[51,10] (naming) MethodName: Name 'testGet_NullKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/DefaultSessionDataTest.java:[56,10] (naming) MethodName: Name 'testSet_NullKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[99,10] (naming) MethodName: Name 'testArtifactDescriptorException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[107,10] (naming) MethodName: Name 'testArtifactResolutionException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[115,10] (naming) MethodName: Name 'testArtifactTransferException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[120,10] (naming) MethodName: Name 'testArtifactNotFoundException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[125,10] (naming) MethodName: Name 'testDependencyCollectionException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[135,10] (naming) MethodName: Name 'testDependencyResolutionException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[148,10] (naming) MethodName: Name 'testMetadataTransferException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[153,10] (naming) MethodName: Name 'testMetadataNotFoundException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[158,10] (naming) MethodName: Name 'testNoLocalRepositoryManagerException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[163,10] (naming) MethodName: Name 'testNoRepositoryConnectorException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[168,10] (naming) MethodName: Name 'testNoRepositoryLayoutException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[173,10] (naming) MethodName: Name 'testNoTransporterException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[178,10] (naming) MethodName: Name 'testRepositoryOfflineException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[183,10] (naming) MethodName: Name 'testUnsolvableVersionConflictException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[189,10] (naming) MethodName: Name 'testVersionResolutionException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RepositoryExceptionTest.java:[197,10] (naming) MethodName: Name 'testVersionRangeResolutionException_Serializable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | |
[ERROR] src/test/java/org/eclipse/aether/RequestTraceTest.java:[23,47] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment