Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-42360] Improve validation on object method calls
Actually distinguish object method calls from generalized "expected a symbol", and report accordingly.
- Loading branch information
Showing
with
10 additions
and 4 deletions.
- +6 −1 ...finition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy
- +1 −0 ...-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/Messages.properties
- +2 −2 ...el-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
- +1 −1 ...-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java
- 0 ...c/test/resources/{libraryObjectOutsideScript.groovy → libraryObjectDefinedOutsidePipeline.groovy}
File renamed without changes.