brunyuriy / quick-fix-scout

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

Speculative analysis not running after installing quick-fix on max osx #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I installed quick-fix and enabled QFS.

When testing whether the Observer feature was working as described on the 
installation page, I realized that the usage file was empty. I followed the 
instructions for checking whether speculative analysis was running on the 
trouble shooting page, and found that my dirty file was not automatically saved 
after invoking quick fix. This all happened yesterday, 1/5. I tried again 
today, 1/6, with the same results (and after restarting Eclipse).

What version of the product are you using? On what operating system?
I'm using Eclipse 3.7.0 on MacOS X 10.7.2

Original issue reported on code.google.com by jenny.abrahamson on 6 Jan 2012 at 10:41

Attachments:

GoogleCodeExporter commented 9 years ago
As far as I can see from the debug log, speculative analysis seems to be 
running okay (as opposed to what is mentioned in the bug report). However, for 
some reason, when quick fix is invoked the plug-in cannot match the problem 
locations for the compilation error to the cached problem locations.

Two possible reasons:
1- Project got out of sync at that moment and problem locations cannot be 
matched for real.
2- The approximation I use for matching problem locations has a bug.

I might need the actual error and deterministic replication for further 
investigation.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 3:31

GoogleCodeExporter commented 9 years ago
Met with the user and resolved the issue. 
Eclipse for Java developers was used in the computer. The plug-in strictly 
requires Eclipse Classic. Worked as expected after installing Eclipse Classic.

Original comment by kivancmu...@gmail.com on 18 Jan 2012 at 12:51