ouniali / flexible-refactoring-tools

Automatically exported from code.google.com/p/flexible-refactoring-tools
1 stars 0 forks source link

No quickfix shown #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you cut the single statement from the following code, there's no quick fix 
shown:

public class LittleClass {
    public static void main(String[] args) {
        int i = 1;
    }
}

Original issue reported on code.google.com by captain....@gmail.com on 28 Oct 2011 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by xge.nc...@gmail.com on 14 Nov 2011 at 1:15