id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
2,300
<s> package net . sf . sveditor . core . srcgen ; import java . util . ArrayList ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import java . util . Set ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . ISVDBNamedItem ; imp...
2,301
<s> package net . sf . sveditor . ui . views . hierarchy ; import net . sf . sveditor . core . hierarchy . HierarchyTreeNode ; import net . sf . sveditor . ui . svcp . SVTreeLabelProvider ; import org . eclipse . jface . viewers . StyledString ; import org . eclipse
2,302
<s> package com . aptana . rdt . internal . ui . text ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . ...
2,303
<s> package com . asakusafw . windgate . core ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . TreeMap ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . a...
2,304
<s> package com . lmax . disruptor ; public interface ProducerBarrier < T extends AbstractEntry > { T nextEntry ( ) ; SequenceBatch nextEntries ( SequenceBatch sequenceBatch ) ; void commit ( T entry ) ; void
2,305
<s> package org . rubypeople . rdt . tests . all ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt . debug . core . tests . FTS_Debug ; public class TS_RdtAllFunctionalTests { public static
2,306
<s> package org . rubypeople . rdt . internal . ui . text . ruby . hover ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . StringTokenizer ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IConfigurationElem...
2,307
<s> package de . fuberlin . wiwiss . d2rq . server ; import java . io . IOException ; import java . io . OutputStreamWriter ; import javax . servlet . ServletOutputStream ; import javax . servlet . http . HttpServletRequest ; import javax . servlet . http . HttpServletResponse ; import com . hp . hpl . jena . rdf . mod...
2,308
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ImportTarget1Error ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWar...
2,309
<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 . utils . collections . Sets ; import com . asakusafw . vocabulary . flow . graph . Fl...
2,310
<s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse ....
2,311
<s> package org . oddjob . state ; import org . oddjob . FailedToStopException ; import org . oddjob . framework . SimultaneousStructural ; abstract public class StateReflector extends SimultaneousStructural { private static final long serialVersionUID = 20010082000L ; public void stop ( ) throws FailedToStopException ...
2,312
<s> package com . asakusafw . vocabulary . batch ; public class MiddleUnderConstructionBatch extends BatchDescription { @ Override protected void describe ( ) { run ( JobFlow1 . class ) . soon ( ) ; run (
2,313
<s> package org . oddjob . logging ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Helper ; import org . oddjob . framework . ComponentBoundry ; import org . oddjob . logging . log4j . Log4jArchiver ; public class OddjobNDCTest extends TestCase implements LogEnabled ...
2,314
<s> package org . rubypeople . rdt . refactoring . signatureprovider ; import java . util . ArrayList ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . nodewrapper . ArgsNodeWrapper ; import org . rubypeople . rdt . refactoring . util . Constants ; public class MethodSignature { private ...
2,315
<s> package org . rubypeople . rdt . refactoring . action ;
2,316
<s> package org . rubypeople . rdt . internal . ui . text ; import java . io . IOException ; import java . io . Reader ; public abstract class SingleCharReader extends Reader { public abstract int read ( ) throws IOException ; public int read ( char cbuf [ ] , int
2,317
<s> package com . asakusafw . compiler . yaess . testing . flow ; import com . asakusafw . compiler . yaess . testing . mock . MockExporterDescription ; import com . asakusafw . compiler . yaess . testing . mock . MockImporterDescription ; import com . asakusafw . compiler . yaess . testing . model . Dummy ; import com...
2,318
<s> package org . rubypeople . rdt . ui . text . ruby ; import java . util . Comparator ; import org . eclipse . jface . text . contentassist . ICompletionProposal ; import org . eclipse . jface . text . templates . TemplateProposal ; import org . rubypeople . rdt . internal . ui . text . ruby . AbstractRubyCompletionP...
2,319
<s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; public class SVDBModIfcInst extends SVDBFieldItem implements ISVDBChildParent { public SVDBTypeInfo fTypeInfo ; public List < SVDBModIfcInstItem > fInstList ; public SVDBModIfcInst ...
2,320
<s> package com . asakusafw . compiler . flow . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . flow . testing . model . ExSummarized ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class ExSummarizedInput imp...
2,321
<s> package com . asakusafw . utils . collections ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; public final class Lists { public static < E > List < E > create ( ) { return new ArrayList < E > ( ) ; } publ...
2,322
<s> package org . rubypeople . rdt . refactoring . core . renamefield ; import org . rubypeople . rdt . refactoring . core . IRefactoringContext ; import org . rubypeople . rdt . refactoring . core . IValidator ; import org . rubypeople . rdt . refactoring . core . RubyRefactoring ; import org . rubypeople . rdt . refa...
2,323
<s> package com . asakusafw . testtools ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; import junit . framework . Assert ; import org . junit . Test ; import test . inspector . SuccessInspector ; import com . asakusafw . testtools . inspect . Cause ; public class TestUtilsTest ...
2,324
<s> package org . rubypeople . rdt . internal . corext . util ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . rubypeople . rdt . core . Flags ; import org . rubypeople . rdt . core . IMember ; import org . rubypeople . rdt . core . IMethod ; import ...
2,325
<s> package org . oddjob . jmx . client ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ClassResolver ; public class SimpleHandlerResolver < T > implements ClientHandlerResolver < T > { private static final long serialVersionUID = 2009090500L ; private static final Logger logger = Logger . getLog...
2,326
<s> package net . sf . sveditor . core . db . stmt ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db .
2,327
<s> package net . sf . sveditor . ui . argfile . editor ; import java . util . ResourceBundle ; import net . sf . sveditor . core . log . ILogLevel ; import net . sf . sveditor . ui . SVUiPlugin ; import net . sf . sveditor . ui . argfile . editor . actions . OpenDeclarationAction ; import org . eclipse . swt . widgets...
2,328
<s> package com . asakusafw . compiler . flow . plan ; import java . util . List ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . utils . collections . Lists ; public class StageGraph { private FlowBlock input ; private FlowBlock output ; private List < StageBlock > stages ; public...
2,329
<s> package com . asakusafw . vocabulary . model ; 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 . TYPE ) @...
2,330
<s> package net . sf . sveditor . core . db . persistence ; import java . util . ArrayList ; import java . util . List ; import java . util . Set ; import net . sf . sveditor . core . db . SVDBItemType ; @ SuppressWarnings ( "rawtypes" ) public abstract class JITPersistenceDelegateBase extends SVDBPersistenceRWDelegate...
2,331
<s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . expr . SVDBExpr ; import net . sf . sveditor . core . db . expr . SVDBIdentifierExpr ; public class SVDBCoverCrossBinsSel extends SVDBItem { public SVDBExpr fSelectExpr ; public SVDBCoverCrossBinsSel ( ) { super ( "" , SVDBItemType ....
2,332
<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 . DesignValueBase ; import org . oddjob . arooa . design...
2,333
<s> package net . sf . sveditor . core . db . index ; import java . util . Map ; import net . sf . sveditor . core . db . index . cache . ISVDBIndexCache ; import net . sf . sveditor . core . log . LogFactory ; import org . eclipse . core . runtime . IProgressMonitor ; public class SVDBLibIndex extends AbstractSVDBInde...
2,334
<s> package org . rubypeople . rdt . refactoring . tests . util ; import junit . framework . TestCase ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . BlockNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . DefnNode ; import org . jruby . ast . DefsNode ; import org . jruby . ast...
2,335
<s> package com . asakusafw . compiler . batch . experimental ; import java . io . Closeable ; import java . io . File ; import java . io . IOException ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java . nio . charset . Charset ; import java . text ...
2,336
<s> package com . asakusafw . compiler . flow . stage ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . List ; import org . junit . Test ; import com . asakusafw . compiler . flow . JobflowCompilerTestRoot ; import com . asakus...
2,337
<s> package com . asakusafw . runtime . io . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Arrays ; import org . apache . hadoop . io . DataInputBuffer ; import org . apache . hadoop . io . DataOutputBuffer ; import or...
2,338
<s> package $ { package } . jobflow ; import java . util . Arrays ; import java . util . List ; import $ { package } . modelgen . dmdl . csv . AbstractCategorySummaryCsvOutputDescription ; public class CategorySummaryToCsv extends AbstractCategorySummaryCsvOutputDescription { @ Override public String getBasePath
2,339
<s> package com . asakusafw . cleaner . log ; import java . math . BigDecimal ; import java . text . MessageFormat ; import java . util . Date ; import java . util . HashMap ; import java . util . Map ; import org . apache . commons . lang . ArrayUtils ; import org . apache . commons . lang . ObjectUtils ; import org ....
2,340
<s> package com . asakusafw . vocabulary . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; import com . asakusafw . vocabulary . flow . Source ; import com .
2,341
<s> package org . oddjob . oddballs ; import java . io . File ; import java . net . URL ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Oddjob ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . OurDirs ; import org . oddjob . arooa . ArooaDescrip...
2,342
<s> package org . rubypeople . rdt . internal . ui . infoviews ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; import java . net . URL ; import org . eclipse . core . runtime . FileLocator ; import org . eclipse . core . runtime . ListenerList ; import org ....
2,343
<s> package de . fuberlin . wiwiss . d2rq . parser ; import java . util . Collections ; import java . util . HashSet ; import junit . framework . TestCase ; import com . hp . hpl . jena . rdf . model . Model ; import com . hp . hpl . jena . rdf . model . ModelFactory ; import com . hp . hpl . jena . rdf . model . Resou...
2,344
<s> package de . fuberlin . wiwiss . d2rq . sql . vendor ; import java . sql . Types ; import de . fuberlin . wiwiss . d2rq . map . Database ; import de . fuberlin . wiwiss . d2rq . sql . SQL ; import de . fuberlin . wiwiss . d2rq . sql . types . DataType ; import de . fuberlin . wiwiss . d2rq . sql . types . SQLBinary...
2,345
<s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . ConvertFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . ConvertFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . ConvertFlowFactory . W...
2,346
<s> package de . fuberlin . wiwiss . d2rq . vocab ; import com . hp . hpl . jena . rdf . model . * ; public class D2RConfig { private static Model m_model = ModelFactory . createDefaultModel ( ) ; public static final String NS = "" ; public static String getURI ( ) { return NS ; } public static final Resource NAMESPACE...
2,347
<s> package net . bioclipse . opentox . ui . wizards ; import java . net . URL ; import java . util . List ; import net . bioclipse . opentox . OpenToxService ; import org . eclipse . core . resources . IFile ; import org . eclipse . jface . viewers . IStructuredSelection ; import org . eclipse . jface . wizard . Wizar...
2,348
<s> package com . mcbans . firestar . mcbans . pluginInterface ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firestar . mcbans . Settings ; import org . bukkit . ChatColor ; import org . bukkit . entity . Player ; @ SuppressWarnings ( "unused" ) public class Kick implements Runnabl...
2,349
<s> package org . rubypeople . rdt . core . codeassist ; import java . util . Arrays ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . jruby . ast . Node ; import org . jruby . ast . RootNode ; import org . j...
2,350
<s> package net . sf . sveditor . core . batch . python ; import java . util . Properties ; import org . eclipse . core . runtime . Status ; import org . eclipse . equinox . app . IApplication ; import org . eclipse . equinox . app . IApplicationContext ; import org . python . core . PyDictionary ; import org . python ...
2,351
<s> package org . rubypeople . rdt . internal . core . search ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse . c...
2,352
<s> package org . rubypeople . rdt . internal . ui . preferences ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . preference . PreferenceStore ; import org . eclipse . jface . text . Assert ; import org . eclipse . jface . util . IPropertyChangeListener ; import org . ecli...
2,353
<s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . stmt . SVDBConstraintDistListItem ; import net . sf . sveditor . core . db . stmt . SVDBConstraintDistListStmt ; import net . sf . sveditor . core . db . stmt . SVDBConstraintSolveBeforeStmt ; public class SVExprIterator { pub...
2,354
<s> package org . oddjob . schedules . schedules ; import java . text . ParseException ; import java . util . Date ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . arooa . utils . DateHelper ; import org . oddjob . schedules . Interval ; import org . oddjob . schedule...
2,355
<s> package org . rubypeople . rdt . internal . ui . text . correction ; import org . eclipse . compare . rangedifferencer . IRangeComparator ; import org . eclipse . compare . rangedifferencer . RangeDifference ; import org . eclipse . compare . rangedifferencer . RangeDifferencer ; import org . eclipse . core . runti...
2,356
<s> package org . rubypeople . rdt . internal . formatter . rewriter ; import org . jruby . ast . NewlineNode ; import org . rubypeople . rdt . core
2,357
<s> package org . oddjob . state ; public class IsHardResetable implements StateCondition { @ Override public boolean test ( State state ) { return state . isReady ( ) || state . isComplete ( ) || state
2,358
<s> package org . rubypeople . rdt ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt . core . formatter . TC_EditableFormatHelper ; import org . rubypeople . rdt . core . formatter . TestReWriteVisitor ; import org . rubypeople . rdt . core . formatter . rewriter ....
2,359
<s> package org . oddjob . jmx . server ; import org . oddjob
2,360
<s> package org . vaadin . teemu . clara . inflater ; import java . util . Arrays ; import java . util . List ; public class PrimitiveAttributeParser implements AttributeParser { @ SuppressWarnings ( "unchecked" ) private static final List < Class < ? > > supportedClasses = Arrays . asList ( String . class , Object . c...
2,361
<s> package com . asakusafw . windgate . bootstrap ; import java . io . File ; import java . net . URI ; import java . text . MessageFormat ; import java . util . Arrays ; import java . util . List ; import java . util . Properties ; import org . apache . commons . cli . BasicParser ; import org . apache . commons . cl...
2,362
<s> package org . rubypeople . rdt . internal . core . search ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPr...
2,363
<s> package net . sf . sveditor . core . db . index ; import java . io . File ; public class SVDBPersistenceDescriptor { private File fDBFile ; private String fBaseLocation ; public SVDBPersistenceDescriptor ( File file ,
2,364
<s> package org . rubypeople . rdt . refactoring . core . mergeclasspartsinfile ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . refactoring
2,365
<s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . jface . viewers . LabelProvider ; import org . eclipse . search . ui . text
2,366
<s> package org . oddjob . framework ; import java . util . Map ; import junit . framework . TestCase ; import org . apache . commons . beanutils . PropertyUtils ; import org . oddjob . Describeable ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob ...
2,367
<s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . algebra . ...
2,368
<s> package net . bioclipse . opentox . api ; import java . io . IOException ; import java . security . GeneralSecurityException ; import java . util . HashMap ; import java . util . List ; import org . apache . commons . httpclient . HttpClient ; import org . apache . commons . httpclient . HttpException ; import org ...
2,369
<s> package com . asakusafw . yaess . basic ; import java . io . IOException ; import java . io . OutputStream ; import java . util . List ; import java . util . Map ; import com . asakusafw . yaess . core . ExecutionContext ; public interface ProcessExecutor {
2,370
<s> package org . rubypeople . rdt . internal . ui . packageview ; import org . eclipse . core . resources . IFolder ; import org . eclipse . jface . util . Assert ; import org . rubypeople . rdt . core . ISourceFolder ; import org . rubypeople . rdt . internal . ui . viewsupport . AppearanceAwareLabelProvider ; public...
2,371
<s> package org . oddjob . jmx . handlers ; import java . util . Map ; import javax . management . MBeanAttributeInfo ; import javax . management . MBeanException ; import javax . management . MBeanNotificationInfo ; import javax . management . MBeanOperationInfo ; import javax . management . ReflectionException ; impo...
2,372
<s> package net . sf . sveditor . core . db . persistence ; import java . io . DataInput ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net .
2,373
<s> package org . oddjob . util ; import java . io . IOException ; import java . io . OutputStream ; public class StreamPrinter { private static final byte [ ] EOL = System . getProperty ( "" ) . getBytes ( ) ; private final OutputStream out ; public StreamPrinter ( OutputStream out ) { if ( out == null ) { throw new N...
2,374
<s> package com . sun . tools . hat . internal . model ; import java . lang . ref . SoftReference ; import java . util . * ; import com . google . common . collect . ImmutableList ; import com . sun . tools . hat . internal . lang . ModelFactory ; import com . sun . tools . hat . internal . lang . ModelFactoryFactory ;...
2,375
<s> package org . rubypeople . rdt . refactoring . ui . pages ; import org . eclipse . swt . SWT ; import org . eclipse . swt . layout . GridData ; import org . eclipse . swt . layout . GridLayout ; import org . eclipse . swt . widgets . Button ; import org . eclipse . swt . widgets . Composite ; import org . eclipse ....
2,376
<s> package com . asakusafw . dmdl . windgate . csv . driver ; import java . text . SimpleDateFormat ; import com . asakusafw . dmdl . model . AstNode ; import com . asakusafw . dmdl . semantics . Trait ; import com . asakusafw . runtime . io . csv . CsvConfiguration ; import com . asakusafw . runtime . value . Date ; ...
2,377
<s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . SuperConstructorInvocat...
2,378
<s> package org . oddjob . designer . elements ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . DesignValueBase ; import org . oddjob . arooa . design . SimpleTe...
2,379
<s> package org . rubypeople . rdt . internal . ui . text . spelling . engine ; import java . net . MalformedURLException ; import java . net . URL ; import java . util . Locale ;
2,380
<s> package com . asakusafw . compiler . fileio . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . fileio . io . ExJoinedInput ; import com . asakusafw . compiler . fileio . io . ExJ...
2,381
<s> package org . rubypeople . rdt . internal . core ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IMarkerDelta ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IResourceDelta ; im...
2,382
<s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBWhileStmt extends SVDBBodyStmt { public SVDBExpr fCond ; public SVDBWhileStmt ( ) { super ( SVDBItemType . WhileStmt ) ; } public SVDBW...
2,383
<s> package com . pogofish . jadt . samples . visitor ; import java . io . PrintWriter ; public class ColorEnumExamples { public void printString ( ColorEnum color , PrintWriter writer ) { switch ( color ) { case Red : writer . print ( "red" ) ; break ; case Green : writer . print ( "green" ) ;
2,384
<s> package org . rubypeople . rdt . internal . ui . text . correction ; import org . jruby . ast . Node ; import org . jruby . ast . RootNode ; import org . rubypeople . rdt . core . IRubyScript ; import org . rubypeople . rdt . internal . ti . util . ClosestSpanningNodeLocator ; import org . rubypeople . rdt . intern...
2,385
<s> package com . asakusafw . windgate . stream ; import java . io . IOException ; import java . io . OutputStream ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; public class MockOutputStreamProvider extends OutputStreamProvider { private final Iterator < ? extends Stream...
2,386
<s> package org . oddjob . designer . components ; 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 ; import org . ...
2,387
<s> package net . sf . sveditor . core . db . search ; import net . sf . sveditor . core . db . ISVDBNamedItem ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBFindByNameMatcher implements ISVDBFindNameMatcher { private SVDBItemType fTypes [ ] ; public SVDBFindByNameMatcher ( SVDBItemType ... ...
2,388
<s> package com . asakusafw . bulkloader . cache ; import java . sql . Connection ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Statement ; import java . sql . Timestamp ; import java . text . MessageFormat ; import java . util . ArrayLi...
2,389
<s> package com . asakusafw . compiler . flow . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . flow . testing . model . KeyConflict ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final
2,390
<s> package org . rubypeople . rdt . internal . ui . wizards ; import java . text . Collator ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; impor...
2,391
<s> package com . asakusafw . bulkloader . cache ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . concurrent . Callable ; ...
2,392
<s> package de . fuberlin . wiwiss . d2rq . sql ; import java . sql . ResultSet ; import java . sql . ResultSetMetaData ; import java . sql . SQLException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; impo...
2,393
<s> package com . aptana . rdt . core . gems ; import org . eclipse . core
2,394
<s> package org . rubypeople . rdt . internal . corext . util ; import java . util . HashMap ; import java . util . Map ; import org . rubypeople . rdt . core . IMethod ; import org . rubypeople . rdt . core . IType ; import org . rubypeople . rdt . core . ITypeHierarchy ; import org . rubypeople . rdt . core . RubyMod...
2,395
<s> package org . rubypeople . rdt . internal . core . index ; import org . rubypeople . rdt . core . search . SearchPattern ; import org . rubypeople . rdt . internal . compiler . util . HashtableOfObject ; import org . rubypeople . rdt . internal . compiler . util . SimpleLookupTable ; import org . rubypeople . rdt ....
2,396
<s> package net . sf . sveditor . core . parser ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import java . util . Stack ; import net . sf . sveditor . core . db . SVDBLocation ; import net . sf . sveditor . core . log . LogFactory ; import net ...
2,397
<s> package org . rubypeople . rdt . internal . core . util ; import junit . framework . TestCase ; import org . jruby . ast . Node ; import org . rubypeople . rdt . internal . core . parser . ClosestNodeLocator ; import org . rubypeople . rdt . internal . core . parser . RubyParser ; public class ASTUtilTest extends T...
2,398
<s> package com . asakusafw . testdriver . excel ; public enum RuleSheetFormat { FORMAT ( "Format" , 0 , 0 ) , TOTAL_CONDITION ( "-UNK-" , 1 , 0 ) , PROPERTY_NAME ( "-UNK-" , 2 , 0 ) , VALUE_CONDITION ( "-UNK-" , 2 , 1 ) , NULLITY_CONDITION ( "NULL-UNK-" , 2 , 2
2,399
<s> package org . springframework . samples . petclinic ; import javax . persistence . Basic ; import javax . persistence . Entity ; import javax . persistence . GeneratedValue ; import javax . persistence . GenerationType ; import javax . persistence . Id ; import javax . persistence . Table ; import org . hibernate ....