id int32 0 12.9k | code listlengths 2 264k |
|---|---|
1,500 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclipse",
".",
"core",
".",
"resources",
".",
"IProject",
";",
"public",
"interface",
"Opt... |
1,501 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"public",
"class",
"RegexValidator",
"implements",
"Validator",
"{",
"private",
"String",
"regex",
";",
"public",
... |
1,502 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"import",
"com",
".",
"google",
".",
"gson",
".",
"Gson",
";",
"import",
"com",
".",
"google",
".",
"gson",
".",
"JsonParseException",
";",
"public",
"class",
"J... |
1,503 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"public",
"class",
"Option",
"implements",
"Comparable",
"<",
"Option",
">",
"{",
"private",
"static",
"final",
... |
1,504 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"public",
"interface",
"Validator",
"{",
"public",
"boolean",
"isValid",
"(",
"Object",
"value",
")",
";",
"public",
"String",
"getMessage",
"(",
"String",
"name",
"... |
1,505 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"import",
"java",
".",
"util",
".",
"regex",
".",
"Matcher",
";",
"import",
"java",
".",
"util",
".",
"regex",
".",
"Pattern",
";",
"import",
"org",
".",
"apac... |
1,506 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"public",
"class",
"OptionInstance",
"extends",
"Option",
"{",
"private",
"String",
"value",
";",
"public",
"OptionInstance",
"(",
"Option",
"option",
",",
"String",
"... |
1,507 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"preference",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"impo... |
1,508 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"Arrays",
";",
"import",
"java",
".",
"util",
".",
"Collections",
";",
"... |
1,509 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"import",
"org",
".",
"eclim",
".",
"comm... |
1,510 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"project",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"Collection",
";",
"impor... |
1,511 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"complete",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"apache",
".",
"commons",
".",
"lang",
".",
"StringUtils",
";",
"import... |
1,512 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"complete",
";",
"import",
"java",
".",
"util",
".",
"regex",
".",
"Matcher",
";",
"import",
"java",
".",
"util",
".",
"regex",
".",
"Pattern",
";",
"import",
"or... |
1,513 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
";",
"import",
"java",
".",
"util",
".",
"Arrays",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"comman... |
1,514 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"admin",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annota... |
1,515 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"admin",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"import... |
1,516 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"admin",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"import... |
1,517 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"admin",
";",
"import",
"java",
".",
"util",
".",
"Arrays",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"ecl... |
1,518 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"admin",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"io",
".",
"FileReader",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",... |
1,519 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"io",
".",
"FileReader",
";",
"import",
"java",
".",
"util",
".",
"ArrayList... |
1,520 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"apache",
".",
"commons",
".",
"lang",
".",
"StringUtils",
";",
"import"... |
1,521 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"anno... |
1,522 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,523 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,524 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"org",
".",
"eclim",
".",
"ann... |
1,525 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotatio... |
1,526 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"apache",
".",
"commons",
".",
"lang",
".",
"StringUtils",
";",
"import"... |
1,527 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,528 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"net",
".",
"URI",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim... |
1,529 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"lang",
".",
"reflect",
".",
"Constructor",
";",
"import",
"java",
".",
"lan... |
1,530 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,531 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,532 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"Arrays",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"e... |
1,533 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"net",
".",
"URI",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim... |
1,534 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,535 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"org",
".",
"eclim",
".",
"ann... |
1,536 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,537 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,538 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,539 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,540 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap"... |
1,541 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"search",
";",
"import",
"java",
".",
"io",
".",
"BufferedReader",
";",
"import",
"java",
".",
"io",
".",
"FileReader",
";",
"import",
"java",
".",
"util",
".",
"... |
1,542 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"history",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,543 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"history",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,544 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"history",
";",
"import",
"java",
".",
"text",
".",
"SimpleDateFormat",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".... |
1,545 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"history",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,546 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"eclipse",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,547 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"eclipse",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"org",
".",
"eclim",
".",
"ann... |
1,548 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"xml",
";",
"import",
"java",
".",
"io",
".",
"FileInputStream",
";",
"import",
"java",
".",
"io",
".",
"StringWriter",
";",
"import",
"javax",
".",
"xml",
".",
"... |
1,549 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"xml",
";",
"import",
"java",
".",
"util",
".",
"Iterator",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"eclim",
".",
"annotation"... |
1,550 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"refactoring",
";",
"import",
"org",
".",
"eclipse",
".",
"ltk",
".",
"core",
".",
"refactoring",
".",
"Refactoring",
";",
"public",
"class",
"Refactor",
"{",
"public... |
1,551 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"refactoring",
";",
"import",
"java",
".",
"lang",
".",
"reflect",
".",
"Field",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
... |
1,552 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"refactoring",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"... |
1,553 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"refactoring",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"... |
1,554 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"refactoring",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
... |
1,555 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"refactoring",
";",
"import",
"org",
".",
"eclipse",
".",
"ltk",
".",
"core",
".",
"refactoring",
".",
"RefactoringStatus",
";",
"public",
"class",
"RefactorException",
... |
1,556 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"archive",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"io",
".",
"InputStream",
";",
"import",
"java",
".",
"io",
".",
"OutputStre... |
1,557 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"problems",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"lang",
".",
"reflect",
".",
"Field",
";",
"import",
"java",
".",
"lang",
... |
1,558 | [
"<s>",
"package",
"org",
".",
"eclim",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"io",
".",
"FileInputStream",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
... |
1,559 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"xml",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
"."... |
1,560 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"xml",
".",
"format",
";",
"import",
"org",
".",
"apache",
".",
"commons",
".",
"lang",
".",
"StringUtils",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";",... |
1,561 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"admin",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";... |
1,562 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"admin",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";",
"import",
"org",
".",
"junit",
".",
"Test",
";",... |
1,563 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"project",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
... |
1,564 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"history",
";",
"import",
"java",
".",
"io",
".",
"BufferedWriter",
";",
"import",
"java",
".",
"io",
".",
"FileOutputStream",
";",
"import",
"java",
".",
"io",
"."... |
1,565 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"problems",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",... |
1,566 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"test",
";",
"public",
"class",
"Test",
"{",
"private",
"ArrayList",
"list",
"=",
"new",
"ArrayList",
"(",
")",
";",
"}",
"</s>"
] |
1,567 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";... |
1,568 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";... |
1,569 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"apache",
".",
"tools",
"... |
1,570 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";... |
1,571 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";... |
1,572 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";... |
1,573 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"util",
".",
"Map",
";",
"import",
"org",
".",
"eclim",
".",
"Eclim",
";... |
1,574 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
";",
"public",
"class",
"Wst",
"{",
"public",
"static",
"final",
"String",
"TEST_PROJECT",
"=",
"\"\"",
";",
"}",
"</s>"
] |
1,575 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"plugin",
".",
"AbstractPluginResources",
";",
"import",
"org",
".",
"eclim",
".",
"plugin",
... |
1,576 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"util",
";",
"import",
"org",
".",
"eclim",
".",
"Services",
";",
"import",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"project",
".",
"ProjectNatureFactory",
";",
"impor... |
1,577 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"eclim",
".",
"annota... |
1,578 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,579 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"import",
"org",
".",
"eclim",
".",
"eclipse",
".",
"EclimPlugin",
";",
"imp... |
1,580 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,581 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"complete",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
"eclim",
".",
"command",
".",
"CommandLine",
";",
"impo... |
1,582 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"src",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"eclim",
".",
"annotation"... |
1,583 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,584 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"eclipse",
".",
"wst"... |
1,585 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"io",
".",
"ByteArrayOutputStream",
";",
"import",
"java",
".",
"io",
".",
"FileInputStream",
";",
"import",
"java",
".",
"io",... |
1,586 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"apache",
".",
"commons",
".",
"lang",
".",
"StringUtils",
";",
"import"... |
1,587 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"org",
".",
"eclipse",
".",
"wst",
".",
"validation",
".",
"internal",
".",
"provisional",
".",
"core",
".",
"IValidationContext",
";",
"pub... |
1,588 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"org",
".",
"eclim",
".",
"annotation",
".",
"Command",
";",
"import",
"org",
".",
... |
1,589 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"plugin",
".",
"wst",
".",
"command",
".",
"validate",
";",
"import",
"java",
".",
"net",
".",
"URLDecoder",
";",
"import",
"org",
".",
"eclim",
".",
"plugin",
".",
"core",
".",
"command",
".",
"AbstractComma... |
1,590 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"ant",
";",
"import",
"java",
".",
"io",
".",
"BufferedReader",
";",
"import",
"java",
".",
"io",
".",
"BufferedWriter",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",... |
1,591 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"ant",
";",
"public",
"class",
"UnzipTask",
"extends",
"org",
".",
"formic",
".",
"ant",
".",
"UnzipTask",
"{",
"public",
"void",
"addFeatureset",
"(",
"FeatureSet",
"set",
")",
"{",
"addPattern... |
1,592 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"ant",
";",
"import",
"org",
".",
"apache",
".",
"tools",
".",
"ant",
".",
"types",
".",
"PatternSet",
";",
"import",
"org",
".",
"formic",
".",
"InstallContext",
";",
"import",
"org",
".",
... |
1,593 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"ant",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"io",
".",
"FileNotFoundException",
";",
"import",
"java",
".",
"io",
".",
"FileReader",
";",
"import",
"jav... |
1,594 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"ant",
";",
"import",
"org",
".",
"apache",
".",
"tools",
".",
"ant",
".",
"BuildException",
";",
"import",
"org",
".",
"apache",
".",
"tools",
".",
"ant",
".",
"Task",
";",
"import",
"org... |
1,595 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"ant",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"io",
".",
"FilenameFilter",
";",
"import",
"org",
".",
"apache",
".",
"tools",
".",
"ant",
".",
"BuildExc... |
1,596 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"ant",
";",
"import",
"java",
".",
"util",
".",
"HashMap",
";",
"import",
"org",
".",
"apache",
".",
"tools",
".",
"ant",
".",
"BuildException",
";",
"import",
"org",
".",
"apache",
".",
"... |
1,597 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"step",
";",
"import",
"java",
".",
"awt",
".",
"Component",
";",
"import",
"java",
".",
"io",
".",
"File",
";",
"import",
"java",
".",
"util",
".",
"Properties",
";",
"import",
"javax",
"... |
1,598 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"step",
";",
"import",
"java",
".",
"util",
".",
"Properties",
";",
"import",
"org",
".",
"formic",
".",
"Installer",
";",
"import",
"org",
".",
"formic",
".",
"wizard",
".",
"step",
".",
... |
1,599 | [
"<s>",
"package",
"org",
".",
"eclim",
".",
"installer",
".",
"step",
";",
"import",
"java",
".",
"util",
".",
"Properties",
";",
"public",
"class",
"FeatureListStep",
"extends",
"org",
".",
"formic",
".",
"wizard",
".",
"step",
".",
"gui",
".",
"Feature... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.