[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [flux-dev] Quickfix prototype in Github
|
Thanks Jay, sort of a an early XMas present for me :-),
Eric
Jayaprakash Arthanareeswaran ---12/16/2014 04:57:13 AM---Hello everyone, I have pushed the quick fix prototype into my github fork. Things are in
![]()
| ![]()
Jayaprakash Arthanareeswaran <jarthana@xxxxxxxxxx> |
![]()
| ![]()
"Flux developer discussions" <flux-dev@xxxxxxxxxxx>, |
![]()
| ![]()
12/16/2014 04:57 AM |
![]()
| ![]()
[flux-dev] Quickfix prototype in Github |
![]()
| ![]()
flux-dev-bounces@xxxxxxxxxxx |
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_______________________________________________
flux-dev mailing list
flux-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/flux-dev

