Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayIndexOutOfBoundsException VariableHeightLayoutCache #81

Open
ryanhamilton opened this issue Aug 27, 2024 · 0 comments
Open

ArrayIndexOutOfBoundsException VariableHeightLayoutCache #81

ryanhamilton opened this issue Aug 27, 2024 · 0 comments

Comments

@ryanhamilton
Copy link
Collaborator

user-jr - reported bug. Search of email found 4-5 similar.

OS=Mac OS X
Java=22.0.2
Des=unknown
Stack=java.lang.ArrayIndexOutOfBoundsException: 4 >= 4
        at java.base/java.util.Vector.elementAt(Vector.java:466)
        at java.desktop/javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes(VariableHeightLayoutCache.java:900)
        at java.desktop/javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:371)
        at java.desktop/javax.swing.plaf.basic.BasicTreeUI.setCellRenderer(BasicTreeUI.java:534)
        at java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3955)
        at com.formdev.flatlaf.ui.FlatTreeUI.lambda$createPropertyChangeListener$0(FlatTreeUI.java:307)
        at java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343)
        at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335)
        at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268)
        at java.desktop/java.awt.Component.firePropertyChange(Component.java:8717)
        at java.desktop/javax.swing.JTree.setCellRenderer(JTree.java:828)
        at com.timestored.swingxx.FileTreePanel.refreshGui(FileTreePanel.java:308)
        at com.timestored.swingxx.FileTreePanel$1.changeOccurred(FileTreePanel.java:114)
        at com.timestored.misc.DirWatch$ChangedFileAlterationListener.n(DirWatch.java:110)
        at com.timestored.misc.DirWatch$ChangedFileAlterationListener.onFileChange(DirWatch.java:120)
        at org.apache.commons.io.monitor.FileAlterationObserver.doMatch(FileAlterationObserver.java:400)
        at org.apache.commons.io.monitor.FileAlterationObserver.checkAndNotify(FileAlterationObserver.java:334)
        at org.apache.commons.io.monitor.FileAlterationObserver.checkAndNotify(FileAlterationObserver.java:304)
        at org.apache.commons.io.monitor.FileAlterationMonitor.run(FileAlterationMonitor.java:182)
        at java.base/java.lang.Thread.run(Thread.java:1570)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant