brunyuriy / quick-fix-scout

Automatically exported from code.google.com/p/quick-fix-scout
Other
1 stars 1 forks source link

Speculation Bug: Some of the proposals are not evaluated #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Invoke a quick fix long enough by changing minor things in between. 
Non-deterministic.

What is the expected output? What do you see instead?
All quick-fixes should be evaluated and augmented. Instead, a few of them are 
not evaluated at all.

Note: Seems that when quick fix is invoked internally, these proposals are not 
also retrieved, so this might due to something internal to Quick Fix or some 
extra analysis that is going on.

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

GoogleCodeExporter commented 9 years ago
It turns out that QuickFixProcessor.getCorrections() does not return these 
proposals on the shadow project. I am not sure if I understand the underlying 
reason. 

Original comment by kivancmu...@gmail.com on 5 Dec 2011 at 1:13