Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for conflictKey (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/TypeDeriver.java

                    String currentType = node.getArtifact().getProperty(ArtifactProperties.TYPE, "");
                    if (!TypeCollector.PROCESSOR_TYPE_IDS.contains(currentType)) {
                        String key = TypeCollector.conflictKey(node);
                        String processorType = collectedProcessorTypes.get(key);
                        if (processorType != null) {
                            Artifact artifact = node.getArtifact();
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Mar 28 11:22:05 GMT 2026
    - 8K bytes
    - Click Count (0)
Back to Top