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.


0
2 comments
Avatar
Permanently deleted user

Michael Damberger wrote:

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.


This one drives me crazy...

Johannes Schneider

0
Avatar
Permanently deleted user
0

Please sign in to leave a comment.