smart completion bug
in 4101 there is this bug:
new File("test").listFiles(new |)
cursor at caret, then ctrl-shift-space, choose
FilenameFilter -> you get this:
listFiles(new FilenameFilter({}))
the {} are wrongly placed.
Please sign in to leave a comment.
Michael Damberger wrote:
This one drives me crazy...
Johannes Schneider
It's a known issue, see http://www.jetbrains.net/jira/browse/IDEADEV-3820
Sascha