When jung2 2.1 renders my graph in rc.getVertexLabelTransformer().apply(v) (BasicRenderer.java, 74) it takes my v object (not null, it has correct not null toString) and returns null that cause the exception in other place. How to fix it ?
PS I use Scala but doubt it affected. Code and report https://github.com/jrtom/jung/issues/60