You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Roger Whitcomb (JIRA)" <ji...@apache.org> on 2016/02/01 13:29:39 UTC

[jira] [Created] (PIVOT-983) IllegalArgumentException in FileBrowserSheet

Roger Whitcomb created PIVOT-983:
------------------------------------

             Summary: IllegalArgumentException in FileBrowserSheet
                 Key: PIVOT-983
                 URL: https://issues.apache.org/jira/browse/PIVOT-983
             Project: Pivot
          Issue Type: Bug
          Components: wtk-terra
    Affects Versions: 2.0.4, 2.1
         Environment: Windows XP (but should affect all)
            Reporter: Roger Whitcomb
            Assignee: Roger Whitcomb
            Priority: Minor
             Fix For: 2.1, 2.0.5


In a File Browser sheet, while typing into the "Search" box but holding the mouse over the file list, I got this exception:
java.lang.IllegalArgumentException: end (-1) < start (0)
STACK TRACE:
at org.apache.pivot.collections.ArrayList.verifyIndexBounds(ArrayList.java:582)
at org.apache.pivot.collections.ArrayList.get(ArrayList.java:347)
at org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin$13.tooltipTriggered(TerraFileBrowserSkin.java:933)
at org.apache.pivot.wtk.Component$ComponentTooltipListenerList.tooltipTriggered(Component.java:559)
at org.apache.pivot.wtk.Component$1.run(Component.java:2693)
at org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(ApplicationContext.java:1687)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:738)
at java.awt.EventQueue.access$300(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:699)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:708)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)