[JCI] Eclipse compiler is unable to compile additional top-level classes
------------------------------------------------------------------------
Key: JCI-59
URL: https://issues.apache.org/jira/browse/JCI-59
Project: Commons JCI
Issue Type: Bug
Components: compiler eclipse
Affects Versions: 1.1
Reporter: Jingkei Ly
When using the Eclipse compiler, I am unable to compile additional top-level
classes. For example,
{code}
package jci;
public class Simple {
public String toString() {
return \"Simple\";
}
}
class AdditionalTopLevel {
" public String toString() {\n" +
" return \"AdditionalTopLevel\";\n" +
" }\n" +
"}"
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.