roterdam / checker-framework

Automatically exported from code.google.com/p/checker-framework
Other
0 stars 0 forks source link

Eclipse plugin should use the project JDK settings #303

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I noticed that the java home used by the checker plugin is settable globally 
but not per project.

When I have multiple projects with multiple JVM settings (for example one with 
jdk7 and one with jdk8), the checker framework seems to always use the default 
jdk from Eclipse.

The best would be that the checker framework uses the same settings as the 
project (jdk, jdk lib, but also maybe source and target compliance level, I 
don't know...)

Currently I have to change by hand in the global settings when I want to run 
the checker framework on a project with jdk8, which is not very usable :)

(Note that I am of course I'm not using features of jdk8 not supported by the 
checker framework).

Original issue reported on code.google.com by victor.n...@gmail.com on 24 Mar 2014 at 10:43

GoogleCodeExporter commented 9 years ago
I agree that this would be the more useable behavior.  

Thank you for the suggestion.

Original comment by Jonathan...@gmail.com on 25 Mar 2014 at 4:55

GoogleCodeExporter commented 9 years ago

Original comment by michael.ernst@gmail.com on 15 Apr 2014 at 6:52