Magical Constant resolving during debug
In 915, if you mouse over an implicitly qualified constant (e.g.
MouseEvent.CTRL_MASK) while debugging, the code magically changes to the
explicitly qualified version (e.g. InputEvent.CTRL_MASK)
Modifying the source code like this is surely not the correct behaviour,
should I submit a bug?
Cheers,
N.
Please sign in to leave a comment.
Nathan Brown wrote:
Don't bother :
http://www.intellij.net/tracker/idea/viewSCR?publicId=15535