- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for codeSegments (0.09 sec)
-
api/maven-api-settings/src/main/mdo/settings.mdo
</fields> <codeSegments> <codeSegment> <version>2.0.0+</version> <code> @Override public String toString() { return getLineNumber() + " : " + getColumnNumber() + ", " + getSource(); } </code> </codeSegment> </codeSegments> </class> <class sourceTracker="source">
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Oct 08 13:46:42 UTC 2024 - 33.5K bytes - Viewed (0) -
compat/maven-compat/src/main/mdo/profiles.mdo
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.8K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
<association> <type>Plugin</type> <multiplicity>*</multiplicity> </association> </field> </fields> <codeSegments> <codeSegment> <version>1.0.0/1.1.0</version> <code><![CDATA[ private String getSnapshotVersionKey( SnapshotVersion sv ) { return sv.getClassifier() + ":" + sv.getExtension(); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
</field> </fields> <codeSegments> <codeSegment> <version>2.0.0+</version> <code><![CDATA[ public String getPluginLookupKey() { return groupId + ":" + artifactId; } public String getId() { return groupId + ":" + artifactId + ":" + version; } ]]></code> </codeSegment> </codeSegments> </class>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Aug 16 14:16:22 UTC 2024 - 24.9K bytes - Viewed (0)