id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
1,400 | <s> package com . sun . tools . hat . internal . server ; import java . net . Socket ; import java . net . ServerSocket ; import java . util . concurrent . Executor ; import java . util . | |
1,401 | <s> package com . asakusafw . compiler . operator . processor ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . compiler . operator . OperatorCompilerTestRoot ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . utils . graph . Graph ... | |
1,402 | <s> package com . asakusafw . testdriver . hadoop ; import java . net . URL ; import org . apache . hadoop . conf . Configuration ; import org . slf4j | |
1,403 | <s> package net . sf . sveditor . ui . views . diagram ; import java . util . HashSet ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . SVDBFunction ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . SVDBTask ; import net ... | |
1,404 | <s> package net . sf . sveditor . core . db . stmt ; import java . util . ArrayList ; import java . | |
1,405 | <s> package net . bioclipse . opentox . ds ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import net . bioclipse . core . business . BioclipseException ; import net . bioclipse . ds . Activator ; import net . bioclipse . ds . business . DSBusinessModel ; import net . bioclipse... | |
1,406 | <s> package com . asakusafw . dmdl . java ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . Collections ; import java . util . List ; import java . util . Set ; import ... | |
1,407 | <s> package com . asakusafw . compiler . bulkloader ; import java . io . IOException ; import java . io . OutputStream ; import java . util . Arrays ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . Properties ; import java... | |
1,408 | <s> package com . asakusafw . runtime . stage . input ; import java . io . IOException ; import java . util . Iterator ; import java . util . List ; import org . apache . hadoop . mapreduce . InputFormat ; import org . apache . hadoop . mapreduce . InputSplit ; import org . apache . hadoop . mapreduce . RecordReader ; ... | |
1,409 | <s> package com . asakusafw . compiler . fileio . flow ; import com . asakusafw . compiler . fileio . external . Ex1MockImporterDescription ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . compiler . fileio . operator . ExOperatorFactory ; import com . asakusafw . compiler . fileio ... | |
1,410 | <s> package org . rubypeople . rdt . internal . core ; import java . util . ArrayList ; import java . util . Map ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . Core... | |
1,411 | <s> package net . sf . sveditor . ui . editor ; public interface SVDocumentPartitions { String SV_MULTILINE_COMMENT = "" ; String SV_SINGLELINE_COMMENT = "" ; String SV_KEYWORD = "__sv_keyword" ; String SV_STRING = "__sv_string" ; String SV_CODE = "__sv_code" ; String [ | |
1,412 | <s> package org . springframework . samples . petclinic ; import java . util . ArrayList ; import java . util | |
1,413 | <s> package net . sf . sveditor . core . tests . parser ; import java . io . IOException ; import java . io . InputStream ; import java . net . URL ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sv... | |
1,414 | <s> package org . rubypeople . rdt . internal . core . search ; import java . util . ArrayList ; import java . util . List ; import java . util . StringTokenizer ; import org . rubypeople . rdt . internal . core . util . Util ; public class MethodPatternParser { private String selector ; private String typeName ; List ... | |
1,415 | <s> package com . asakusafw . compiler . bulkloader . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . bulkloader . testing . model . MockUnionModel ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class MockU... | |
1,416 | <s> package org . rubypeople . rdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . core . IField ; import org . rubypeople . rdt . core . IMember ; import org . rubypeople . rdt . core . IParent ; import org . rubypeople . rdt . core . IRub... | |
1,417 | <s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . util . IPropertyChangeListener ; import org . eclipse . jface ... | |
1,418 | <s> package com . asakusafw . testdriver ; import org . junit . Rule ; import org . junit . Test ; import com . asakusafw . runtime . configuration . FrameworkDeployer ; import com . asakusafw . testdriver . testing . batch . SimpleBatch ; import com . asakusafw . testdriver . testing . model . Simple ; public class Ba... | |
1,419 | <s> package com . asakusafw . compiler . repository ; import java . util . List ; import java . util . Map ; import java . util . ServiceLoader ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . Exte... | |
1,420 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . util . LinkedList ; import java . util . Map ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . TextUtilities ; import org . eclipse . jfac... | |
1,421 | <s> package br . com . caelum . vraptor . dash . monitor ; import static org . mockito . Matchers . anyString ; import static org . mockito . Mockito . verify ; import static org . mockito . Mockito . when ; import org . junit . Assert ; import org . junit . Before ; import org . junit . Test ; import org . junit . run... | |
1,422 | <s> package net . sf . sveditor . core . db . index ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . SVDBItemType ; import org . eclipse . core . runtime . ... | |
1,423 | <s> package com . asakusafw . runtime . value ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Calendar ; import java . util . GregorianCalendar ; import java . util . TimeZone ; import org . junit . Test ; public class DateTest { @ Test public void get1583_1... | |
1,424 | <s> package org . oddjob . framework ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; import org . oddjob . Resetable ; @ Retention ( | |
1,425 | <s> package com . asakusafw . compiler . bulkloader . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . bulkloader . testing . model . MockErrorModel ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class MockE... | |
1,426 | <s> package org . oddjob . designer . elements . schedule ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Helper ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; impo... | |
1,427 | <s> package com . pogofish . jadt . parser . javacc ; import static com . pogofish . jadt . parser . javacc . generated . BaseJavaCCParserImplConstants . * ; import static org . junit . Assert . assertEquals ; import org . junit . Test ; import com . pogofish . jadt . parser . javacc . generated . BaseJavaCCParserImplT... | |
1,428 | <s> package org . oddjob . structural ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . MockStructural ; public class ChildMatchTest extends TestCase { private static final Logge... | |
1,429 | <s> package com . asakusafw . compiler . flow . example ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . vocabulary . flow . Export ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . Import ; import com . asakusafw . ... | |
1,430 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . util . Collections ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IConfigurationElement ; import org . eclipse . core . runtime . IStatus ; import org . eclipse... | |
1,431 | <s> package org . springframework . social . quickstart . config ; import org . springframework . context . annotation . Configuration ; import org . springframework . context . | |
1,432 | <s> package com . asakusafw . yaess . core ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . Map ; import java . util . NavigableMap ; import java . util . TreeMap ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import co... | |
1,433 | <s> package de . fuberlin . wiwiss . d2rq . mapgen ; import java . util . Collection ; public class FilterMatchAny extends Filter { public static Filter create ( Collection < Filter > elements ) { if ( elements . isEmpty ( ) ) { return Filter . NOTHING ; } if ( elements . size ( ) == 1 ) { return elements . iterator ( ... | |
1,434 | <s> package org . rubypeople . rdt . internal . ui . text ; import com . ibm . icu . text . BreakIterator ; import java . text . CharacterIterator ; import org . eclipse . jface . text . Assert ; public class RubyWordIterator extends BreakIterator { private RubyBreakIterator fIterator ; private int fIndex ; public Ruby... | |
1,435 | <s> package com . asakusafw . compiler . flow ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . compiler . flow . example . * ; import com . asakusafw . vocabulary . flow . graph . FlowGraph ; import com . asakusafw . vocabulary... | |
1,436 | <s> package com . asakusafw . runtime . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . lang . reflect . Type ; import java . util . AbstractCollection ; import java . util . ArrayList ; import java . util . Collection ; import java . util . List ; import java... | |
1,437 | <s> package org . rubypeople . rdt . internal . ui . model ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . mapping . ModelProvider ; import org . eclipse . core . resources . mapping . ResourceMapping ; import org . eclipse . core . resources . mapping . ResourceMapping... | |
1,438 | <s> package de . fuberlin . wiwiss . d2rq . sql . vendor ; import java . sql . Connection ; import java . sql . SQLException ; import java . util . Properties ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute ; import de . fuberlin . wiwiss . d2rq . algebra . RelationName ; import de . fuberlin . wiwiss . d2... | |
1,439 | <s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . SplitFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . MasterJoinFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . MasterJoinFlowFactory... | |
1,440 | <s> package org . rubypeople . rdt . internal . debug . core . breakpoints ; import java . util . Map ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IWorkspaceRunnable ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPr... | |
1,441 | <s> package org . rubypeople . rdt . ui ; import java . io . File ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . ui . m... | |
1,442 | <s> package jtwitter ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . OutputStreamWriter ; import java . net . HttpURLConnection ; import java . net . URL ; import java . net . URLEncoder ; import java . tex... | |
1,443 | <s> package org . oddjob . designer . components ; import junit . framework . TestCase ; import org . oddjob . Helper ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaType ; import org... | |
1,444 | <s> package com . asakusafw . testtools ; import java . io . File ; import java . io . IOException ; import java . sql . Connection ; import java . sql . SQLException ; import java . sql . Statement ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . ... | |
1,445 | <s> package org . rubypeople . rdt . internal . ui . actions ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IProjectNature ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . dialogs . MessageDialog ; import org . eclipse . swt . wid... | |
1,446 | <s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstPropertyDefinition extends AbstractAstNode { private final Region region ; public final AstDescription description ; public final List ... | |
1,447 | <s> package org . rubypeople . rdt . core . formatter . rewriter ; public class CallDepth { private int nestedCallDepth ; private int savedNestedCallDepth ; public void enterCall ( ) { nestedCallDepth ++ ; } public void leaveCall ( ) { nestedCallDepth -- ; if ( nestedCallDepth | |
1,448 | <s> package org . rubypeople . rdt . internal . core . parser . warnings ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; public class CoreClassReOpeningTest extends AbstractRubyLintVisitorTestCase { @ Override protected RubyLintVisitor cre... | |
1,449 | <s> package net . sf . sveditor . ui . prop_pages ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . dialogs . IDialogCon... | |
1,450 | <s> package org . rubypeople . rdt . internal . ui . preferences ; import java . util . ArrayList ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . dialogs . MessageDialog ; import org . eclipse . jface . preference . IPreferen... | |
1,451 | <s> package com . lmax . disruptor ; import java . util . List ; import java . util . concurrent . * ; import java . util . concurrent . atomic . AtomicBoolean ; import com . lmax . disruptor . support . DaemonThreadFactory ; import com . lmax . disruptor . support . TestWaiter ; import com . lmax . disruptor . support... | |
1,452 | <s> package com . asakusafw . compiler . flow . visualizer ; import java . util . Collections ; import java . util . Set ; import java . util . UUID ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . plan . FlowBlock ; import com . asakusafw . utils . collections . ... | |
1,453 | <s> package net . sf . sveditor . ui . pref ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . jface . preference . BooleanFieldEditor ; import org . eclipse . jface . preference . ComboFieldEditor ; import org . eclipse . jface . preference . FieldEditorPreferencePage ; import org . eclipse . ui .... | |
1,454 | <s> package org . oddjob . jobs ; import junit . framework . TestCase ; import org . apache . commons . beanutils . PropertyUtils ; import org . apache . log4j . Logger ; import org . oddjob . ConsoleCapture ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org ... | |
1,455 | <s> package com . asakusafw . windgate . bootstrap ; import java . text . MessageFormat ; import java . util . ResourceBundle ; import com . asakusafw . windgate . core . WindGateLogger ; public class WindGateBootstrapLogger extends WindGateLogger { private static final ResourceBundle BUNDLE = ResourceBundle . getBundl... | |
1,456 | <s> package net . sf . sveditor . core . indent ; public interface ISVIndenter { void setIndentIncr ( String incr ) ; | |
1,457 | <s> package org . oddjob . designer . view ; import org . oddjob . arooa . design . DesignInstance ; | |
1,458 | <s> package net . bioclipse . opentox . test . api ; import net . bioclipse . opentox . api . Task ; import net . bioclipse . opentox . api . TaskState ; import | |
1,459 | <s> package org . rubypeople . rdt . core ; import java . util . EventObject ; public class ElementChangedEvent extends EventObject { public static final int | |
1,460 | <s> package com . aptana . rdt . internal . core . gems ; import org . eclipse . osgi . util . NLS ; public class GemsMessages extends NLS { private static final String BUNDLE_NAME = GemsMessages . class . getName ( ) ; public static String GemManager_loading_local_gems ; public static | |
1,461 | <s> package org . oddjob . sql ; import java . io . File ; import java . io . Serializable ; import java . net . URL ; import java . sql . Connection ; import junit . framework . TestCase ; import org . apache . commons . beanutils . PropertyUtils ; import org . apache . log4j . Logger ; import org . oddjob . Oddjob ; ... | |
1,462 | <s> package net . thucydides . showcase . simple ; import net . thucydides . core . annotations . Managed ; import net . thucydides . core . annotations . ManagedPages ; import net . thucydides . core . annotations . Steps ; import net . thucydides . core . annotations . Story ; import net . thucydides . core . pages .... | |
1,463 | <s> package de . fuberlin . wiwiss . d2rq . vocab ; import com . hp . hpl . jena . rdf . model . Model ; import com . hp . hpl . jena . rdf . model . ModelFactory ; | |
1,464 | <s> package net . sf . sveditor . ui . views . objects ; import net . sf . sveditor . core . objects . ObjectsTreeNode ; import org . eclipse . jface . viewers | |
1,465 | <s> package de . fuberlin . wiwiss . d2rq . sql . types ; import java . sql . ResultSet ; import java . sql . SQLException ; import de . fuberlin . wiwiss . d2rq . | |
1,466 | <s> package org . rubypeople . rdt . internal . testunit . util ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . resource . JFaceResources ; import org . eclipse . swt . SWT ; import org . eclipse . swt . layout . GridData ; im... | |
1,467 | <s> package org . oddjob . state ; import java . util . Date ; import junit . framework . TestCase ; import org . oddjob . MockStateful ; public class StateExchangeTest extends TestCase { private class OurStateful extends MockStateful { StateListener listener ; public void addStateListener ( StateListener listener ) { ... | |
1,468 | <s> package com . asakusafw . compiler . directio ; import java . io . IOException ; import org . apache . hadoop . fs . FileSystem ; import org . apache . hadoop . fs . Path ; import com . asakusafw . compiler . directio . testing . model . Line ; import com . asakusafw . runtime . directio . Counter ; import com . as... | |
1,469 | <s> package org . rubypeople . rdt . internal . testunit . ui ; public class TestRunInfo extends Object { private String fTestId ; private String fTestName ; private String fTrace ; private String fExpected ; private String fActual ; private int fStatus ; public TestRunInfo ( String testId , String testName ) { fTestNa... | |
1,470 | <s> package com . asakusafw . runtime . core ; import java . text . MessageFormat ; public final class BatchRuntime { public static final int VERSION_MAJOR = 4 ; public static final int VERSION_MINOR = 0 ; public static void require ( int major , int minor ) { if ( major != VERSION_MAJOR || minor != VERSION_MINOR ) { t... | |
1,471 | <s> package org . rubypeople . rdt . internal . ui . filters ; import org . eclipse | |
1,472 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IResource ; import org . eclipse . jface . action . IMen... | |
1,473 | <s> package com . asakusafw . windgate . jdbc ; import java . io . IOException ; import java . sql . Connection ; import java . sql . SQLException ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . runtime . core . context . SimulationSupport ; import com . asakusafw . windgat... | |
1,474 | <s> package com . asakusafw . runtime . util ; import java . lang . reflect . ParameterizedType ; import java . lang . reflect . Type ; import java . lang . reflect . TypeVariable ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Iterator ; import java . util . LinkedHashMap ; i... | |
1,475 | <s> package com . asakusafw . windgate . hadoopfs . ssh ; import java . io . IOException ; import java . io . InputStream ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . fs . FileStatus ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . r... | |
1,476 | <s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . Set ; import junit . framework . TestCase ; import de . fuberlin . wiwiss . d2rq . algebra . AliasMap . Alias ; import de . fuberlin . wiwiss .... | |
1,477 | <s> package br . com . caelum . vraptor . dash . statement ; import org . hibernate . SessionFactory ; import org . hibernate . cfg . AnnotationConfiguration ; import org . hibernate . classic . Session ; import org . junit . After ; import org . junit . AfterClass ; import org . junit . Before ; import org . junit . B... | |
1,478 | <s> package com . aptana . rdt . internal . ui . preferences ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . preferences . InstanceScope ; import org . eclipse . jface . preference . BooleanFieldEditor ; import org . eclipse . jface . preference . FieldEditorPreferencePage... | |
1,479 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import org . eclipse . jface . action . Action ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . internal . ui . IRubyHelpContextIds ; import org . rubypeople . rdt . internal . ui . | |
1,480 | <s> package org . oddjob . beanbus ; public class CrashBusException extends BusException { private static final long serialVersionUID | |
1,481 | <s> package com . asakusafw . utils . java . jsr269 . bridge ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import javax . annotation . processing . ProcessingEnvironment ; import javax . annotation . processing . RoundEnvironment ; import javax . lang . model . element . TypeE... | |
1,482 | <s> package org . oddjob . jmx ; import java . util . concurrent . ScheduledExecutorService ; import java . util . concurrent . TimeUnit ; import javax . management . MBeanServerConnection ; import org . oddjob . Structural ; import org . oddjob . jmx . client . ClientSession ; import org . oddjob . jmx . client . Clie... | |
1,483 | <s> package com . sun . tools . hat . internal . server ; import java . io . * ; class OQLHelp extends QueryHandler { public OQLHelp ( ) { } public void run ( ) { InputStream is = getClass ( ) . getResourceAsStream ( "" ) ; int ch = - 1 ; try { is = new BufferedInputStream ( is ) ; while ( ( ch = is . read ( ) ) != - 1... | |
1,484 | <s> package com . pogofish . jadt . printer ; import static com . pogofish . jadt . ast . ASTConstants . EMPTY_PKG ; import static com . pogofish . jadt . ast . ASTConstants . NO_COMMENTS ; import static com . pogofish . jadt . ast . ASTConstants . NO_IMPORTS ; import static com . pogofish . jadt . ast . Annotation . _... | |
1,485 | <s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . Region ; public class RubyWordFinder { private static final cha... | |
1,486 | <s> package journal . io . api ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import java . util . concurrent . CountDownLatch ; public final class Location implements Comparable < Location > { static final byte ANY_RECORD_TYPE = 0 ; static final byte USER_RECORD_TYPE ... | |
1,487 | <s> package net . bioclipse . opentox . ds . wizards ; import org . eclipse . jface . viewers . IContentProvider ; import org . eclipse . jface . viewers . ITreeContentProvider ; import org . eclipse . jface . viewers . Viewer ; public class ServicesContentProvider implements ITreeContentProvider { @ Override public Ob... | |
1,488 | <s> package org . rubypeople . rdt . internal . ui . util ; import java . util . Comparator ; import java . util . HashSet ; import java . util . Set ; import java . util . Vector ; import org . eclipse . jface . util . Assert ; import org . eclipse . jface . viewers . ILabelProvider ; import org . eclipse . swt . SWT ... | |
1,489 | <s> package org . rubypeople . rdt . internal . launching ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . OutputStream ; import java . io . PrintWriter ; public class EvaluateRubyProcessOutput implements Ru... | |
1,490 | <s> package org . oddjob . jobs ; import java . io . Serializable ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . ArooaValue ; import org . oddjob . arooa . convert . ArooaConverter ; import org . oddjob . arooa . convert . ConversionFailedException ; ... | |
1,491 | <s> package com . asakusafw . testdriver . core ; import java . io . Serializable ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; public final class PropertyName implements Comparable < PropertyName > , Seria... | |
1,492 | <s> package com . asakusafw . compiler . directio . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . directio . testing . model . Line1 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class Line1Output implem... | |
1,493 | <s> package net . sf . sveditor . core . db . stmt ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBDefParamStmt extends SVDBStmt { public List < SVDBDefParamItem > fParamAssignList ; public SVDBDefParamStmt | |
1,494 | <s> package com . asakusafw . bulkloader . importer ; import java . io . File ; import java . io . IOException ; import java . sql . Connection ; import java . sql . PreparedStatement ; import java . sql . SQLException ; import java . sql . Timestamp ; import java . text . MessageFormat ; import java . util . Calendar ... | |
1,495 | <s> package com . asakusafw . vocabulary . batch ; import java . text . MessageFormat ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . JobFlow ; public class JobFlowWorkDescription extends WorkDescription { private String name ; private Class < ? extends Flow... | |
1,496 | <s> package com . asakusafw . testdriver ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . util . Arrays ; import java . util . LinkedList ; import java . util . List ; import org . apache . commons . io . FileUtils ; import org . slf4j . Logger ; import... | |
1,497 | <s> package de . fuberlin . wiwiss . d2rq . parser ; import junit . framework . TestCase ; public class URITest extends TestCase { public void testAbsoluteHTTPURIIsNotChanged ( ) { assertEquals ( "" , MapParser . absolutizeURI ( "" ) ) ; } public void testAbsoluteFileURIIsNotChanged ( ) { assertEquals ( "" , MapParser ... | |
1,498 | <s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . jface . dialogs . ErrorDialog ; import org . eclipse . jface . text . ITextSelection ; import org . eclipse . jface . viewers . IStructuredSelection ; import org . eclipse . ui . IWorkbenchSite ; import org . eclipse . ui . PlatformUI ; import o... | |
1,499 | <s> package com . asakusafw . compiler . flow ; import java . io . IOException ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . apache . hadoop . mapreduce . InputFormat ; import org . apache . hadoop . mapreduce . OutputFormat ; import ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.