[ http://issues.apache.org/jira/browse/SANDBOX-134?page=all ]
     
Torsten Curdt closed SANDBOX-134:
---------------------------------

    Resolution: Fixed

> [jci] Compiler interface changes
> --------------------------------
>
>          Key: SANDBOX-134
>          URL: http://issues.apache.org/jira/browse/SANDBOX-134
>      Project: Commons Sandbox
>         Type: Improvement

>  Environment: Operating System: other
> Platform: Other
>     Reporter: Mark Proctor
>     Assignee: Torsten Curdt
>     Priority: Minor

>
> 3.2M5 changes the Compiler interface.
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java?rev=1.75&content-type=text/vnd.viewcvs-markup
> I have changed:
> final Compiler compiler = new Compiler(nameEnvironment, policy, settingsMap,
> compilerRequestor, problemFactory);
> to
> final Compiler compiler = new Compiler(nameEnvironment, policy, settingsMap,
> compilerRequestor, problemFactory, false);
> The last parameter says it won't try to recover and compile syntax errors.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to