![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Kohsuke Kawaguchi
|
|
Components:
|
workflow-plugin |
|
Created:
|
09/Dec/14 5:58 PM
|
|
Description:
|
Full language coverage.
The remaining tasks should be driven by throw new UnsupportedOperationException in CpsTransformer.
- synchronized statements (maybe warn and ignore?)
- Method pointer _expression_
- List spread _expression_ x=[2,3]; y=[1,*x,4]; assert y=[1,2,3,4]
- Map spread _expression_
- Spread method call: x = [1,2,3]; assert x*.toString() = ["1","2","3"]
- Safe method call: x=null; assert x?.foo()==null
See also comment in localMethodCallWithinLotsOfBranches.groovy.
Must also ensure that any exception in this area is properly reported as an error in the log, rather than simply killing the VM thread.
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Jesse Glick
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[email protected].
For more options, visit
https://groups.google.com/d/optout.