have a problem here, and I'm really tired of try to find an solution...
Every time I use this:
Map<Object, Object2> comparisonMap = new HashMap<>()
comparisonMap.put(object, object2)
I receive an error message like this:
Condition not satisfied:
comparisonMap.put(object, object2)
| | | |
| | object object2
| null
[object:object2]
And I'm really stuck at this. Can someone help me to figure out a solution?