id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
400
<s> package net . sf . sveditor . core ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IProjectNature ; import org . eclipse . core . runtime . CoreException ; public class SVProjectNature implements IProjectNature { private IProject fProject ; public void configure
401
<s> package org . rubypeople . rdt . refactoring . tests . core ; import junit . framework . TestCase ; import org . rubypeople . rdt . refactoring . core . IRefactoringConditionChecker ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . core . Refac...
402
<s> package org . oddjob . sql ; import java . io . InputStream ; import java . sql . Blob ; import java . sql . Connection ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . util . ArrayList ; import java . util . List ; import org . apache . log4...
403
<s> package com . asakusafw . vocabulary . batch ; import java . util . regex .
404
<s> package org . rubypeople . rdt . internal . ui . browsing ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . jface . viewers . ITreeContentProvider ; import org . eclipse . jface . viewers . ViewerFilter ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . s...
405
<s> package com . asakusafw . bulkloader . common ; import java . io . File ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . f...
406
<s> package net . sf . sveditor . ui . wizards ; import net . sf . sveditor . core . srcgen . NewClassGenerator ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . core .
407
<s> package com . asakusafw . dmdl . directio . csv . driver ; 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 . math ...
408
<s> package org . rubypeople . rdt . internal . corext . util ; import org . rubypeople . rdt . core . IRubyElement ; import
409
<s> package net . ggtools . grand . ui . graph ; import java . io . File ; import java . util . Map ; import java . util . Properties ; import net . ggtools . grand . ant . AntProject ; import net . ggtools . grand . exceptions . GrandException ; import net . ggtools . grand . graph . Graph ; import net . ggtools . gra...
410
<s> package org . rubypeople . rdt . internal . testunit . ui ; import org . eclipse . jface . action . Action ; public class ScrollLockAction extends Action { private TestUnitView fRunnerViewPart ; public ScrollLockAction ( TestUnitView viewer ) { super ( TestUnitMessages . ScrollLockAction_action_label ) ; fRunnerVie...
411
<s> package com . asakusafw . dmdl . windgate . csv . driver ; import java . text . SimpleDateFormat ; import java . util . Map ; import com . asakusafw . dmdl . Diagnostic ; import com . asakusafw . dmdl . Diagnostic . Level ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model...
412
<s> package com . asakusafw . compiler . tool . analysis ; import java . io . IOException ; import java . io . OutputStream ; import java . nio . charset . Charset ; import java . text . MessageFormat ; import java . util . Collection ; import java . util . List ; import org . slf4j . Logger ; import org . slf4j . Logg...
413
<s> package net . sf . sveditor . core . db . index . plugin_lib ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . index . ISVDBIndex ; import net . sf . sveditor . core . db . index . ISVDBIndexFactory ; import net . sf . sveditor . core . db . index . SVDBIndexConfig ; impo...
414
<s> package com . asakusafw . dmdl . thundergate . view ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import org . junit . Test ; import com . asakusafw . dmdl . thundergate . model . Aggregator ; import com . asakusafw . dmdl . thundergate . view...
415
<s> package org . oddjob . scheduling ; import java . io . Serializable ; import java . util . LinkedHashMap ; import java . util . Map ; public class ScheduleSummary implements Serializable { private static final long serialVersionUID = 20051117 ; private String id ; private Map < String
416
<s> package com . asakusafw . testdriver . bulkloader ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Arrays ; import java . util . List ; import org . junit . Rule ; import org . junit . Test ; import com . asakusafw . runti...
417
<s> package com . asakusafw . testdriver ; import java . io . File ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Collections ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . flow . FlowDescriptionDriver ; import com ....
418
<s> package com . pogofish . jadt . parser . javacc ; import java . io . Reader ; import com . pogofish . jadt . parser . ParserImplFactory ; public class JavaCCParserImplFactory implements
419
<s> package com . asakusafw . thundergate . runtime . cache . mapreduce ; import java . io . IOException ; import org . apache . hadoop . io . NullWritable ; import org . apache . hadoop . mapreduce . Mapper ; import com . asakusafw . thundergate . runtime . cache . ThunderGateCacheSupport ; public class DeleteMapper e...
420
<s> package org . oddjob . framework ; import org . apache . commons . beanutils . ConversionException ; import org . apache . commons . beanutils . DynaBean ; import org . apache . commons . beanutils . DynaProperty ; import org . apache . commons . beanutils . PropertyUtils ; import org . oddjob . arooa . reflect . A...
421
<s> package org . rubypeople . rdt . refactoring . core . renamefield ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import java . util . LinkedHashMap ; import org . jruby . ast . ArrayNode ; import org . jruby . ast . ClassVarAsgnNode ; import org . jruby . ast . C...
422
<s> package net . ggtools . grand . ui . graph ; import net . ggtools . grand . ant . AntTargetNode . SourceElement ; import net . ggtools . grand .
423
<s> package org . rubypeople . rdt . internal . ui . workingsets ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashMap ; import java . util . IdentityHashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Map ...
424
<s> package org . rubypeople . rdt . refactoring . core . splitlocal ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . core . RefactoringConditionChecker ; public class SplitLocalConditionChecker extends RefactoringConditionChecker { private SplitL...
425
<s> package com . asakusafw . compiler . flow . processor ; import java . util . List ; import java . util . Set ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . flow . DataClass ; import com . asakusafw . compiler . flow . DataClass . Property ; import com . asakusafw...
426
<s> package com . asakusafw . dmdl . thundergate . model ; import java . text . MessageFormat ; import java . util . List ; public class TableModelDescription extends ModelDescription { public TableModelDescription ( ModelReference reference , List < ModelProperty > properties ) { super ( reference , properties ) ; for...
427
<s> package org . rubypeople . rdt . internal . ui . util ; import junit . framework . Test ; import junit . framework . TestSuite ; public class InternalUIUtilTests { public static Test suite ( ) { TestSuite suite = new TestSuite ( "" ) ; suite . addTestSuite ( TwoArrayQuickSorterTest
428
<s> package org . oddjob . io ; import java . io . IOException ; import java . io . OutputStream ; import java . util . ArrayList ; import java . util . List ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . types . ValueFactory ; public class TeeType implements ValueFac...
429
<s> package org . rubypeople . rdt . internal . ui . actions ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . util . Assert ; import org . eclipse . jface . viewers . TableViewer ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . internal . ui . IRubyHelpContextI...
430
<s> package d2rq ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . PrintStream ; import jena . cmdline . ArgDecl ; import jena . cmdline . CommandLine ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactor...
431
<s> package org . oddjob . jmx . server ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import javax . management . MalformedObjectNameException ; import javax . management . Notification ; import javax . management . ObjectName ; import junit . f...
432
<s> package com . asakusafw . windgate . file . resource ; import static org . hamcrest . CoreMatchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . ObjectOutputStream ; import java . util . Arrays ; imp...
433
<s> package org . oddjob . jmx . server ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . oddjob . jmx . JMXServer...
434
<s> package com . pogofish . jadt . samples . visitor ; import java . io . PrintWriter ; public class ColorExamples { public void printString ( Color color
435
<s> package org . oddjob . jmx ; import java . util . HashMap ; import java . util . Map ; import javax . management . MBeanServerConnection ; import javax . management . remote . JMXConnector ; import javax . management . remote . JMXConnectorFactory ; import javax . management . remote . JMXServiceURL ; import junit ...
436
<s> package com . aptana . rdt . core . gems ; import java . util . List ; import java . util . Set ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; impor...
437
<s> package net . sf . sveditor . core . scanner ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . eclipse . core . runtime . NullProgressMonitor ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . co...
438
<s> package org . rubypeople . rdt . internal . testunit . util ; import org . eclipse . core . runtime . Assert ; import org . eclipse . core . runtime . IStatus ; import org . rubypeople . rdt . internal . testunit . ui . TestunitPlugin ; public class TestUnitStatus implements IStatus { private String fStatusMessage ...
439
<s> package com . asakusafw . compiler . flow . processor . operator ; import java . util . List ; import com . asakusafw . compiler . flow . processor . MasterJoinFlowProcessor ; import com . asakusafw . compiler . flow . testing . model .
440
<s> package org . rubypeople . rdt . refactoring . action ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . action . MenuManager ; import org . eclipse . ui . actions . ActionGroup ; import org . rubypeople . rdt . refactoring . core . IRefactoringContext ; import org . rubypeople ...
441
<s> package com . asakusafw . yaess . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Properties ; import ...
442
<s> package net . sf . sveditor . core . docs . html ; public interface IHTMLIcons { String OBJ_ICONS = "" ; String MODULE_OBJ = OBJ_ICONS + "" ; String INT_OBJ = OBJ_ICONS + "int_obj.gif" ; String CLASS_OBJ = OBJ_ICONS
443
<s> package org . rubypeople . rdt . internal . ui . dialogs ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . swt . SWT ; import org . eclipse . swt . custom . CLabel ; import org . eclipse . swt . graphics . Color ; import org . eclipse . swt . graphics . Image ; import org . eclipse . swt . ...
444
<s> package com . asakusafw . dmdl . windgate . common . driver ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . List ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . java . jsr199 . testing . VolatileJavaFile ; import com . asakusafw . ut...
445
<s> package org . oddjob . launch ; import java . io . File ; import java . io . IOException ; import java . util . Arrays ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; public class FileSpecTest extends TestCase { private static final Logger logger = Logger . getLogger ( FileSpecTest . ...
446
<s> package org . rubypeople . rdt . internal . ui . refactoring ; import org . eclipse . core . runtime . IAdapterFactory ; import org . eclipse . ltk . core . refactoring . TextEditBasedChange ; import org . eclipse . ltk
447
<s> import java . awt . HeadlessException ; import java . awt . Image ; import java . awt . Toolkit ; import java . awt . TrayIcon ; import java . awt . datatransfer . Clipboard ; import java . awt . datatransfer . DataFlavor ; import java . awt . datatransfer . StringSelection ; import java . awt . datatransfer . Tran...
448
<s> package de . fuberlin . wiwiss . d2rq . helpers ; import java . util . Arrays ; import java . util . Collection ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import java . util . Set ; import junit . framework ....
449
<s> package net . sf . sveditor . core . tests . index . cache ; import junit . framework . Test ; import junit . framework . TestSuite ; public class IndexCacheTests extends TestSuite { public static Test suite ( ) { TestSuite suite = new TestSuite ( "IndexTests" ) ; suite . addTest
450
<s> package com . asakusafw . yaess . bootstrap ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . WeakHashMap ; public class SerialExecutionTracker implements ExecutionTracker { private stati...
451
<s> package org . rubypeople . rdt . refactoring . nodewrapper ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . ArgumentNode ; import org . jruby . ast . BlockArgNode ; import org . jruby . ast . ListNode ; import org . jruby . ast . R...
452
<s> package org . oddjob . util ; import java . io . File ; import java . io . IOException ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . net . URISyntaxException ; import java . net . URL ; import java . net . URLClassLoader ; import java . util . Arr...
453
<s> package com . asakusafw . bulkloader . common ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . sql . Connection ; import java . sql . DriverManager ; import java . sql . PreparedStatement ; import java . sql . ...
454
<s> package com . melloware . jintellitype ; public interface JIntellitypeConstants { public static final String ERROR_MESSAGE = "" ; public static final int MOD_ALT = 1 ; public static final int MOD_CONTROL = 2 ; public static final int MOD_SHIFT = 4 ; public static final int MOD_WIN = 8 ; public static final int APPC...
455
<s> package net . bioclipse . opentox . ds . wizards ; import java . util . List ; import java . util . Map ; import net . bioclipse . opentox . ds . OpenToxModel ; import org . eclipse . jface . wizard . IWizardPage ; import
456
<s> package com . asakusafw . yaess . jobqueue ; import static com . asakusafw . yaess . jobqueue . client . JobStatus . Kind . * ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; imp...
457
<s> package org . rubypeople . rdt . astviewer . views ; import java . util . ArrayList ; import java . util . Iterator ; import org . jruby . ast . NewlineNode ; import org . jruby . ast . Node ; import org . jruby . ast . RootNode ; public class AstUtility { public static ArrayList < Node > findAllNodes ( Node rootNo...
458
<s> package com . asakusafw . testdriver . directio ; import java . io . IOException ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . testdriver . core . BaseImporterPreparator ; import com . asakusafw . testdriver . core...
459
<s> package org . rubypeople . rdt . ui . wizards ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runti...
460
<s> package com . asakusafw . compiler . flow . jobflow ; import java . io . IOException ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com ...
461
<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 . IndexedD...
462
<s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import java . util . ResourceBundle ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . text . ITextOperationTarget ; import org . eclipse . jface . text . Position ; import org . eclipse . jface . text . source . Annotatio...
463
<s> package com . asakusafw . utils . java . model . util ; import java . io . File ; import java . io . IOException ; import java . io . PrintWriter ; import java . nio . charset . Charset ; import java . text . MessageFormat ; import com . asakusafw . utils . java . model . syntax . Name ; import com . asakusafw . ut...
464
<s> package com . asakusafw . compiler . flow . plan ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import org . junit . Test ...
465
<s> package org . oddjob . jmx . general ; import javax . management . MBeanServerConnection ; import org . oddjob . arooa
466
<s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstModelMapping extends AbstractAstNode { private final Region region ; public final List < AstPropertyMapping > properties ; public AstMo...
467
<s> package org . oddjob . framework ; import junit . framework . TestCase ; import org . oddjob . FailedToStopException ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . standard . StandardArooaSession ; public class ServiceStrategiesTest extends TestCase { ArooaSession session = new Standar...
468
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IRe...
469
<s> package com . postmark . java ; public class PostmarkException extends Exception { private static final long serialVersionUID = 8742554283535762204L ; private PostmarkResponse response ; public PostmarkException ( Throwable cause ) { super
470
<s> package org . springframework . samples . petclinic . web ; import org . springframework . beans . factory . annotation . Autowired ; import org . springframework . samples . petclinic . Clinic ; import org . springframework . samples . petclinic . Owner ; import org . springframework . samples . petclinic . valida...
471
<s> package com . asakusafw . compiler . flow . model ; import java . lang . reflect . Method ; import java . text . MessageFormat ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import com . asakusafw . compiler . common . JavaName ; import ...
472
<s> package org . rubypeople . rdt . refactoring . core . extractconstant ; import org . jruby . ast . ArrayNode ; import org . jruby . ast . BignumNode ; import org . jruby . ast . FalseNode ; import org . jruby . ast . FixnumNode ; import org . jruby . ast . HashNode ; import org . jruby . ast . NilNode ; import org ...
473
<s> package net . sf . sveditor . ui . text ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . ui . editor . SVEditor ; import net . sf . sveditor . ui . svcp . SVDBDecoratingLabelProvider ; import net . sf . sveditor . ui . svcp ....
474
<s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; import java . io . Serializable ; import java . text . MessageFormat ; public class IrLocation implements Serializable { private static final long serialVersionUID = 1L ; private final int startPosition ; private final int length ; public I...
475
<s> package com . asakusafw . bulkloader . tools ; import static org . junit . Assert . * ; import java . io . File ; import java . util . Arrays ; import java . util . List ; import java . util . Properties ; import org . junit . After ; import org . junit . AfterClass ; import org . junit . Before ; import org . juni...
476
<s> package org . rubypeople . rdt . internal . ui . text . comment ; 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 . j...
477
<s> package org . oddjob . io ; import java . io . FilterOutputStream ; import java . io . IOException ; import java . io . OutputStream ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa .
478
<s> package com . asakusafw . modelgen . util ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . EnumSet ; import java . util . List ; import java . util . Set ; import com . asakusafw . modelgen . model . Aggregator ; import com . asakusafw . modelgen . model . Attribute ; imp...
479
<s> package com . asakusafw . compiler . fileio . io ; import java . io . IOException ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io
480
<s> package org . rubypeople . rdt . internal . corext . template . ruby ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . Document ; import org . ec...
481
<s> package com . asakusafw . compiler . testing . flow ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . testing . TemporaryOutputDescription ; public class Out1ExporterDesc extends
482
<s> package com . asakusafw . testdriver . testing . operator ; import com . asakusafw . testdriver . testing . model . Simple ; import com . asakusafw . vocabulary . operator . Update ; public abstract class SimpleOperator { @ Update public void setValue (
483
<s> package com . asakusafw . dmdl . thundergate . model ; public class BasicType implements PropertyType { private PropertyTypeKind kind ; public BasicType ( PropertyTypeKind kind ) { if ( kind == null ) { throw new IllegalArgumentException ( "" ) ; } if ( kind . variant ) { throw new IllegalArgumentException ( "" ) ;...
484
<s> package de . fuberlin . wiwiss . d2rq ; import com . hp . hpl . jena . util . FileManager ; import de . fuberlin . wiwiss . d2rq . jena . GraphD2RQ ; import de . fuberlin . wiwiss . d2rq . jena . ModelD2RQ ; import junit . framework . TestCase ; public class JenaAPITest extends TestCase { public void testCopyPrefix...
485
<s> package org . oddjob . beanbus ; import java . util . ArrayList ; import java . util . List ; import org . apache . log4j . Logger ; public class SimpleBus < T > implements BeanBus { private static final Logger logger = Logger . getLogger ( SimpleBus . class ) ; private Driver < ? extends T > driver ; private Stage...
486
<s> package org . oddjob . jmx . server ; import java . util . ArrayList ; import java . util . List ; import javax . management . MBeanOperationInfo ; import javax . management . MBeanParameterInfo ; public class JMXOperationPlus < T > extends JMXOperation < T > { private final String actionName ; private final Class ...
487
<s> package com . asakusafw . runtime . stage . collector ; 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 ; i...
488
<s> package com . asakusafw . bulkloader . transfer ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . apache . commons . io . IOUtils ; import com . asakusafw . b...
489
<s> package com . asakusafw . dmdl . thundergate ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . List ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . java . jsr199 . testing . VolatileJavaFile ; import com . asakusafw . utils . java . mo...
490
<s> package org . rubypeople . rdt . ui ; import java . io . File ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IProject ; import...
491
<s> package org . oddjob . designer . view ; import org . oddjob . arooa . design . screem . BorderedGroup ; import org . oddjob . arooa . design . screem . FieldSelection ; import org . oddjob . arooa . design . screem . FormItem ; import org . oddjob . arooa . design . screem . MultiTypeTable ; import org . oddjob . ...
492
<s> package com . asakusafw . yaess . basic ; import java . io . IOException ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . runtime . core . context . SimulationSupport ; import com . asakusafw . yaess . core . ExecutionContext ; import...
493
<s> package org . oddjob . framework ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . io . Serializable ; import java . util . concurrent . Callable ; import java . util . concurrent . atomic . AtomicReference ; import org . apache . commons...
494
<s> package com . sun . tools . hat . internal . model ;
495
<s> package com . aptana . rdt . internal . parser . warnings ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . DefnNode ; import org . jruby . ast . Li...
496
<s> package com . asakusafw . bulkloader . cache ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import java . text . ParseException ; import java . text . SimpleDateFormat ; import java . util ...
497
<s> package net . sf . sveditor . core . db . search ; import net . sf . sveditor . core . db . ISVDBNamedItem ; import net .
498
<s> package de . fuberlin . wiwiss . d2rq . nodes ; import java . util . Arrays ; import junit . framework . TestCase ; import com . hp . hpl . jena . datatypes . xsd . XSDDatatype ; import com . hp . hpl . jena . graph . Node ; import com . hp . hpl . jena . rdf . model . AnonId ; import de . fuberlin . wiwiss . d2rq ...
499
<s> package com . asakusafw . testdriver . core ; import java . math . BigDecimal ; import java . math . BigInteger ; public abstract class DataModelScanner < C , E extends Throwable > { public void scan ( DataModelDefinition < ? > definition , C context ) throws E { if ( definition == null ) { throw new IllegalArgumen...