NPE with trying to filter by partition with a null value #1563
Closed
Description
Ways to reproduce:
- Take a graph with partitions, like modularity class
- Remove one value in data laboratory, the cell is now null
- Try to filter the graph by the partition column
java.lang.NullPointerException
at org.gephi.ui.filters.plugin.partition.PartitionPanel$PartWrapper.toString(PartitionPanel.java:203)
at javax.swing.DefaultListCellRenderer.getListCellRendererComponent(DefaultListCellRenderer.java:151)
at org.gephi.ui.filters.plugin.partition.PartitionPanel$1.getListCellRendererComponent(PartitionPanel.java:92)