id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
500
<s> package edsdk . utils . commands ; import java . awt . image . BufferedImage ; import edsdk . utils . CanonTask ; import edsdk . utils . CanonUtils ; public class LiveViewTask { public static class Begin extends CanonTask < Boolean > { @ Override public void run ( ) { setResult ( CanonUtils . beginLiveView ( camera...
501
<s> package com . asakusafw . runtime . directio . hadoop ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Coll...
502
<s> package org . rubypeople . rdt . refactoring . core . generateaccessors ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . BlockNode ; import org . jruby . ast . FCallNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . core . NodeFactor...
503
<s> package com . asakusafw . windgate . stream ; import java . io . IOException ; import java . io . InputStream ; public final class CountingInputStream extends InputStream { private final InputStream target ; private long count ; public CountingInputStream ( InputStream target ) { if ( target == null ) { throw new I...
504
<s> package test . modelgen . table . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import javax . annotation . Generated ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . LongOption ; import com . asakusafw . vocabulary...
505
<s> package org . rubypeople . rdt . internal . debug . core . model ; import java . io . File ; import java . io . FileWriter ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . ArrayList ; import java . util . List ; import java . util . Set ; import java . util . TreeSet ; import...
506
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ImportTarget2Rl ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ SuppressWarnings...
507
<s> package com . asakusafw . compiler . operator . 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 . operator . io . MockKeyValue1Input ; i...
508
<s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . resources . IProject ; import...
509
<s> package test . modelgen . table . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import javax . annotation . Generated ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . DateT...
510
<s> package com . asakusafw . vocabulary . operator ; 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 ; import com . asakusafw . vocab...
511
<s> package net . sf . sveditor . core . tests ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . Map . Entry ; import net . sf . sveditor . core . db . index . ISVDBFileSystemChangeListener ; imp...
512
<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...
513
<s> package org . oddjob . jmx . server ; import org . oddjob . jmx . RemoteOperation ; public class MBeanOperation extends RemoteOperation < Object > { private final String actionName ; private final String [ ] signature ; public MBeanOperation ( String actionName , String [
514
<s> package org . rubypeople . rdt . internal . codeassist ; import java . util . List ; import org . jruby . ast . ClassNode ; import org . jruby . ast . CommentNode ; import org . jruby . ast . MethodDefNode ; import org . jruby . ast . ModuleNode ; import org . jruby . ast . Node ; import org . jruby . parser . Ruby...
515
<s> package org . oddjob . state ; import junit . framework . TestCase ; public class StructuralStateConverterTest extends TestCase { public void testConvert ( ) { ParentStateConverter test = new ParentStateConverter ( ) ; assertEquals ( ParentState . READY , test . toStructuralState ( JobState . READY ) ) ; assertEqua...
516
<s> package net . sf . sveditor . core . db . refs ; 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 . SVDBLocation ; public class SVDBRefFinder extends Abstra...
517
<s> package test . modelgen . table . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import javax . annotation . Generated ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . DateT...
518
<s> package com . asakusafw . compiler . flow . visualizer ; import java . util . UUID ; public interface VisualNode { Kind getKind ( ) ; UUID getId ( ) ;
519
<s> package com . aptana . rdt . internal . ui . preferences ; import org . eclipse . osgi . util . NLS ; public class PreferencesMessages extends NLS { private static final String BUNDLE_NAME = PreferencesMessages . class . getName ( ) ; public static String LicenseConfigurationBlock_company_name_label ; public static...
520
<s> package com . sun . tools . hat . internal . parser ; import java . io . IOException ; import java . io . RandomAccessFile ; class FileReadBuffer implements ReadBuffer { private final RandomAccessFile file ; FileReadBuffer ( RandomAccessFile file ) { this . file = file ; } private void seek ( long pos ) throws IOEx...
521
<s> package org . rubypeople . rdt . internal . ui . preferences ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Control ; import org . eclipse . ui . preferences . IWork...
522
<s> package net . sf . sveditor . core . db . search ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; public class SVDBSearchSpecification { private String fExpr ; private boolean fCaseSensitive ; private boolean fRegExp ; private SVDBSearchType fType ; private SVDBSearchUsage fUsage ; pr...
523
<s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . ui . IWorkbenchSite ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . core . IField ; import org . rubypeople . rdt . core . search . IRubySearchConstants ; import org . rubypeople . rdt . internal . ui . IRubyHelpContex...
524
<s> package com . asakusafw . compiler . flow . mapreduce . parallel ; import java . util . List ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . DataClass ; import com . asakusafw . compiler . flow . DataClass . Property ; public class ResolvedSlot { private Slot...
525
<s> package hudson . jbpm . model ; import hudson . jbpm . ProcessClassLoaderCache ; import hudson . model . Action ; import hudson . model . Hudson ; import java . io . IOException ; import java . lang . reflect . InvocationTargetException ; import javax . servlet . ServletException ; import org . acegisecurity . user...
526
<s> package com . asakusafw . dmdl . spi ; import com . asakusafw . dmdl
527
<s> package net . sf . sveditor . core ; import java . io . IOException ; import java . io . InputStream ; import java . io . StringReader ; public class StringInputStream extends InputStream { private StringReader fReader ; private int fLastC ; public StringInputStream ( String content ) { fReader
528
<s> package org . oddjob . jmx . server ; import java . util . ArrayList ; import java . util . List ; import org . oddjob . logging . ConsoleArchiver ; import org . oddjob . logging . LogArchiver ; import org . oddjob . logging . LogEvent ; import org . oddjob . logging . LogLevel ; import org . oddjob . logging . Log...
529
<s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . BranchFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . MasterBranchFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . MasterBranchFlowFa...
530
<s> package org . rubypeople . rdt . internal . core . util ; import java . util . Map ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . TextUtilities ; import org . eclipse . text . edits . InsertEdit ; import org . eclipse . text . edits . MultiTextEdit ; import org . eclipse ....
531
<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 . ...
532
<s> package net . sf . sveditor . core . tests . index ; import java . io . File ; import java . io . InputStream ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . index . AbstractSVDBIn...
533
<s> package de . fuberlin . wiwiss . d2rq . vocab ; import com . hp . hpl . jena . rdf . model . * ; public class ISWC { private static Model m_model = ModelFactory . createDefaultModel ( ) ; public static final String NS = "" ; public static String getURI ( ) { return NS ; } public static final Resource NAMESPACE = m_...
534
<s> package com . asakusafw . yaess . jobqueue ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . HashMap ; import java . util . Map ; import java . util . concurrent . Callable ; import java . util . concurrent . CancellationException ; impor...
535
<s> package com . asakusafw . dmdl . thundergate . model ; import java . text . MessageFormat ; public class ModelReference { private String simpleName ; public ModelReference ( String simpleName ) { if ( simpleName == null ) { throw new IllegalArgumentException ( ""
536
<s> package net . sf . sveditor . ui . wizards ; import net . sf . sveditor . core . srcgen . NewInterfaceGenerator ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . runtime . IProgressMonitor ; public class NewSVInterfaceWizard extends Abst...
537
<s> package net . sf . sveditor . core . scanner ; import java . io . File ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Set ; import net . sf . sveditor . core . db . ISVDBItemBase ; import ne...
538
<s> package com . asakusafw . compiler . operator ; import java . lang . annotation . Annotation ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import javax . lang . model . element . ExecutableElement ; import javax . lang . model . element . VariableElement ; import jav...
539
<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 . util . CoreOperatorFactory ;
540
<s> package com . asakusafw . yaess . core . task ; import java . io . IOException ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yaess
541
<s> package de . fuberlin . wiwiss . d2rq . engine ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; import com . hp . hpl . jena . graph . Triple ; import de . fuberlin . wiwiss . d2rq . algebra . NodeRela...
542
<s> package de . fuberlin . wiwiss . d2rq . mapgen ; import java . util . List ; import junit . framework . TestCase ; import de . fuberlin . wiwiss . d2rq . mapgen . Filter . IdentifierMatcher ; import de . fuberlin . wiwiss . d2rq . mapgen . FilterParser . ParseException ; public class FilterParserTest extends TestCa...
543
<s> package net . sf . sveditor . core . tests ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . ISVDBFileFactory ; import net . sf . sveditor . core . db . ISVDBItemBase ; import ne...
544
<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 . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class MockErr...
545
<s> package org . rubypeople . rdt . refactoring . core . pullup ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . classnodeprovider . ClassNodeProvider ; import org . rubypeople . rdt . refactoring . documentprovider . Docum...
546
<s> package com . pogofish . jadt . samples . ast ; import static com . pogofish . jadt . samples . ast . data . Arg . * ; import static com . pogofish . jadt . samples . ast . data . Expression . * ; import static com . pogofish . jadt . samples . ast . data . Function . * ; import static com . pogofish . jadt . sampl...
547
<s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . jface . viewers . DecoratingLabelProvider ; import org . eclipse . jface . viewers . IColorProvider ; import org . eclipse . jface . viewers . ILabelDecorator ; import org . eclipse . jface . viewers . ILabelProvider ; import org . ecl...
548
<s> package net . sf . sveditor . ui . editor . actions ; import java . util . ResourceBundle ; import net . sf . sveditor . core . scanner . SVCharacter ; import net . sf . sveditor . ui . editor . SVEditor ; import org . eclipse . jface . text . source . ISourceViewer ; import org . eclipse . swt . custom . StyledTex...
549
<s> package com . asakusafw . runtime . flow . join ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; public class VolatileLookUpTable < T > implements LookUpTable < T > { private f...
550
<s> package net . ggtools . grand . ui . event ; import sf . blacksun . util . StopWatch ; public class DispatcherPerformanceMeter { private static final int LOOP = 100000000 ; public static class ManualDispatcher extends DispatcherAdapter implements Dispatcher { ManualDispatcher ( final EventManager manager ) { super ...
551
<s> package com . mcbans . firestar . mcbans . org . json ; public class JSONException extends Exception { private static final long serialVersionUID = 0 ; private Throwable cause ; public JSONException ( String message ) { super ( message ) ; } public JSONException ( Throwable cause ) { super ( cause . getMessage ( ) ...
552
<s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . SelectionAdapter ; import org . ...
553
<s> package com . asakusafw . dmdl . windgate . csv . driver ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model . BasicTypeKind ; import com . asakusafw . dmdl . semantics . DmdlSemantics ; import com . asakusafw . dmdl . semantics . PropertyDeclaration ; import com . asakusa...
554
<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...
555
<s> package org . rubypeople . rdt . internal . testunit . launcher ; import org . eclipse . debug . core . ILaunchConfigurationWorkingCopy ; import org . eclipse . debug . ui . AbstractLaunchConfigurationTabGroup ; import org . eclipse . debug . ui . CommonTab ; import org . eclipse . debug . ui . EnvironmentTab ; imp...
556
<s> package org . oddjob . jmx ; import java . io . File ; import java . util . Properties ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . FailedToStopException ; import org . oddjob . FragmentHelper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup...
557
<s> package org . rubypeople . rdt . refactoring . core ; import java . util . Collection ; import java . util .
558
<s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . action . IMenuManager ; import...
559
<s> package net . ggtools . grand . ui . launcher ; import java . io . File ; import java . io . FilenameFilter ; import java . net . MalformedURLException ; import java . net . URL ; import java . net . URLClassLoader ; import java . util . ArrayList ; import java . util . Locale ; import org . apache . commons . logg...
560
<s> package com . asakusafw . yaess . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . HashMap ; import java . util . Map ; import org . junit . Assume ; import org . junit . Test ; public class VariableResolverTest { @ Test public void simple ( ) { Map ...
561
<s> package com . pogofish . jadt . checker ; import static com . pogofish . jadt . errors . SemanticError . _ConstructorDataTypeConflict ; import static com . pogofish . jadt . errors . SemanticError . _DuplicateArgName ; import static com . pogofish . jadt . errors . SemanticError . _DuplicateConstructor ; import sta...
562
<s> package com . sun . tools . hat . internal . lang . openjdk6 ; import com . sun . tools . hat . internal . lang . Models ; import com . sun . tools . hat . internal . lang . ScalarModel ; import com . sun . tools . hat . internal . model . JavaObject ; class JavaString extends ScalarModel { private final String val...
563
<s> package com . asakusafw . runtime . stage . directio ; import static com . asakusafw . runtime . stage . directio . StringTemplate . Format . * ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Arrays ; import org . apache ...
564
<s> package com . asakusafw . modelgen . view . model ; import java . text . MessageFormat ; public class From { public final Name table ; public final String alias ; public final Join join ; public From ( Name table , String alias ) { this ( table , alias , null ) ; } public From ( Name table , String alias , Join joi...
565
<s> package com . asakusafw . bulkloader . exporter ; import static org . junit . Assert . * ; import java . io . File ; import java . sql . Connection ; import java . sql . PreparedStatement ; import java . util . Arrays ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; impo...
566
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . PurchaseTranError ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWarn...
567
<s> package com . asakusafw . bulkloader . exporter ; import java . io . File ; import java . util . List ; import com . asakusafw . bulkloader . bean . ExportTargetTableBean ; import com . asakusafw . bulkloader . bean . ExporterBean ; import com . asakusafw . bulkloader . log . Log ; public class ExportFileDelete { s...
568
<s> package com . asakusafw . vocabulary . windgate ; import java . text . MessageFormat ; import java . util . List ; import com . asakusafw . windgate . core . vocabulary . DataModelJdbcSupport ; final class JdbcDescriptionUtil { static void checkCommonConfig ( String descriptionClass , Class < ? > modelType , Class ...
569
<s> package org . springframework . social . google . api . query . impl ; import static org . springframework . util . StringUtils . hasText ; import java . text . Format ; import java . text . SimpleDateFormat ; import java . util . Date ; import org . springframework . social . google . api . query . QueryBuilder ; ...
570
<s> package org . rubypeople . rdt . internal . compiler ; import org . rubypeople . rdt . core . compiler . CategorizedProblem ; public interface ISourceElementRequestor { public static class TypeInfo { public int declarationStart ; public boolean isModule = false ; public String name ; public int nameSourceStart ; pu...
571
<s> package net . sf . sveditor . core . diagrams ; import net . sf . sveditor . core . db . SVDBModIfcDecl ; import net . sf . sveditor . core . db . SVDBModuleDecl ; import net . sf . sveditor . core . db . index . ISVDBIndex ; public class ModuleDiagModelFactory extends AbstractDiagModelFactory { private SVDBModuleD...
572
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . jface . action . ActionContributionItem ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . action . IMenuCreator...
573
<s> package org . oddjob . framework ; import java . util . Map ; import junit . framework . TestCase ; import org . apache . commons . beanutils . DynaBean ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . reflect . ArooaProp...
574
<s> package com . asakusafw . vocabulary . batch ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary
575
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ExportTempImportTarget19 ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ Suppres...
576
<s> package com . asakusafw . testdriver . core ; import java . util . Collections ; import java . util . Map ; public interface TestContext { ClassLoader getClassLoader ( ) ; Map < String , String > getEnvironmentVariables ( ) ; Map < String ,
577
<s> package com . lmax . disruptor ; import com . lmax . disruptor . support . TestEntry ; import org . jmock . Expectations ; import org . jmock . Mockery ; import org . jmock . integration . junit4 . JMock ; import org . jmock . lib . legacy . ClassImposteriser ; import org . junit . Test ; import org . junit . runne...
578
<s> package org . rubypeople . rdt . ui . search ; import org . jruby . Ruby ; import org . rubypeople . rdt . core . search . IRubySearchScope ; public class PatternQuerySpecification extends QuerySpecification { private String fPattern ; private int fSearchFor ; private boolean fCaseSensitive ; public PatternQuerySpe...
579
<s> package org . vaadin . teemu . clara ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . assertTrue ; import java . io . InputStream ; import java . lang . reflect . Method ; import java . util . Date ; import org . junit . Before ; import org . junit . Test ; import org . vaa...
580
<s> package org . rubypeople . rdt . internal . ui . compare ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . jface . viewers . Viewer ; import org . eclipse . compare . CompareConfiguration ; import
581
<s> package org . oddjob . values . properties ; 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 ....
582
<s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; public class SVDBTypeInfoEnum extends SVDBTypeInfo { public List < SVDBTypeInfoEnumerator > fEnumerators ; public SVDBTypeInfoEnum ( ) { this ( "" ) ; } public SVDBTypeInfoEnum ( String typename ) { super ( typena...
583
<s> package org . oddjob . scheduling ; import java . util . concurrent . Delayed ; import java . util . concurrent . ExecutionException ; import java . util . concurrent . ScheduledFuture ; import java . util . concurrent . TimeUnit ; import java . util . concurrent . TimeoutException ; public class MockScheduledFutur...
584
<s> package org . rubypeople . rdt . refactoring . core . formatsource ; import java . io . PrintWriter ; import java . io . StringWriter ; import org . rubypeople . rdt . core . formatter . FormatHelper ; import org . rubypeople . rdt . core . formatter . ReWriteVisitor ; import org . rubypeople . rdt .
585
<s> package org . rubypeople . rdt . internal . corext . template . ruby ; import org . eclipse . osgi . util . NLS ; public class RubyTemplateMessages extends NLS { private static final String
586
<s> package com . example . servletjspdemo . domain ; public class Person { private String firstName = "unknown" ; private int yob = 1900 ; public Person ( ) { super ( ) ; } public Person ( String firstName , int yob ) { super ( ) ; this . firstName = firstName ; this . yob = yob ; } public String getFirstName ( ) { re...
587
<s> package com . asakusafw . bulkloader . importer ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . util . Arrays ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import...
588
<s> package br . com . caelum . vraptor . dash . uristats ; import java . util . Enumeration ; import javax . servlet . ServletResponse ; import javax . servlet . http . HttpServletRequest ; import javax . servlet . http . HttpServletResponse ; import org . apache . log4j . Logger ; import br . com . caelum . vraptor ....
589
<s> package net . sf . sveditor . core . templates ; import java . io . IOException ; import java . io . InputStream ; import java . net . URL ; import org . osgi . framework . Bundle ; public class PluginInStreamProvider implements ITemplateInStreamProvider { Bundle fBundle ; public PluginInStreamProvider ( Bundle bun...
590
<s> package org . oddjob ; import java . util . Arrays ; import org . apache . log4j . Logger ; import org . oddjob . images . IconEvent ; import org . oddjob . images . IconListener ; public class IconSteps { private static final Logger logger = Logger . getLogger ( IconSteps . class ) ; private Iconic iconic ; privat...
591
<s> package com . asakusafw . compiler . operator ; import javax . lang . model . type . TypeMirror ; public interface DataModelMirror { Kind getKind ( ) ; boolean isSame ( DataModelMirror other ) ; boolean canInvoke ( DataModelMirror other ) ; boolean canContain ( DataModelMirror other ) ; PropertyMirror findProperty ...
592
<s> package com . asakusafw . dmdl . semantics ; import java . text . MessageFormat ; import java . util . List ; import java . util . Map ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model . AstDescription ; import com . asakusafw . dmdl . model . AstNode ; import com . asak...
593
<s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . expr . Expression ; import de . fuberlin . wiwiss . d2rq . sql . ConnectedDB...
594
<s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import com . asakusafw . runtime . io . ModelOutput ; import
595
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . PurchaseTran ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ SuppressWarnings ( ...
596
<s> package org . oddjob . tools . includes ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . InputStream ; import org . apache . log4j . Logger ; import org . oddjob . doclet . CustomTagNames ; import...
597
<s> package com . asakusafw . runtime . testing ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOError ; import java . io . IOException ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import
598
<s> package com . asakusafw . runtime . io ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . InputStream ; import java . util . Collections ; import java . util . LinkedList ; i...
599
<s> package net . sf . sveditor . core . tests . templates ; import junit .