Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Incomplete
-
Component/s: core
-
Similar Issues:
Description
in a groovy view somthing like:
script("""
for(i = 0; i < 10; i++)
""")
will be converted to:
for(i = 0; i < 10; i++)
This report makes no sense. There is no "Groovy View" in the core distribution. If this is about a plugin, please specify that as issue component.
The comments also seem to contradict each other.