Posts by Wyvern • 23 points
1 post
-
2
votes2
answers58
viewsQ: I’m having a nullpointer error and don’t know how to fix
The code I’m using is this: public ForumGroups getMainGroup() { if (Constants.SQL_ENABLED) { int lowest = -1; ForumGroups g = null; for (ForumGroup group : forumGroups) { if…