Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 18/Jul/13 9:31 AM
Description:

This commit (https://github.com/jenkinsci/jenkins/commit/7facc7733c7040536d4074a2c5805b75ee1d8f35#core/src/main/java/hudson/model/AbstractProject.java) makes AbstractProject.removeTrigger and AbstractProject.removeTrigger fail because the old Vector is DescribableList now. "removeTrigger" uses remove(int) and I think it shouldn't do it.

java.lang.UnsupportedOperationException
at java.util.AbstractList.remove(AbstractList.java:161)
at hudson.model.AbstractProject.removeFromList(AbstractProject.java:1646)
at hudson.model.AbstractProject.removeTrigger(AbstractProject.java:1622)

Project: Jenkins
Priority: Major Major
Reporter: dmatag
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/groups/opt_out.
 
 

Reply via email to