History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-11197
Type: Usability Problem Usability Problem
Status: Waiting for Reply Waiting for Reply
Assignee: Eugene Zhuravlev
Reporter: Keith Lea
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Document CompilerConfiguration

Created: 24 Jan 07 01:41   Updated: 22 Feb 07 21:27
Component/s: Plugin Support. API

Build: 6,148
Severity: High


 Description  « Hide
For some reason whenever I call getDefaultCompiler, the compiler resets back from the one I set it to, during my test. Documentation would probably clear this up, for now I'll use javap to figure it out.

 All   Comments   Work Log   Change History      Sort Order:
Eugene Zhuravlev - 22 Feb 07 14:00
What compilere are you setting as default and what the getDefaultCompiler() returns?

Keith Lea - 22 Feb 07 21:27
I was setting a custom compiler as default, and when I called getDefaultCompiler it returned the regular javac compiler. However, as I remember, if I call getDefaultCompiler in setUp before the test runs, then getDefaultCompiler correctly returns my custom compiler.