[1.1.0-Beta2] IDE: null pointer exception when coming back to IDE window after long time --- fixed in Beta3
Bug #1336695 reported by
Shengyuan Gu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Committed
|
Critical
|
RaiMan |
Bug Description
When I use SikuliX Ide for a while and switch it to background for a long time, then switch it to foreground and click on the editor tab, null pointer exception occurs.
Environment:
Windows7 32bits
java version "1.7.0_60"
Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
Java HotSpot(TM) Client VM (build 24.60-b09, mixed mode, sharing)
<unittest.
[debug] SikuliX: cleanUp: 0
Exception in thread "AWT-EventQueue-0" java.lang.
at org.sikuli.
… more stack trace
To post a comment you must log in.
seems to be a Java AWT problem.
… but added code to avoid NPE.