Posts by Rodrigo Camargo • 21 points
1 post
-
2
votes2
answers58
viewsA: I’m having a nullpointer error and don’t know how to fix
You need to dismember that if in pieces, ie: if( (group.getGroup() != null && group.getGroup().ordinal() < lowest) || g == null ) What is probably occurring is that getGroup() is…