josle

Results 4 issues of josle

Impacts version: 3.0.0-M3 Assume group1:artifact1 has duplicate classes and that removing its group2:artifact2 transitive dependency is a way of resolving this duplicate class clash. The banDuplicateClasses rule will pass with...

We have hit an issue with the functionality added by #529. We were excited to benefit from the increased parallelism that this change enables. However, we've encountered an edge case...

**Describe the bug** ```com.github.weisj.darklaf.ui.table.header.DarkTableHeaderUI.paintDraggedArea(Graphics2D, boolean, int, int, Color, TableColumn)``` makes a call to ```com.github.weisj.darklaf.ui.table.header.DarkTableHeaderUI.viewIndexForColumn(TableColumn)``` which can sometimes return -1 if the dragged column cannot be found. In this scenario an...

bug

**Describe the bug** Very, very rarely it is possible to get the following NPE: ` java.lang.NullPointerException: Cannot invoke "java.awt.PointerInfo.getLocation()" because the return value of "java.awt.MouseInfo.getPointerInfo()" is null at com.github.weisj.darklaf.ui.cell.hint.CellHintPopupListener.repaint(CellHintPopupListener.java:229) at...

bug