You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 7 Oct 2011 at 4:54
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 7 Oct 2011 at 4:54The text was updated successfully, but these errors were encountered: