id int32 0 12.9k | code listlengths 2 264k |
|---|---|
5,200 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"abstract",
"class",
"ClassFileBytesDisassembler",
"{",
"public",
"final",
"static",
"int",
"DETAILED",
"=",
"1",
";",
"public",
"final",
"static",
"int",
"DEFAULT"... |
5,201 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IConstantPool",
"{",
"int",
"getConstantPoolCount",
"(",
")",
";",
"int",
"getEntryKind",
"(",
"int",
"index",
")",
";",
"IConstantPoolEntry",
"decode... |
5,202 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IConstantValueAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getConstantValueIndex",
"(",
")",
";",
"IConstantPoolEntry",
"getConstantValue",
"(",... |
5,203 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IFieldInfo",
"{",
"IConstantValueAttribute",
"getConstantValueAttribute",
"(",
")",
";",
"int",
"getAccessFlags",
"(",
")",
";",
"char",
"[",
"]",
"ge... |
5,204 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IAnnotation",
"{",
"int",
"getTypeIndex",
"(",
")",
";",
"char",
"[",
"]",
"getTypeName",
"(",
")",
";",
"int",
"getComponentsNumber",
"(",
")",
... |
5,205 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"ILocalVariableTableEntry",
"{",
"int",
"getStartPC",
"(",
")",
";",
"int",
"getLength",
"(",
")",
";",
"int",
"getNameIndex",
"(",
")",
";",
"int"... |
5,206 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"import",
"java",
".",
"util",
".",
"Comparator",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IProgressMonitor",
";",
"import",
"org",
".",... |
5,207 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IParameterAnnotation",
"{",
"int",
"getAnnotationsNumber",
"(",
")",
";",
"IAnnotation",
"[",
"]",
"getAnnotations",
"(",
")",
";",
"}",
"</s>"
] |
5,208 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"ISourceAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getSourceFileIndex",
"(",
")",
";",
"char",
"[",
"]",
"getSourceFileName",
"(",
")",
... |
5,209 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"ILocalVariableTypeTableEntry",
"{",
"int",
"getStartPC",
"(",
")",
";",
"int",
"getLength",
"(",
")",
";",
"int",
"getNameIndex",
"(",
")",
";",
"... |
5,210 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IClassFileReader",
"{",
"int",
"ALL",
"=",
"0xFFFF",
";",
"int",
"CONSTANT_POOL",
"=",
"0x0001",
";",
"int",
"METHOD_INFOS",
"=",
"0x0002",
"+",
"... |
5,211 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IStackMapAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getNumberOfEntries",
"(",
")",
";",
"IStackMapFrame",
"[",
"]",
"getStackMapFrame",
"(... |
5,212 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IEnclosingMethodAttribute",
"extends",
"IClassFileAttribute",
"{",
"char",
"[",
"]",
"getEnclosingClass",
"(",
")",
";",
"int",
"getEnclosingClassIndex",
... |
5,213 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IExceptionAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getExceptionsNumber",
"(",
")",
";",
"char",
"[",
"]",
"[",
"]",
"getExceptionNames... |
5,214 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"ICodeAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getMaxLocals",
"(",
")",
";",
"int",
"getMaxStack",
"(",
")",
";",
"ILineNumberAttribute... |
5,215 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IAnnotationComponent",
"{",
"int",
"getComponentNameIndex",
"(",
")",
";",
"char",
"[",
"]",
"getComponentName",
"(",
")",
";",
"IAnnotationComponentVal... |
5,216 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"class",
"ByteCodeVisitorAdapter",
"implements",
"IBytecodeVisitor",
"{",
"public",
"void",
"_aaload",
"(",
"int",
"pc",
")",
"{",
"}",
"public",
"void",
"_aastore"... |
5,217 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IAnnotationComponentValue",
"{",
"int",
"BYTE_TAG",
"=",
"'B'",
";",
"int",
"CHAR_TAG",
"=",
"'C'",
";",
"int",
"DOUBLE_TAG",
"=",
"'D'",
";",
"in... |
5,218 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"ILocalVariableAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getLocalVariableTableLength",
"(",
")",
";",
"ILocalVariableTableEntry",
"[",
"]",
... |
5,219 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IRuntimeVisibleParameterAnnotationsAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getParametersNumber",
"(",
")",
";",
"IParameterAnnotation",
"[",
... |
5,220 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"class",
"OpcodeStringValues",
"implements",
"IOpcodeMnemonics",
"{",
"public",
"static",
"final",
"String",
"[",
"]",
"BYTECODE_NAMES",
"=",
"new",
"String",
"[",
... |
5,221 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"ILocalVariableTypeTableAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getLocalVariableTypeTableLength",
"(",
")",
";",
"ILocalVariableTypeTableEntry",... |
5,222 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IOpcodeMnemonics",
"{",
"int",
"NOP",
"=",
"0x00",
";",
"int",
"ACONST_NULL",
"=",
"0x01",
";",
"int",
"ICONST_M1",
"=",
"0x02",
";",
"int",
"IC... |
5,223 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IAttributeNamesConstants",
"{",
"char",
"[",
"]",
"SYNTHETIC",
"=",
"\"Synthetic\"",
".",
"toCharArray",
"(",
")",
";",
"char",
"[",
"]",
"CONSTANT_... |
5,224 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IBytecodeVisitor",
"{",
"void",
"_aaload",
"(",
"int",
"pc",
")",
";",
"void",
"_aastore",
"(",
"int",
"pc",
")",
";",
"void",
"_aconst_null",
"... |
5,225 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IRuntimeInvisibleParameterAnnotationsAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getParametersNumber",
"(",
")",
";",
"IParameterAnnotation",
"["... |
5,226 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IInnerClassesAttributeEntry",
"{",
"int",
"getAccessFlags",
"(",
")",
";",
"int",
"getInnerNameIndex",
"(",
")",
";",
"int",
"getOuterClassNameIndex",
"... |
5,227 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"ILineNumberAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getLineNumberTableLength",
"(",
")",
";",
"int",
"[",
"]",
"[",
"]",
"getLineNumbe... |
5,228 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IConstantPoolEntry",
"{",
"int",
"getKind",
"(",
")",
";",
"int",
"getClassInfoNameIndex",
"(",
")",
";",
"int",
"getClassIndex",
"(",
")",
";",
"... |
5,229 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IStackMapTableAttribute",
"extends",
"IClassFileAttribute",
"{",
"int",
"getNumberOfEntries",
"(",
")",
";",
"IStackMapFrame",
"[",
"]",
"getStackMapFrame",... |
5,230 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"util",
";",
"public",
"interface",
"IModifierConstants",
"{",
"int",
"ACC_PUBLIC",
"=",
"0x0001",
";",
"int",
"ACC_PRIVATE",
"=",
"0x0002",
";",
"int",
"ACC_PROTECTED",
"=",
"0x0004",
... |
5,231 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"EventObject",
";",
"public",
"class",
"BufferChangedEvent",
"extends",
"EventObject",
"{",
"private",
"int",
"length",
";",
"private",
"int",
"offset"... |
5,232 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"ITypeHierarchyChangedListener",
"{",
"void",
"typeHierarchyChanged",
"(",
"ITypeHierarchy",
"typeHierarchy",
")",
";",
"}",
"</s>"
] |
5,233 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IResource",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IProgressMonitor",
";",
"i... |
5,234 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"*",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"JavaModelStatus",
";"... |
5,235 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"class",
"CompletionContext",
"{",
"public",
"static",
"final",
"int",
"TL_MEMBER_START",
"=",
"1",
";",
"public",
"static",
"final",
"int",
"TL_STATEMENT_START",
"=",
"2",
";",... |
5,236 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"IBufferChangedListener",
"{",
"public",
"void",
"bufferChanged",
"(",
"BufferChangedEvent",
"event",
")",
";",
"}",
"</s>"
] |
5,237 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"IMemberValuePair",
"{",
"int",
"K_INT",
"=",
"1",
";",
"int",
"K_BYTE",
"=",
"2",
";",
"int",
"K_SHORT",
"=",
"3",
";",
"int",
"K_CHAR",
"=",
"4",
";",
"... |
5,238 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IProgressMonitor",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"dom",
".",
"ASTParser",
... |
5,239 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"ICodeFormatter",
"{",
"String",
"format",
"(",
"String",
"string",
",",
"int",
"indentationLevel",
",",
"int",
"[",
"]",
"positions",
",",
"String",
"lineSeparator... |
5,240 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IPath",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IStatus",
";",
"public",
"inte... |
5,241 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"IMember",
"extends",
"IJavaElement",
",",
"ISourceReference",
",",
"ISourceManipulation",
",",
"IParent",
"{",
"String",
"[",
"]",
"getCategories",
"(",
")",
"throws... |
5,242 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"IJavaModelStatusConstants",
"{",
"public",
"static",
"final",
"int",
"INVALID_CP_CONTAINER_ENTRY",
"=",
"962",
";",
"public",
"static",
"final",
"int",
"CP_CONTAINER_PAT... |
5,243 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IProgressMonitor",
";",
"public",
"interface",
"IClassFile",
"extends",
"ITypeRoot",
"{",
"ICompilationUnit",
"becomeWork... |
5,244 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IPath",
";",
"public",
"interface",
"IAccessRule",
"{",
"int",
"K_ACCESSIBLE",
"=",
"0",
";",
"int",
"K_NON_ACCESSI... |
5,245 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IProject",
";",
"import",
"org",
".",
"eclipse",
".",
"core",... |
5,246 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"IElementChangedListener",
"{",
"public",
"void",
"elementChanged",
"(",
"ElementChangedEvent",
"event",
")",
";",
"}",
"</s>"
] |
5,247 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"compiler",
".",
"IProblem",
";",
"public",
"interface",
"ICompletionRequestor",
"{",
"void",
"acceptAnonymousType",
"(",
... |
5,248 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"IAnnotatable",
"{",
"IAnnotation",
"getAnnotation",
"(",
"String",
"name",
")",
";",
"IAnnotation",
"[",
"]",
"getAnnotations",
"(",
")",
"throws",
"JavaModelExcepti... |
5,249 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"IRegion",
"{",
"void",
"add",
"(",
"IJavaElement",
"element",
")",
";",
"boolean",
"contains",
"(",
"IJavaElement",
"element",
")",
";",
"IJavaElement",
"[",
"]"... |
5,250 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IPath",
";",
"public",
"interface",
"IClasspathContainer",
"{",
"int",
"K_APPLICATION",
"=",
"1",
";",
"int",
"K_SY... |
5,251 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"public",
"interface",
"ILocalVariable",
"extends",
"IJavaElement",
",",
"ISourceReference",
",",
"IAnnotatable",
"{",
"String",
"getElementName",
"(",
")",
";",
"ISourceRange",
"getNameRange",... |
5,252 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"java",
".",
"io",
".",
"OutputStream",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IProgressMonitor",
";",
"public",
"interface",
"ITypeHierarchy... |
5,253 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IProgressMonitor",
";",
"public",
"interface",
"ISourceManipulation",
"{",
"void",
"copy",
"(",
"IJavaElement",
"contai... |
5,254 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"EventObject",
";",
"public",
"class",
"ElementChangedEvent",
"extends",
"EventObject",
"{",
"public",
"static",
"final",
"int",
"POST_CHANGE",
"=",
"1... |
5,255 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"io",
".",
"ByteArrayOutputStream",
";",
"import",
"java",
".",
"io",
".",
"IOException",
";",
"import",
"java",
".",
"io",
".",
"OutputStreamW... |
5,256 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElement",
";",
"public",
"class",
"OpenableElementInfo",
"extends",
"JavaElementInfo",
"{",
"protecte... |
5,257 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IMemberValuePair",
";",
"public",
"class",
"SourceAnnotationMethodInfo",
"extends",
"SourceMethodInfo",
"{",... |
5,258 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"CoreException",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IPath",... |
5,259 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElement",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"JavaModelExcepti... |
5,260 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"ISourceRange",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"SourceRange",
... |
5,261 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IContainer",
";",
"import",
"org",
".",
... |
5,262 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"text",
".",
"NumberFormat",
";",
"import",
"java",
".",
"util",
".",
"Date",
";",
"public",
"class",
"VerboseElementCache",
"extends",
"ElementC... |
5,263 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"public",
"class",
"SourceConstructorInfo",
"extends",
"SourceMethodElementInfo",
"{",
"private",
"static",
"final",
"char",
"[",
"]",
"RETURN_TYPE_NAME",
"=",
"new",
"char",... |
5,264 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"*",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"dom",
".",
"ASTNode",
... |
5,265 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"io",
".",
"Writer",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaProject",
";",
"import",
"org",
".",
"eclips... |
5,266 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IBuffer",
";",
"import",
"org",
".",
"eclipse",
".",
"jface",
".",
"text",
".",
"BadLocationExceptio... |
5,267 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"IProgressMonitor",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"Oper... |
5,268 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"JavaModelException",
";",
"public",
"class",
"ResolvedBinaryType",
"extends",
"BinaryType",
"{",
"private"... |
5,269 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElement",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
"."... |
5,270 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"Iterator",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"ICompilationUnit",
";",
"import",
"org",
".",
... |
5,271 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"public",
"interface",
"INamingRequestor",
"{",
"void",
"acceptNameWithPrefixAndSuffix",
"(",
"char",
"[",
"]",
"name",
",",
"boolean",
"isFirstPrefix",
",",
"boolean",
"is... |
5,272 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashSet",
";",
"import",... |
5,273 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"ICompilationUnit",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElement... |
5,274 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"HashSet",
";",
"imp... |
5,275 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"java",
".",
"util",
".",
"zip",
".",
"ZipEntry",
";",
"import",
"java",
".",
"util",
".",
"zip",
".",
... |
5,276 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"*",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElement",
";",
"im... |
5,277 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"ResourcesPlugin",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"Cor... |
5,278 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElement",
";",
"public",
"class",
"InitializerWithChildrenInfo",
"extends",
"InitializerElementInfo",
"... |
5,279 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".... |
5,280 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"abstract",
"class",
"MemberElementInfo",
"extends",
"SourceRefElementInfo",
"{",
"protected",
"int",
"flags",
";",
"public",
"int",
"getNameSourceEnd",
"(",
")",
"{",
"ret... |
5,281 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IResource",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IWorksp... |
5,282 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"public",
"class",
"TypeParameterElementInfo",
"extends",
"SourceRefElementInfo",
"{",
"public",
"int",
"nameStart",
"=",
"-",
"1",
";",
"public",
"int",
"nameEnd",
"=",
... |
5,283 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources"... |
5,284 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"Signature",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"compiler",
".... |
5,285 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElement",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaModelStatus... |
5,286 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"Signature",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
... |
5,287 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"java",
".",
"io",
".",
"IOException",
";",
"import",
"java",
".",
"io",
".",
"InputStream",
";",
"import",
"java",
".",
"io",
".",
"O... |
5,288 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap... |
5,289 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclipse",
".",
"core"... |
5,290 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IFile",
";",
"import",
"org"... |
5,291 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IType",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
... |
5,292 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"HashSet",
";",
"import",
"java",
".",
"util",
".",
"Map... |
5,293 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"I... |
5,294 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"hierarchy",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"runtime",
".",
"CoreException",
";",
"im... |
5,295 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IMemberValuePair",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
... |
5,296 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"IJavaElementDelta",
";",
"public",
"class",
"SimpleDelta",
"{",
"protected",
"int",
"kind",
"=",
"0",
... |
5,297 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
";",
"import",
"java",
".",
"io",
".",
"*",
";",
"import",
"java",
".",
"net",
".",
"URI",
";",
"import",
"java",
".",
"text",
".",
"MessageFormat",
";",
"import",
"... |
5,298 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"eval",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",
"core",
".",
"eval",
".",
"IGlobalVariable",
";",
"import",
"org",
".",
"eclipse",
".",
"jdt",
".",... |
5,299 | [
"<s>",
"package",
"org",
".",
"eclipse",
".",
"jdt",
".",
"internal",
".",
"core",
".",
"eval",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IMarker",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.