java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. Applications can subclass this class to indicate similar exceptions.
Thrown if trying to access an index which is out of bounds on objects like String, Array, or Vector. Any negative integer less than or equal to -1 and positive integer greater than or equal to the size of the object is an index which would be out of bounds
Solutions on the web
via atlassian.com by Unknown author, 1 year ago
via Atlassian JIRA by Felipe Cuozzo, 1 year ago
via Atlassian JIRA by Felipe Cuozzo, 2 years ago
via https://bugzilla.redhat.com/bugzilla/ by Graham Leggett, 1 year ago
via GitHub by GoogleCodeExporter
, 2 years agovia Google Groups by mike wade, 1 year ago
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at com.atlassian.jira.issue.fields.screen.FieldScreenImpl.getTab(FieldScreenImpl.java:99)
at com.atlassian.jira.upgrade.tasks.UpgradeTask_Build551.doUpgrade(UpgradeTask_Build551.java:44)