Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[flux-dev] Quickfix prototype in Github

Hello everyone,


I have pushed the quick fix prototype into my github fork. Things are in better shape than when I spoke about this last time. However, there is still
one kind of quick fix that is available as of now: "Remove invalid modifiers".

https://github.com/jarthana/flux

To try out you can use a code like this:

package p;

public class  Main {

                abstract int invalid = 0;
                public static void main(String[] args) {
                                 private class LocalType {
                                 }
                }
}


The Orion part and some of the Flux _javascript_ changes are already in. So, things should work with latest Orion and Flux.

Regards,
Jay

Back to the top