Bug in selecting "Quick-Fix" by mouse ?


If I select a  Quick-Fix by via the keyboard everything works fine (The constructor "public Book(String s)" was created)

If I select a Quick-Fix by a mouse-klick, it doesnt work:
image1.jpg
The result is: (and no Constructor was created)
image2.jpg

This works fine in IntelliJ 8.1, but doesn't work at least in 8.1.4

Is this a known bug ?
I didn't find anything in the issue tracker.

0

请先登录再写评论。