Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getSourceCode (1.02 sec)

  1. 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");
            }
        }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 2.9K bytes
    - Viewed (0)
  2. 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 operation
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 16.4K bytes
    - Viewed (0)
Back to top