public static final String COMMAND_EDITOR_NAME = AjcTask.class.getName() + ".COMMAND_EDITOR";
- static final String[] TARGET_INPUTS = new String[] { "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "1.8" };
- static final String[] SOURCE_INPUTS = new String[] { "1.3", "1.4", "1.5", "1.6", "1.7", "1.8" };
- static final String[] COMPLIANCE_INPUTS = new String[] { "-1.3", "-1.4", "-1.5", "-1.6", "-1.7", "-1.8" };
+ static final String[] TARGET_INPUTS = new String[] { "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "1.8", "1.9" };
+ static final String[] SOURCE_INPUTS = new String[] { "1.3", "1.4", "1.5", "1.6", "1.7", "1.8", "1.9" };
+ static final String[] COMPLIANCE_INPUTS = new String[] { "-1.3", "-1.4", "-1.5", "-1.6", "-1.7", "-1.8", "1.9" };
private static final ICommandEditor COMMAND_EDITOR;
<!-- check class file version is 53.0 -->
<ajc-test dir="bugs160/simplejava" title="simple - k">
- <compile files="SimpleJ.java" options="-1.9"/>
+ <compile files="SimpleJ.java" options="-source 1.9"/>
</ajc-test>
<!-- check class file version is 53.0 -->
<ajc-test dir="bugs160/simplejava" title="simple - l">
- <compile files="SimpleJ.java" options="-1.9"/>
+ <compile files="SimpleJ.java" options="-source 1.9 -target 1.9"/>
</ajc-test>
<!-- check class file version is 49.0 -->