Is it possible that EDT violations cause NullPointerException in an external software?
- by Roman
I have a Java software that was recently integrated into another Java software (which I will call "external" software). We use listeners and call back mechanisms for "communication" between two softwares.
Creators of the "external" software say that they get a NullPointerException because of some EDT violations in my code. Can it be the case?