java.lang.NullPointerException
at java.lang.Integer.compareTo(Unknown Source)
at java.lang.Integer.compareTo(Unknown Source)
I slightly edited my code, deleted no methods but changed the name of one or two, and now…boom! Nothing works ! So annoying because I just had it working, went back and commented it and now I can’t see whats changed…help ? 🙂
You’re probably trying to do something like this:
or this:
but you haven’t shown any code.