- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for originalHash (0.51 sec)
-
src/test/java/jcifs/ntlmssp/av/AvChannelBindingsTest.java
*/ @Test void testConstructorStoresReference() { byte[] originalHash = { 0x01, 0x02, 0x03 }; AvChannelBindings avChannelBindings = new AvChannelBindings(originalHash); // Modify the original array after passing it to the constructor originalHash[0] = 0x00; // The value in AvChannelBindings should reflect the change since it stores a referenceRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
for (Map.Entry<Path, Document> entry : pomMap.entrySet()) { Path originalPath = entry.getKey(); Document document = entry.getValue(); // Calculate the relative path from common root Path relativePath = commonRoot.relativize(originalPath); Path tempPomPath = tempDir.resolve(relativePath); // Ensure parent directories exist
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 37K bytes - Viewed (0)