[JIRA] [parameterized-trigger] (JENKINS-20719) groovy.lang.MissingPropertyException Exception evaluating property 'size' for java.util.ArrayList when using IBM Java 6

2014-01-11 Thread de...@ikedam.jp (JIRA)















































ikedam
 closed  JENKINS-20719 as Fixed


groovy.lang.MissingPropertyException Exception evaluating property size for java.util.ArrayList when using IBM Java 6
















Fixed in 2.22.





Change By:


ikedam
(11/Jan/14 3:55 PM)




Status:


Resolved
Closed



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [parameterized-trigger] (JENKINS-20719) groovy.lang.MissingPropertyException Exception evaluating property 'size' for java.util.ArrayList when using IBM Java 6

2013-12-12 Thread de...@ikedam.jp (JIRA)















































ikedam
 assigned  JENKINS-20719 to ikedam



groovy.lang.MissingPropertyException Exception evaluating property size for java.util.ArrayList when using IBM Java 6
















Change By:


ikedam
(12/Dec/13 1:54 PM)




Assignee:


huybrechts
ikedam



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [parameterized-trigger] (JENKINS-20719) groovy.lang.MissingPropertyException Exception evaluating property 'size' for java.util.ArrayList when using IBM Java 6

2013-12-12 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-20719


groovy.lang.MissingPropertyException Exception evaluating property size for java.util.ArrayList when using IBM Java 6















Code changed in jenkins
User: ikedam
Path:
 src/main/resources/hudson/plugins/parameterizedtrigger/BuildInfoExporterAction/summary.groovy
http://jenkins-ci.org/commit/parameterized-trigger-plugin/b0e531f728d60f6cc89939dc6c35f1456c145ba2
Log:
  FIXED JENKINS-20719 Fixed projects.size to projects.size() in groovy script. This caused exception with IBM Java 6.





























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [parameterized-trigger] (JENKINS-20719) groovy.lang.MissingPropertyException Exception evaluating property 'size' for java.util.ArrayList when using IBM Java 6

2013-11-22 Thread gabriel.lopez.ar...@gmail.com (JIRA)














































Gabriel Lopez
 created  JENKINS-20719


groovy.lang.MissingPropertyException Exception evaluating property size for java.util.ArrayList when using IBM Java 6















Issue Type:


Bug



Assignee:


huybrechts



Components:


parameterized-trigger



Created:


22/Nov/13 10:53 AM



Description:


When using IBM Java 6, the following error happens when trying to see a build result.

The bug seems to be the following line in hudson.plugins.parameterizedtrigger.BuildInfoExporterAction.sumary.groovy:  if (projects.size  0) {

This is related to this: http://jira.codehaus.org/browse/GROOVY-4094 , where it is mentioned that should be size(), not size.


Stack trace:
Caused by: groovy.lang.MissingPropertyException: Exception evaluating property 'size' for java.util.ArrayList, Reason: groovy.lang.MissingPropertyException: No such property: size for class: hudson.model.FreeStyleProject
Possible solutions: name, scm
	at org.codehaus.groovy.runtime.DefaultGroovyMethods.getAt(DefaultGroovyMethods.java:6810)
	at groovy.lang.MetaClassImpl$7.getProperty(MetaClassImpl.java:1712)
	at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:61)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
	at hudson.plugins.parameterizedtrigger.BuildInfoExporterAction.summary.run(summary.groovy:30)
	at org.kohsuke.stapler.jelly.groovy.GroovierJellyScript.run(GroovierJellyScript.java:69)
	at org.kohsuke.stapler.jelly.groovy.GroovierJellyScript.run(GroovierJellyScript.java:62)
	at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:146)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	... 96 more




Project:


Jenkins



Priority:


Major



Reporter:


Gabriel Lopez

























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.