Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateIdentity (0.09 sec)

  1. compat/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java

                classifier = artifactHandler.getClassifier();
            }
    
            this.classifier = classifier;
    
            this.optional = optional;
    
            validateIdentity();
        }
    
        private void validateIdentity() {
            if (empty(groupId)) {
                throw new InvalidArtifactRTException(
                        groupId, artifactId, getVersion(), type, "The groupId cannot be empty.");
            }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top