HomeSort by relevance Sort by last modified time
    Searched defs:compliance (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 5 * you may not use this file except in compliance with the License.
342 // If needed, check and fix compiler compliance and source compatibility
348 * Checks the project compiler compliance level is supported.
359 // get the project compliance level option
360 String compliance = javaProject.getOption(JavaCore.COMPILER_COMPLIANCE, true); local
362 // check it against a list of valid compliance level strings.
363 if (checkCompliance(compliance) == false) {
364 // if we didn't find the proper compliance level, we return an error
365 return Pair.of(COMPILER_COMPLIANCE_LEVEL, compliance);
371 // check it against a list of valid compliance level strings
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 106 milliseconds