text stringlengths 30 1.67M |
|---|
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . JavaModelException ; import org . ecli... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . tests . util . Util ; public class StaticFinalTests extends BuilderTests { public StaticF... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . util . Vector ; import org . eclipse . jdt . internal . compiler . ClassFile ; import org . eclipse . jdt . internal . compiler . CompilationResult ; import org . eclipse . jdt . internal . compiler . IDebugRequestor ; import org . eclipse . jdt .... |
<s> package examples . local ; import java . lang . annotation . Retention ; import java . lang . annotation . Target ; import org . codehaus . groovy . transform . GroovyASTTransformationClass ; import java . lang . annotation . ElementType ; import java . lang . annotation . RetentionPolicy ; @ Retention ( RetentionP... |
<s> package org . eclipse . jdt . core . tests . eval ; import junit . framework . Test ; import org . eclipse . jdt . internal . eval . EvaluationResult ; import org . eclipse . jdt . internal . eval . GlobalVariable ; import org . eclipse . jdt . internal . eval . IRequestor ; import org . eclipse . jdt . internal . ... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . io . File ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . core . tests . runtime . LocalVMLauncher ; import org . eclipse . jdt . core . tests . runtime . LocalVirtualMachine ; import org . eclipse .... |
<s> package org . eclipse . jdt . core . tests . eval ; import org . eclipse . jdt . core . tests . runtime . TargetException ; import org . eclipse . jdt . internal . compiler . env . INameEnvironment ; import org . eclipse . jdt . internal . eval . GlobalVariable ; import org . eclipse . jdt . internal . eval . Insta... |
<s> package org . eclipse . jdt . core . tests . eval . target ; import java . io . * ; import java . net . * ; public class IDEInterface { static final boolean TIMING = false ; long startTime ; int portNumber = <NUM_LIT:0> ; Socket socket ; IDEInterface ( int portNumber ) { this . portNumber = portNumber ; } void conn... |
<s> package org . eclipse . jdt . core . tests . eval . target ; import java . util . * ; public class CodeSnippetClassLoader extends ClassLoader { static boolean DEVELOPMENT_MODE = false ; Hashtable loadedClasses = new Hashtable ( ) ; private Class delegateLoadClass ( String name ) throws ClassNotFoundException { Clas... |
<s> package org . eclipse . jdt . core . tests . eval . target ; import java . lang . reflect . * ; import java . io . * ; import java . util . * ; public class CodeSnippetRunner { public static CodeSnippetRunner theRunner ; static final String CODE_SNIPPET_CLASS_NAME = "<STR_LIT>" ; static final String RUN_METHOD_NAME... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . io . File ; import java . lang . reflect . Modifier ; import java . util . ArrayList ; import java . util . Map ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . eclipse . jdt . core . compiler . CategorizedProbl... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . util . ArrayList ; import org . eclipse . jdt . core . tests . util . AbstractCompilerTest ; import junit . framework . Test ; import junit . framework . TestSuite ; public class TestAll extends EvaluationTest { public TestAll ( String name ) { super... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . io . IOException ; import java . io . InputStream ; import java . util . List ; import java . util . Map ; import org . eclipse . jdt . core . tests . runtime . LocalVMLauncher ; import org . eclipse . jdt . core . tests . runtime . TargetException ;... |
<s> package org . eclipse . jdt . core . tests . eval ; import junit . framework . Test ; import org . eclipse . jdt . core . compiler . IProblem ; import org . eclipse . jdt . internal . compiler . lookup . ProblemReasons ; import org . eclipse . jdt . internal . compiler . problem . ProblemSeverities ; import org . e... |
<s> package org . eclipse . jdt . core . tests . eval ; import junit . framework . Test ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . internal . eval . EvaluationResult ; import org . eclipse . jdt . internal . eval . IRequestor ; import org . eclipse . jdt . interna... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . io . BufferedWriter ; import java . io . File ; import java . io . FileWriter ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . ArrayList ; import java . util . Map ; import junit . framework . Test ; import org... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import java . util . Vector ; import junit . framework . Assert ; import org . eclipse . jdt . core . tests . runtime . RuntimeConstants ; import org . eclipse . jdt . int... |
<s> package org . eclipse . jdt . core . tests . eval ; import junit . framework . Test ; import org . eclipse . jdt . internal . eval . GlobalVariable ; public class VariableTest extends EvaluationTest { public VariableTest ( String name ) { super ( name ) ; } public static Test suite ( ) { return setupSuite ( testCla... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . core . compiler . IProblem ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; i... |
<s> package org . eclipse . jdt . core . tests . eval ; import java . io . File ; import java . io . InputStream ; import java . io . PrintStream ; import org . eclipse . jdt . core . tests . runtime . LocalVirtualMachine ; import org . eclipse . jdt . core . tests . runtime . LocalVMLauncher ; import org . eclipse . j... |
<s> package org . eclipse . jdt . core . tests . eval ; import org . eclipse . jdt . core . tests . runtime . TargetException ; import org . eclipse . jdt . internal . compiler . env . INameEnvironment ; import org . eclipse . jdt . internal . eval . InstallException ; public class SimpleCodeSnippetTest extends SimpleT... |
<s> package org . eclipse . jdt . core . tests . eval ; import junit . framework . Test ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . core . compiler . IProblem ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; import ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . internal . compiler . ASTVisitor ; import org . eclipse . jdt . internal . compiler . CompilationResult ; import org . eclipse... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class LocalVariableT... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTestForMethod extends JavadocTest { public JavadocTestForMethod ( String name ) { super ( ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTest_1_4 extends JavadocTest { String docCommentSupport = CompilerOptions . ENABLED ; Stri... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; public ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class ExternalizeStr... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import org . eclipse . jdt . core . compiler . CharOperation ; import junit . framework . Test ; public class CharOperationTest extends AbstractRegressionTest { public CharOperationTest ( String name ) { super ( name ) ; } public static Test suite... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTestMix... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . jdt . core . JavaCore ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . internal . compiler . CompilationResult ; imp... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . core . compil... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; public ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import org . eclipse . jdt . core . tests . util . CompilerTestSetup ; import org . eclipse . jdt . core . tests . util . TestVerifier ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . internal . compiler . e... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class NonFatalErrorTest extends AbstractRegressionTest { public NonFatalErrorTest ( String name ) { sup... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . BufferedReader ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . PrintWriter ; import java . io . StringReader ; impo... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; public class NumericTest extends AbstractRegressionTest { public NumericTest ( String name ) { super ( name ) ; } public static Test suite ( ) { return buildAllCompliancesTestSuite ( testClass ( ) ) ; } public voi... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . lang . reflect . Field ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . jdt . core . JavaCore ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . core .... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class Deprecated15Test extends AbstractRegressionTest { public Deprecate... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . ArrayList ; import java . util . Map ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . eclipse . jdt . core . tests . junit . extension . TestCase ; import org . ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class FieldAccessTest extends AbstractRegressionTest { static { } public FieldAccessTest ( String name ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . BufferedInputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocBugsTes... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . io . IOException ; import java . util . Hashtable ; import junit . framework . Assert ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . internal . compiler . ClassFile ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTest_1_5 extends JavadocTest { String docCommentSupport = CompilerOptions . ENABLED ; Stri... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . BufferedReader ; import java . io . BufferedWriter ; import java . io . File ; import java . io . FileOutputStream ; import java . io . FileInputStream ; import java . io . FileWriter ; import java . io . IOException ; import ja... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . * ; public class AmbiguousMethodTest extends AbstractComparableTest { public AmbiguousMethodTest ( String name ) { super ( name ) ; } public static Test suite ( ) { return buildComparableTestSuite ( testClass ( ) ) ; } p... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; import ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; public class AssertionTest extends AbstractRegressionTest { static { } public AssertionTest ( String name ) { super ( name ) ; } public static Test suite ( ) { return buildMinimalComplianceTestSuite ( testClass ( ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . util . FloatUtil ; public class InternalHexFloatTest extends Abstract... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class NullReferenceT... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . ArrayList ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . eclipse . jdt . core . tests . junit . extension . TestCase ; import org . eclipse . jdt . core . tests . util . AbstractCompile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; p... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; import java . io . * ; import junit . framework . Assert ; import org . eclipse . jdt . core . compiler . batch . BatchCompiler ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jd... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; import org . eclipse . jdt . core . compiler . InvalidInputException ; import org . eclipse . jdt . internal . compiler . parser . Scanner ; import org . eclipse . jdt . internal . compiler . parser . TerminalToke... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTestForConstructor extends JavadocTest { public JavadocTestForConstructor ( String name ) ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Hashtable ; import java . util . Map ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . internal . ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import junit . framework . Test ; public class RuntimeTests extends AbstractRegressionTest { public RuntimeTests ( String name ) { super ( name ) ; } static { } pub... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . util . IClassFileAttribute ; import org . ecl... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTest_1_3 extends JavadocTest { String docCommentSupport = CompilerOptions . ENABLED ; Stri... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; public class ProblemConstructorTest extends AbstractRegressionTest { public ProblemConstructorTest ( String name ) { super ( name ) ; } public static Test suite ( ) { return buildAllCompliancesTestSuite ( testClas... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFile... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTestForField extends JavadocTest { public JavadocTestForField ( String name ) { super ( na... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import java . util . Random ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class XLargeTest extends AbstractRegressionTest { public XLargeTest ( Str... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class SerialVersionUIDTests extends AbstractRegressionTest { public SerialVersionUIDTests ( String name... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; public class ConditionalExpressionTest extends AbstractRegressionTest { public ConditionalExpressionTest ( String name ) { super ( name ) ; } public static Test suite ( ) { return buildAllCompliancesTestSuite ( te... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTestForInterface extends JavadocTest { public JavadocTestForInterface ( String name ) { su... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; public ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . Flags ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import o... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; import ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Tes... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . AbstractCompilerTest ; import org . eclipse . jdt . core . ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstan... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import java . util . StringTokenizer ; import junit . framework . Test ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . util . Map ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileC... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; public class CollisionCase extends AbstractRegressionTest { public CollisionCase ( String name ) { super ( name ) ; } public static Test suite ( ) { return buildAllCompliancesTestSuite ( testClass ( ) ) ; } public... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import java . io . IOException ; import java . util . HashMap ; import java . util . Hashtable ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import java . util . Map ; import junit . framework . Test ; public class SuperTypeTest ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . util . ArrayList ; import org . eclipse . jdt . core . tests . junit . extension . TestCase ; import junit . framework . Test ; import... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import org . eclipse . jdt . internal . compiler . batch . CompilationUnit ; import org . eclipse . jdt . internal . compiler . env . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compil... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class AssignmentTest extends AbstractRegressionTest { public AssignmentTest ( String name ) { super ( n... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import junit . framework . Test ; public class ExternalizeStringLiteralsTest extends AbstractRegressionTest { static { } public ExternalizeStrin... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . BufferedReader ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import junit . framework . Test ; import org . eclipse . core . runtime . IPath ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . compiler . CharOperation ; import junit . framework . Test ; public class UtilTest extends AbstractRegressionTest { StringBuffer ... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . Flags ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core .... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; import org . eclipse . jdt . core . JavaCore ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . compiler . IScanner ; import org . eclipse . jdt . core . compiler . ITerminalSy... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import junit . framework . Test ; public class StaticImportTest extends AbstractComparableTest { static { } public StaticImportTest ( String name ) { super ( name ) ; } public static Test suite ( ) { return buildComparableTestSuite ( testClass ( )... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class AbstractComparableTest extends AbstractRegressionTest { public static Test buildComparableTestSui... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . util . Map ; import junit . framework . Test ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; public class JavadocTestForClass extends JavadocTest { public static Test suite ( ) { return buildAllComplianc... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; import org . eclipse . jdt . internal . c... |
<s> package org . eclipse . jdt . core . tests . compiler . regression ; import java . io . File ; import junit . framework . Test ; import org . eclipse . jdt . core . ToolFactory ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . core . util . ClassFileBytesDisassembler ; public ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.