Results 50 comments of Mohsen Vakilian

@rajkuma1, @vazexqi: In e42da1a6d0482116ebb06cb14dadd231a9a53e6e, I added the test `inlinelocalvariable.T02` to invoke a refactoring via quick assist. This commit is in branch `test-quick-assist`. As @rajkuma1 said, such a test throws the...

@rajkuma1, @vazexqi: I suggest that we create a minimal program that demonstrates the problem we're facing with testing quick assist and seek help from the community.

@rajkuma1, @vazexqi: I reported this issue to [stackoverflow](http://stackoverflow.com/q/6643485/130224) and the [SWTBot forum](http://www.eclipse.org/forums/index.php/mv/msg/219667/695038/#msg_695038) on 7/10/2011.

@rajkuma1, @vazexqi: I opened [Eclipse bug 352277](https://bugs.eclipse.org/bugs/show_bug.cgi?id=352277) for this issue on 7/16/2011.

@tremes Have you given the solution proposed at http://stackoverflow.com/a/10600358/130224 a try?

@tremes I suggest that you follow up at http://stackoverflow.com/a/10600358/130224. We haven't followed up on this issue for a while.

The `edu.illinois.codingspectator.csvtosql` application hung even after commit 17c9d8edfc372b0cf8196be98f91fcd93651875b.

@Wanderer777 What is the status of this issue? Has this issue been resolved?

### Inlining the main method doesn't generate a warning. If you inline the `main` method, it deletes the `main` method without giving any errors or warnings.

### The Inline Method refactoring does not handle an erroneous case correctly. If you inline the method `m` in the following program, the refactoring tool reports some errors but it...