id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
2,500 | <s> package com . asakusafw . testdriver . excel . legacy ; import java . text . MessageFormat ; import java . util . Arrays ; import java . util . EnumSet ; import java . util . Set ; import org . apache . poi . ss . usermodel . Cell ; import org . apache . poi . ss . usermodel . Row ; import org . apache . poi . ss .... | |
2,501 | <s> package edsdk ; import com . sun . jna . NativeLong ; import com . sun . jna . Structure ; import edsdk . EdSdkLibrary . __EdsObject ; public class EdsSaveImageSetting extends Structure { public NativeLong JPEGQuality ; | |
2,502 | <s> package org . rubypeople . rdt . internal . testunit . wizards ; import org . eclipse . osgi . util . NLS ; public class WizardMessages extends NLS { private static final String BUNDLE_NAME = "" ; | |
2,503 | <s> package org . oddjob . jmx ; import java . io . IOException ; import java . net . ServerSocket ; import java . net . SocketException ; import java . net . SocketImpl ; public class FailableServerSocket extends ServerSocket { | |
2,504 | <s> package de . fuberlin . wiwiss . d2rq . nodes ; import junit . framework . Test ; import junit | |
2,505 | <s> package net . heraan ; import java . util . ArrayList ; import net . heraan . Game . Play ; import net . heraan . Game . Result ; import net . heraan . Player . Player ; public class Round { public Round ( ) { players = new ArrayList < Player > ( ) ; plays = new ArrayList < Play > ( ) ; } public Round ( ArrayList <... | |
2,506 | <s> package com . sun . tools . hat . internal . parser ; import java . io . * ; import java . util . Date ; import java . util . HashMap ; import java . util . Map ; import static com . sun . tools . hat . internal . model . ArrayTypeCodes . * ; import com . sun . tools . hat . internal . model . * ; public class Hpro... | |
2,507 | <s> package org . rubypeople . rdt . internal . debug . ui ; import org . eclipse . ui . IEditorInput ; import org . rubypeople . rdt | |
2,508 | <s> package net . sf . sveditor . core . db . expr ; import net . sf . | |
2,509 | <s> package com . asakusafw . vocabulary . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . | |
2,510 | <s> package org . rubypeople . rdt . internal . core . builder ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . jruby . lexer . yacc . IDESourcePosition ; import org . jruby . lexer . yacc . ISourcePosition ; import org . jruby . lexer . yacc . SyntaxException ; import org . ... | |
2,511 | <s> package com . asakusafw . testdriver . file ; import java . lang . annotation . Annotation ; import java . util . Collection ; import java . util . Collections ; import org . apache . hadoop . io . Text ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . core .... | |
2,512 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . CacheFiles ; import com . asakusafw . runtime . io . ModelOutput ; import com . | |
2,513 | <s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBTimePrecisionStmt extends SVDBStmt { public String fArg1 ; public String fArg2 ; public SVDBTimePrecisionStmt ( ) { super ( SVDBItemType . TimePrecisionStmt ) ; } public String getArg1 ( ) { ret... | |
2,514 | <s> package net . sf . sveditor . core . db . index ; import java . util . Iterator ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBItemType ; import org . eclipse . core . runtime . IProgressMonitor ; class SVDBIndexItemItIterator implements ISVDBItemIterator { p... | |
2,515 | <s> package com . asakusafw . yaess . basic ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashMap ; import java . util . Hash... | |
2,516 | <s> package org . rubypeople . rdt . refactoring . tests . core . generateaccessors ; public class AccessorSelection { private String className ; private String attributeName ; private boolean readerSelected ; private boolean writerSelected ; public AccessorSelection ( String className , String attributeName , boolean ... | |
2,517 | <s> package com . aptana . rdt . core . gems ; import java . net . URL ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . eclipse . core . runtime . FileLocator ; import org . ... | |
2,518 | <s> package net . bioclipse . opentox . ui . wizards ; import java . lang . reflect . InvocationTargetException ; import java . util . List ; import net . bioclipse . browser . editors . RichBrowserEditor ; import net . bioclipse . cdk . business . ICDKManager ; import net . bioclipse . cdk . domain . ICDKMolecule ; im... | |
2,519 | <s> package de . fuberlin . wiwiss . d2rq . server ; import java . io . IOException ; import javax . servlet . ServletException ; import javax . servlet . http . HttpServlet ; import javax . servlet . http . HttpServletRequest ; import javax . servlet . http . HttpServletResponse ; import com . hp . hpl . jena . rdf . ... | |
2,520 | <s> package de . fuberlin . wiwiss . d2rq . expr ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; public class Subtract extends BinaryOperator { | |
2,521 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . ArrayCreationExpression ; import com . asakusafw . utils . java . model . syntax . ArrayInitializer ; import com . asakusafw . utils . java . model . syntax . Arr... | |
2,522 | <s> package org . rubypeople . rdt . internal . core . search . indexing ; import org . eclipse . core . runtime . IPath ; import org . rubypeople . rdt . internal . core . search . processing . IJob ; public abstract class IndexRequest implements IJob { protected boolean isCancelled = false ; protected IPath container... | |
2,523 | <s> package com . asakusafw . vocabulary . bulkloader ; import java . lang . annotation . Documented ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; @ Target ( { ElementType . T... | |
2,524 | <s> package de . fuberlin . wiwiss . d2rq . sql . types ; import de . fuberlin . wiwiss . d2rq . sql . vendor . Vendor ; | |
2,525 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . List ; import org . eclipse . core . resources . IContainer ; import org . rubypeople . rdt . internal . ui . RubyPluginImages ; import org . rubypeople . rdt . internal . ui . wizards . NewWizardMessages ; public class Add... | |
2,526 | <s> package de . fuberlin . wiwiss . d2rq . assembler ; import com . hp . hpl . jena . assembler . Assembler ; import com . hp . hpl . jena . assembler . Mode ; import com . hp . hpl . jena . assembler . assemblers . AssemblerBase ; import com . hp . hpl . jena . rdf . model . Resource ; import com . hp . hpl . jena . ... | |
2,527 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . IfStatement ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java... | |
2,528 | <s> package com . asakusafw . runtime . value ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . DataInputStream ; import java . io . DataOutputStream ; import java . io . IOExce... | |
2,529 | <s> package org . rubypeople . rdt . refactoring . classnodeprovider ; import java . util . ArrayList ; import java . util . Collection ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; import org . jruby . ast . ArrayNode ; import org . jruby . ast . FCallNode ; import or... | |
2,530 | <s> package org . rubypeople . rdt . internal . ui . wizards ; import org . eclipse . core . runtime . Platform ; import org . eclipse . jface . dialogs . IPageChangedListener ; import org . eclipse . jface . dialogs . PageChangedEvent ; import org . eclipse . jface . wizard . IWizardPage ; import org . eclipse . jface... | |
2,531 | <s> package com . asakusafw . compiler . flow . stage ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . List ; import org . junit . Test ; import com . asakusafw . compiler . common . Naming ; import com . asakusafw . compiler . flow . JobflowCompilerTestRoot ... | |
2,532 | <s> package org . rubypeople . rdt . internal . ui . preferences . formatter ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . FileReader ; import java . io . IOEx... | |
2,533 | <s> package net . sf . sveditor . core . db . index ; import java . util . ArrayList ; import java . util . List ; import java . util . Set ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . SVFileUtils ; import net . sf . sveditor . core . db . index . cache . ISVDBIndexCache ; im... | |
2,534 | <s> package org . rubypeople . rdt . refactoring . tests ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Properties ; import org . rubypeople . rdt . refactoring . d... | |
2,535 | <s> package com . asakusafw . modelgen . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . junit . Test ; imp... | |
2,536 | <s> package net . sf . sveditor . ui . editor ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . sveditor . core . db . ISVDBItemBase ; impo... | |
2,537 | <s> package de . fuberlin . wiwiss . d2rq . map ; import com . hp . hpl . jena . rdf . model . Property ; import com . hp . hpl . jena . rdf . model . Resource ; import de . fuberlin . wiwiss . d2rq . D2RQException ; import de . fuberlin . wiwiss . d2rq . pp . PrettyPrinter ; public abstract class MapObject { private R... | |
2,538 | <s> package com . asakusafw . yaess . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Properties ; import org . junit . Test ; public class ServiceProfileTest { @ Test public void load ( ) { Properties prop = new Propert... | |
2,539 | <s> package org . rubypeople . rdt . internal . ui . util ; import java . io . File ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . eclipse . core . resources . IProject ; import org . rubypeople . rdt . core . IRubyProject ; public class StackTraceLine { private static Patt... | |
2,540 | <s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; public class SVDBClassDecl extends SVDBScopeItem { public List < SVDBModIfcClassParam > fParams ; public SVDBTypeInfoClassType fClassType ; public SVDBTypeInfoClassType fSuperClass ; public SVDBClassDecl ( ) { thi... | |
2,541 | <s> package org . oddjob . monitor . actions ; import java . net . URL ; import org . oddjob . arooa . ArooaSession ; public class ResourceActionProvider implements ActionProvider { public static final String ACTION_FILE = "" ; private final ArooaSession session ; public ResourceActionProvider ( ArooaSession session ) ... | |
2,542 | <s> package org . rubypeople . rdt . refactoring . tests . core . splitlocal ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . Collection ; import junit . framework . TestCase ; import org . jruby . ast . DAsgnNode ; import org . jruby . ast . DVarNode ; import org . jru... | |
2,543 | <s> package org . rubypeople . rdt . debug . core . tests ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; import java . io . OutputStreamWriter ; import java . io . PipedInputStream ; import java . io . PipedOutputStream ; import java . io . PrintWriter ; im... | |
2,544 | <s> package com . asakusafw . testdriver . bulkloader ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . math . BigDecimal ; import java . sql . Connection ; import java . util . Arrays ; import java . util . Calendar ; import java . u... | |
2,545 | <s> package com . asakusafw . compiler . yaess . testing . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . yaess . testing . io . DummyInput ; import com . asakusafw . compiler . ya... | |
2,546 | <s> package org . springframework . social . google . api . impl ; import static java . util . Collections . singletonList ; import static org . codehaus . jackson . map . DeserializationConfig . Feature . FAIL_ON_UNKNOWN_PROPERTIES ; import static org . codehaus . jackson . map . SerializationConfig . Feature . WRITE_... | |
2,547 | <s> package de . fuberlin . wiwiss . d2rq . map ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import com . hp . hpl . jena . rdf . model . Property ; import com . hp . hpl . jena . rdf . model . Resource ; import de . fuberlin . wiwiss . d2rq . D2RQException ; ... | |
2,548 | <s> package org . oddjob . input ; import org . oddjob . arooa . design . screem . FileSelectionOptions ; public interface InputMedium { public void prompt ( String prompt , String defaultValue ) ; public void password ( String prompt ) ; public | |
2,549 | <s> package com . asakusafw . testdriver . core ; public class TesterDriver < T > implements TestRule { private final ModelTester < ? super T > verifier ; private final DataModelDefinition < ? extends T > definition ; public TesterDriver ( ModelTester < ? super T > verifier , DataModelDefinition < ? extends T > definit... | |
2,550 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; final class Util { private Util ( ) { return ; } static void notNull ( Object reference , String name ) { if ( refere... | |
2,551 | <s> package org . rubypeople . rdt . refactoring . core . generateaccessors ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private static final String BUNDLE_NAME = "" ; public static String AccessorsGenerator_Reader ; public static String AccessorsGenerator_Writer ; public static Stri... | |
2,552 | <s> package com . asakusafw . testdriver . excel ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . io . InputStream ; import java . util . EnumSet ; import org . apache . poi . hssf . usermodel . HSSFWorkbook ; import org . apache . p... | |
2,553 | <s> package com . asakusafw . utils . java . parser . javadoc ; import java . util . MissingResourceException ; import java . util | |
2,554 | <s> package com . asakusafw . dmdl . source ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . Reader ; import java . net . URI ; import java . nio . charset . Charset ; import java ... | |
2,555 | <s> package net . sf . sveditor . core . tests . content_assist ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . StringInputStream ; import net . sf . sveditor . core . content_assist . SVCompletionProposal ; import net... | |
2,556 | <s> package com . asakusafw . compiler . directio . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . directio . testing . model . Line ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class LineInput implements ... | |
2,557 | <s> package $ { package } . jobflow ; import $ { package } . modelgen . dmdl . | |
2,558 | <s> package org . rubypeople . rdt . core ; import org | |
2,559 | <s> package com . aptana . rdt . ui ; import org . eclipse . ui . plugin . AbstractUIPlugin ; import org . osgi . framework . BundleContext ; import org . rubypeople . rdt . core . RubyModelException ; import com . aptana . rdt . internal . ui . GemAutoInstallDialogJob ; public class AptanaRDTUIPlugin extends AbstractU... | |
2,560 | <s> package org . oddjob . values . properties ; import java . io . IOException ; import java . io . InputStream ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . util . Map ; import java . util . Properties ; import java . util . Set ; import java . util . TreeMap ; import ... | |
2,561 | <s> package com . asakusafw . compiler . operator . flow ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . List ; import javax . lang . model . element . PackageElement ; import javax . tools . Diagnostic ; import org . slf4j . Logger ; impor... | |
2,562 | <s> package br . com . caelum . vraptor . dash . statement ; import java . util . ArrayList ; import java . util . List ; import java . util . StringTokenizer ; import javax . persistence . Entity ; import javax . persistence . GeneratedValue ; import javax . persistence . Id ; import javax . persistence . Lob ; import... | |
2,563 | <s> package com . asakusafw . runtime . directio . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . nio . char... | |
2,564 | <s> package net . sf . sveditor . core . db ; public class SVDBDocComment extends SVDBItem { public String fRawComment ; public SVDBDocComment ( ) { super ( | |
2,565 | <s> package org . oddjob . persist ; import java . io . File ; import org . apache . log4j . Logger ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; import org . oddjob . arooa . life . ComponentPersistException ; import org . oddjob . arooa . registry . Path ; public class FilePersister extends ... | |
2,566 | <s> package org . rubypeople . rdt . internal . core . hierarchy ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . rubypeople .... | |
2,567 | <s> package com . asakusafw . windgate . core . vocabulary ; public enum JdbcProcess implements ConfigurationItem { JDBC_SUPPORT ( "jdbcSupport" , "" ) , TABLE ( "table" , "" ) , COLUMNS ( "columns" , "" ) , CONDITION ( "condition" , "" ) , OPERATION ( "operation" , "" ) , ; private final String key ; private final Str... | |
2,568 | <s> package org . springframework . samples . petclinic . validation ; import org . springframework . samples . petclinic . Visit ; import org . springframework . util . StringUtils ; import org . springframework . validation . Errors ; public class VisitValidator { public void validate ( Visit visit , Errors errors ) ... | |
2,569 | <s> package com . asakusafw . compiler . flow . processor . operator ; import java . util . Arrays ; import java . util . List ; import javax . annotation . Generated ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . model . Ex2 ; import com . asak... | |
2,570 | <s> package org . rubypeople . rdt . internal . ui . search ; import java . util . Collection ; import java . util . List ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . Position ; import org . jruby . ast . Node ; import org . rubypeople . rdt . core . IRubyElement ; public in... | |
2,571 | <s> package org . oddjob . jmx . server ; import javax . management . MBeanException ; import javax . management . MBeanInfo ; import javax . management . ReflectionException ; import org . oddjob . jmx . client . ClientHandlerResolver ; public interface ServerInterfaceManager { public ClientHandlerResolver < ? > [ ] a... | |
2,572 | <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... | |
2,573 | <s> package org . vaadin . teemu . clara . inflater ; @ SuppressWarnings ( "serial" ) public class LayoutInflaterException extends RuntimeException { public LayoutInflaterException ( String message ) { super ( message ) ; } public LayoutInflaterException ( String message , Throwable e ) { | |
2,574 | <s> package org . rubypeople . rdt . internal . debug . core . model ; import org . eclipse . debug . core . DebugException ; import org . eclipse . debug . core . model . IVariable ; import org . rubypeople . rdt . debug . core . model . IRubyValue ; public class RubyValue extends RubyDebugElement implements IRubyValu... | |
2,575 | <s> package org . rubypeople . rdt . internal . compiler . parser ; public abstract class ScannerHelper { public final static int MAX_OBVIOUS = 128 ; public final static int [ ] OBVIOUS_IDENT_CHAR_NATURES = new int [ MAX_OBVIOUS ] ; public final static int C_JLS_SPACE = 0x100 ; public final static int C_SPECIAL = 0x80 ... | |
2,576 | <s> package org . rubypeople . rdt . refactoring . tests . core . mergewithexternalclassparts . conditionchecks ; import junit . framework . Test ; import org . rubypeople . rdt . refactoring . tests . FileTestSuite ; public class TS_MergetWitExternalChecks extends FileTestSuite | |
2,577 | <s> package com . asakusafw . compiler . flow . mapreduce . copy ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . apache . hadoop . io . ... | |
2,578 | <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 . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class Line1Input implement... | |
2,579 | <s> package org . springframework . social . google . api . tasks ; public interface TaskOperations { TaskListsPage getTaskLists ( ) ; TaskList getTaskList ( String id ) ; TaskList saveTaskList ( | |
2,580 | <s> package net . sf . sveditor . core . db . index . cache ; import java . io . File ; | |
2,581 | <s> package net . sf . sveditor . core . db . index ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . InputStream ; public class InputStreamCopier { private InputStream fIn ; private ByteArrayOutputStream fOut ; public InputStreamC... | |
2,582 | <s> package com . asakusafw . runtime . io ; import java . io . Closeable ; import java . io . IOException ; import com . asakusafw . runtime . value . BooleanOption ; import com . asakusafw . runtime . value . ByteOption ; import com . asakusafw . runtime . value . DateOption ; import com . asakusafw . runtime . value... | |
2,583 | <s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . IRubyProject ; ... | |
2,584 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ExportTempImportTarget13 ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ Suppres... | |
2,585 | <s> package com . asakusafw . testdriver . core ; import | |
2,586 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . JobflowInstanceLock ; import com . asakusafw . runtime | |
2,587 | <s> package com . asakusafw . compiler . operator . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . operator . io . MockSummarizedInput ; import com . asakusafw . compiler . operato... | |
2,588 | <s> package org . rubypeople . rdt . internal . debug . ui . display ; import org . eclipse . core . runtime . PlatformObject ; import org . eclipse . debug . core . DebugEvent ; import org . eclipse . debug . core . DebugException ; import org . eclipse . debug . core . DebugPlugin ; import org . eclipse . debug . cor... | |
2,589 | <s> package com . asakusafw . compiler . fileio . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . fileio . io . ExSummarized2Input ; impor... | |
2,590 | <s> package org . rubypeople . rdt . internal . ui . rdocexport ; import java . io . BufferedReader ; import java . io . File ; import java . io . IOException ; import java . io . InputStreamReader ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . Iterator ; import java . util . Lis... | |
2,591 | <s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . search . ui . text . AbstractTextSearchViewPage ; import org . eclipse . swt . graphics . Image ; import org . rubypeople . rdt . internal . ui . RubyPluginImages ; class OccurrencesSearchLabelProvider extends TextSearchLabelProvider {... | |
2,592 | <s> package org . oddjob . jmx . handlers ; import java . lang . reflect . Method ; import javax . management . MBeanAttributeInfo ; import javax . management . MBeanNotificationInfo ; import javax . management . MBeanOperationInfo ; import org . oddjob . jmx . client . ClientHandlerResolver ; import org . oddjob . jmx... | |
2,593 | <s> package com . asakusafw . yaess . basic ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . Arr... | |
2,594 | <s> package com . asakusafw . runtime . stage ; import java . text . MessageFormat ; import com . asakusafw . runtime . util . VariableTable ; public final class StageConstants { public static final String PROP_USER = "" ; public static final String PROP_EXECUTION_ID = "" ; public static final String PROP_BATCH_ID = ""... | |
2,595 | <s> package com . asakusafw . testdriver ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . net . URL ; import java . net . URLClassLoader ; import org . junit . Assume ; import org . junit . Ignore ; import org . junit . Rule ; import org . ... | |
2,596 | <s> package net . sf . sveditor . core . scanutils ; import net . sf . sveditor . core . scanner . SVCharacter ; public abstract class AbstractTextScanner implements ITextScanner { protected StringBuilder fTmpBuffer ; protected StringBuilder fCaptureBuffer ; protected boolean fCaptureEnabled ; protected int fLineno ; p... | |
2,597 | <s> package org . rubypeople . rdt . internal . launching ; import org . eclipse . core . expressions . PropertyTester ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime... | |
2,598 | <s> package com . asakusafw . compiler . testing ; import java . io . File ; import java . util . List ; import java . util . Map ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . ExternalIoCommandProvider ; import com . asakusafw . compiler . flow . jobflow . Jobf... | |
2,599 | <s> package org . oddjob . designer . elements . schedule ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . SimpleTextAttribute ; import org . oddjob . arooa . de... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.