Open GoogleCodeExporter opened 8 years ago
Also, code completion for JSNI methods seems at least partially broken after
the formatting issue has occured. eg, completion using tab and JSNI method @co
Original comment by carch...@gmail.com
on 11 Jul 2013 at 4:35
workaround:
var f = function() {
@bug.FormatBug::testMethodString(Ljava/lang/String;)(arguments);
}
Original comment by carch...@gmail.com
on 11 Jul 2013 at 5:34
interesting - it seems that it only breaks a single JSNI method if it contains
those conditions - others in the same file still format correctly.
Original comment by carch...@gmail.com
on 11 Jul 2013 at 5:40
also, broken - invocations like this (i think this is simply having a JS
function as an argument - creating an intermediate var fixes it)
@bug.FormatBug::testMethodString(Ljava/lang/String;)(String('hello'));
Original comment by carch...@gmail.com
on 11 Jul 2013 at 5:44
Original issue reported on code.google.com by
carch...@gmail.com
on 11 Jul 2013 at 4:25Attachments: