- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSourceCode (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/code-quality-rules/src/main/java/gradlebuild/codenarc/rules/IntegrationTestFixtureVisitor.java
if (objectExpr instanceof VariableExpression && ((VariableExpression) objectExpr).getName().equals("result")) { String arg = AstUtil.getNodeText(call.getArguments(), getSourceCode()); addViolation(call, "Should use outputContains(" + arg + ") or failure.assertHasCause(" + arg + ") instead"); } }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 2.9K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
this.resourceName = resourceName; } /** * Get the source node for move operations * * @return source node name */ public String getSourceNode() { return sourceNode; } /** * Sets the source node for move operations. * * @param sourceNode the name of the source node in a share move operationCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 16.4K bytes - Click Count (0)