id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
2,400
<s> package com . asakusafw . compiler . common ; import java . text . MessageFormat ; public final class Precondition { public static void checkMustNotBeNull ( Object value , String expression ) { if ( value == null
2,401
<s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . util . Arrays ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . rubypeople . rdt . ui . text . ruby . ContentAssistInvocationContext ; import org . rubypeople . rdt . ui . text . ruby . I...
2,402
<s> package org . springframework . social . google . api . legacyprofile ; import java . io . Serializable ; public class LegacyGoogleProfile implements Serializable { private static final long serialVersionUID = - 634483399121748105L ; private String id ; private String email ; private String name ; private String fi...
2,403
<s> package org . rubypeople . rdt . refactoring . util ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . Iterator ; import java . util . Vector ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . jruby ....
2,404
<s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import org . eclipse . jface . resource . CompositeImageDescriptor ; import org . eclipse . jface . resource . ImageDescriptor ; import org . eclipse . jface . viewers . ViewerFilter ; import org . eclipse . swt . SWT ; import org . eclipse . swt . gr...
2,405
<s> package com . asakusafw . testdriver . excel ; import java . util . Set ; import org . apache . poi . ss . usermodel . Row ; import org . apache . poi . ss . usermodel . Sheet ; import com . asakusafw . testdriver . rule .
2,406
<s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; public class RubyUIStatus extends Status { private RubyUIStatus ( int severity , int code , String message , Throwable throwable ) { super ( severity , RubyPlugin . get...
2,407
<s> package org . oddjob . jmx ; import java . io . IOException ; import java . net . MalformedURLException ; import java . util . Map ; import javax . management . JMException ; import javax . management . MBeanServer ; import javax . management . ObjectName ; import javax . management . remote . JMXConnectorServer ; ...
2,408
<s> package $ { package } . jobflow ; import $ { package } . modelgen . dmdl . csv . AbstractStoreInfoCsvInputDescription ; public class StoreInfoFromCsv extends AbstractStoreInfoCsvInputDescription { @ Override public String getBasePath ( ) {
2,409
<s> package com . asakusafw . windgate . core ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public abstract class WindGateLogger { private final Logger internal ; private final MessageFormat format = new MessageFormat ( "" ) ; private final String componentNam...
2,410
<s> package net . ggtools . grand . ui . actions ; import net . ggtools . grand . ui . widgets . GraphWindow ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import org . eclipse . swt . SWT ; import org . eclipse . swt . printing . PrintDialog ; import org . ecli...
2,411
<s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import net . sf . sveditor . core . db . stmt . SVDBVarDeclStmt ; public class SVDBTypeInfoUnion extends SVDBTypeInfo implements ISVDBScopeItem { public SVDBLocation fEndLocation ; ...
2,412
<s> package org . rubypeople . rdt . internal . ui . text . spelling . engine ; public interface ISpellCheckPreferenceKeys { public final static String SPELLING_IGNORE_DIGITS = "" ; public final static String SPELLING_IGNORE_MIXED = "" ; public final static String SPELLING_IGNORE_SENTENCE = "" ;
2,413
<s> package org . oddjob . examples ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; public class PricingJob implements Runnable { private Object priceService ; public Object getPriceService ( ) { return priceService ; } @ ArooaAttribute public void setPriceService ( Object priceService ) { this ...
2,414
<s> package org . oddjob . logging ; import java . io . Serializable ; public class LogEvent implements Serializable { private static final long serialVersionUID = 20061214 ; private final long number ; private final LogLevel level ; private final String logger ; private final String message ; public LogEvent ( String ...
2,415
<s> package org . rubypeople . rdt . internal . ui . compare ; import org . eclipse . compare . CompareConfiguration ; import org . eclipse . compare . IViewerCreator ; import org . eclipse . jface . viewers .
2,416
<s> package de . fuberlin . wiwiss . d2rq . sql . types ; import de . fuberlin .
2,417
<s> package org . oddjob . oddballs ; import java . io . File ; import java . util . Arrays ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . deploy . ArooaDescriptorBean ; import org . oddjob . arooa . deploy . ArooaDescriptorFactory ; import org . o...
2,418
<s> package org . rubypeople . rdt . internal . corext . buildpath ; import java . lang . reflect . InvocationTargetException ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . ruby...
2,419
<s> package com . sun . tools . hat . internal . server ; import com . google . common . base . Predicate ; import com . google . common . collect . Iterables ; import com . google . common . io . Closeables ; import com . sun . tools . hat . internal . model . JavaClass ; import java . util . ArrayList ; import java ....
2,420
<s> package org . rubypeople . rdt . internal . core ; import junit . framework . TestCase ; import org . eclipse . core . runtime . Path ; import org . rubypeople . rdt . core .
2,421
<s> package com . asakusafw . cleaner . log ; import java . sql . Timestamp ; import java . text . DateFormat ; import java . text . SimpleDateFormat ; import org . apache . log4j . Level ; import org . apache . log4j . Logger ; import org . apache . log4j . MDC ; public final class Log { private static final String LO...
2,422
<s> package org . oddjob . monitor . action ; import javax . inject . Inject ; import junit . framework . TestCase ; import org . apache . commons . beanutils . PropertyUtils ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . Resetable ; import org . oddjob . arooa . standard . ...
2,423
<s> package net . sf . sveditor . core . tests ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOError ; import java . io . IOException ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import net . s...
2,424
<s> package com . asakusafw . directio . tools ; import java . text . MessageFormat ; import java . util . Arrays ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . conf . Configure...
2,425
<s> package org . rubypeople . rdt . internal . core . search . matching ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . rubypeople . rdt . core . IRubyElement ; import org . ru...
2,426
<s> package com . asakusafw . dmdl . semantics . type ; import java . text . MessageFormat ; import com . asakusafw . dmdl . model . AstBasicType ; import com . asakusafw . dmdl . model . BasicTypeKind ; import com . asakusafw . dmdl . semantics . PropertyMappingKind ; import com . asakusafw . dmdl . semantics . Type ;...
2,427
<s> package org . oddjob . jmx . general ; import java . util . Date ; public class Vendor implements VendorMBean { String fruit ; Date delivery ; int quantity ; double rating ; final String farm ; public Vendor ( String farm ) { this .
2,428
<s> package org . oddjob . io ; import java . io . File ; import java . io . IOException ; import java . io . Serializable ; import org . apache . commons . io . FileUtils ; import org . apache . log4j . Logger ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; public class MkdirJob implements Runn...
2,429
<s> package fi . koku . services . utility . authorizationinfo . util ; import java . util . List ; import java . util . Set ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import fi . koku . KoKuException ; import fi . koku . KoKuNotAuthorizedException ; import fi . koku . auth . KoKuRoleUtil ; im...
2,430
<s> package org . rubypeople . rdt . refactoring . tests . core . movefield ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . movefield . MoveFieldConditionChecker ;
2,431
<s> package org . oddjob . framework ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import java . util . Map ; import org . apache . commons . beanutils . DynaBean ; import org . apache . commons . beanutils . DynaClass ; import org . apache . log4j . Logger ; import org . ...
2,432
<s> package net . sf . sveditor . ui . explorer ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . index . ISVDBIndex ; import net . sf . sveditor . core . db . index . SVDBIndexRegistry ; import net . sf . sveditor ...
2,433
<s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf .
2,434
<s> package org . rubypeople . rdt . debug . core . tests ; import java . io . ByteArrayInputStream ; import java . io . File ; import java . util . HashMap ; import junit . framework . TestCase ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse...
2,435
<s> package org . rubypeople . rdt . internal . ui . filters ; import org . eclipse . core . resources . IProject ; import org . eclipse . jface . viewers . Viewer ; import org . eclipse . jface . viewers . ViewerFilter ; import org . rubypeople . rdt . core . IRubyProject ; public class NonRubyProjectsFilter extends V...
2,436
<s> package org . miscwidgets . widget ; import org . miscwidgets . R ; import android . content . Context ; import android . content . res . TypedArray ; import android . graphics . Canvas ; import android . graphics . drawable . Drawable ; import android . text . method . KeyListener ; import android . util . Attribu...
2,437
<s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import org . eclipse . jface . action . Action ; import org . eclipse . swt . custom . BusyIndicator ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . internal . ui . IRubyHelpContextIds ; import org . rubypeople . rdt . inter...
2,438
<s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . BranchFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . BranchFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . BranchFlowFactory . Simp...
2,439
<s> package org . rubypeople . rdt . refactoring . core ; import org . eclipse . core . resources . IFile ; public interface
2,440
<s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import java . net . URI ; import java . net . URISyntaxException ; import java . util . Arrays ; import java . util . HashMap ; import java . util . Map ; public class MockSourceProvider implements DataModelSourceProvider { private final...
2,441
<s> package com . asakusafw . compiler . common ; import java . util . Set ; import com . asakusafw . utils . collections . Sets ; import com . asakusafw . utils . java . model . syntax . ModelFactory ; import com . asakusafw . utils . java . model . syntax . SimpleName ; public class NameGenerator { private final Mode...
2,442
<s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . search . ui . ISearchPageScoreComputer ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . internal . ui . rubyeditor . IRubyScriptEditorInput ; public class RubySearchPageScoreComputer implements IS...
2,443
<s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Attribute ; import com . asakusafw . utils . java . model . syntax . ClassDeclaration ; import com . asakusafw . utils . java . model . syntax . Javadoc ; import ...
2,444
<s> package com . asakusafw . compiler . flow . stage ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . common . ...
2,445
<s> package br . com . caelum . vraptor . dash . monitor ; import java . io . ByteArrayInputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . nio . charset . Charset ; import java . util . Map . Entry ; import java . util . Set ; import org . slf4j . ...
2,446
<s> import java . io . File ; public class MultiUploaderThread extends Thread { Thread thread ; MultiUploader mu ; String type ; Upload upload = new Upload ( ) ; File file ; public MultiUploaderThread ( File file , String type , MultiUploader mu ) { this . mu = mu ; this . type = type ; this . file = file ; thread = ne...
2,447
<s> package com . sun . phobos . script . util ; import javax . script . * ; public abstract class ScriptEngineFactoryBase implements ScriptEngineFactory { public String getName ( )
2,448
<s> package net . ggtools . grand . ui . widgets . property ; import java . util . HashSet ; import java . util . Iterator ; import java . util . Map ; import java . util . Properties ; import java . util . Set ; import net . ggtools . grand . ui . event . Dispatcher ; import net . ggtools . grand . ui . event . EventM...
2,449
<s> package org . oddjob . persist ; import java . io . File ; public class PersistRequest { private final Object toPersist ; private final String id ; private final File directory ; private boolean persisted = false ; private final Object waitOn = new Object ( ) ;
2,450
<s> package org . rubypeople . rdt . internal . ui . workingsets ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . util . Assert ; public class ViewAction extends Action { private final ViewActionGroup fActionGroup ; private final int fMode ; public ViewAction ( ViewActionGroup group , i...
2,451
<s> package com . asakusafw . testdriver . html ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . core . Differ...
2,452
<s> package org . springframework . social . google . connect ; import org . springframework . social . connect . UserProfile ; import org . springframework . social . connect . support . OAuth2ConnectionFactory ;
2,453
<s> package com . sun . tools . hat . internal . parser ; import java . io . IOException ; public interface ReadBuffer { public void get ( long pos , byte [ ] buf ) throws IOException ; public char getChar ( long pos ) throws
2,454
<s> package com . postmark . java ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang .
2,455
<s> package bonsai . app ; import android . app . Activity ; import android . content . Intent ; import android . net . Uri ; import android . os . Bundle ; import android . view . View ; import android . view . View . OnClickListener ; import android . widget . Button ; import android . widget . CheckBox ; import andr...
2,456
<s> package org . rubypeople . rdt . internal . ui . preferences ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . SelectionAdapter ; import org . eclipse . swt . events . SelectionE...
2,457
<s> package org . vaadin . teemu . clara ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . assertFalse ; import static org . junit . Assert . assertTrue ; import java . io . ByteArrayInputStream ; import java . io . IOException ; import java . io . InputStream ; import org . jun...
2,458
<s> package com . asakusafw . runtime . io . csv ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . Reader ; import java . math . BigDecimal ; import java . nio . CharBuffer ; import java . nio . IntBuffer ; import java . text . MessageFormat ; ...
2,459
<s> package com . asakusafw . dmdl . thundergate . driver ; import java . util . List ; import com . asakusafw . dmdl . model . AstNode ; import com . asakusafw . dmdl . semantics . PropertySymbol ; import com . asakusafw . dmdl . semantics . Trait ; import com . asakusafw . utils . collections . Lists ; public class P...
2,460
<s> package org . rubypeople . rdt . internal . ui . util ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . util . Assert ; import org . eclipse . ui . IEditorPart ; import org . eclipse . ui . IWorkbench ; import org . eclipse . ui . IWorkbenchPage ; import org . eclipse . ui . I...
2,461
<s> package org . rubypeople . rdt . ui . text . folding ; import org . rubypeople . rdt . core . IRubyElement ; public interface IRubyFoldingStructureProviderExtension { void collapseMembers ( ) ; void collapseComments ( ) ; void collapseElements ( IRubyElement [ ] elements
2,462
<s> package org . oddjob . sql ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . UnsupportedEncodingException ; import java . util . StringTokenizer ; import org . apache . log4j . Logger ; import org . oddjo...
2,463
<s> package com . aptana . rdt . core . rspec ; import java . util . ArrayList ; import java . util . List ; import org . rubypeople . rdt . core . ISourceRange ; import org . rubypeople . rdt . core . ISourceReference ; import org . rubypeople . rdt . core . RubyModelException ; import org . rubypeople . rdt . interna...
2,464
<s> package org . oddjob ; import java . util . concurrent . ExecutorService ; import java . util . concurrent . ScheduledExecutorService ; public class MockOddjobExecutors implements OddjobExecutors {
2,465
<s> package org . rubypeople . rdt . internal . debug . core . model ; public
2,466
<s> package net . sf . sveditor . ui . editor . actions ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBScopeItem ; import net . sf . sveditor . core .
2,467
<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
2,468
<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 . ExJoined2Input ; import com . asakusafw . compiler . fileio . io . Ex...
2,469
<s> package org . rubypeople . eclipse . shams . resources ; import java . net . URI ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources ...
2,470
<s> package com . aptana . rdt . core . rspec ; import junit . framework . TestCase ; import org . jruby . ast . Node ; import org . rubypeople . rdt . internal . core . parser . RubyParser ; public class RSpecStructureCreatorTest extends TestCase { public void testEmptySource ( ) throws Exception { String src = "" ; N...
2,471
<s> package org . rubypeople . rdt . ui . text . correction ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . ITextViewer ; import org . eclipse . swt . graphics . Image ;
2,472
<s> package de . fuberlin . wiwiss . d2rq . mapgen ; public class FilterMatchSchema extends Filter { private final IdentifierMatcher schema ; public FilterMatchSchema ( IdentifierMatcher schema ) { this . schema = schema ; } public boolean matchesSchema ( String schema ) { return this . schema . matches ( schema ) ; } ...
2,473
<s> package net . sf . sveditor . core . tests ; import java . util . HashMap ; import java . util . Map ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . index . AbstractSVDBIndex ; import net . sf . sveditor . core . db . index ....
2,474
<s> package net . sf . sveditor . core . tests . indent ; import junit . framework . TestCase ; import net . sf . sveditor . core . indent . SVIndentScanner ; import net . sf . sveditor . core . indent . SVIndentToken ; import net . sf . sveditor . core . log . LogFactory ; import net . sf . sveditor . core . log . Log...
2,475
<s> package org . rubypeople . rdt . core . search ; import org . eclipse . core . resources . IResource ; import org . rubypeople . rdt . core . IRubyElement ; public class TypeReferenceMatch extends SearchMatch { private IRubyElement localElement ;
2,476
<s> package org . oddjob . sql ; import java . io . Serializable ; import java . sql . Connection ; import java . sql . Driver ; import java . sql . SQLException ; import java . util . Properties ; import javax . inject . Inject ; import org . apache . log4j . Logger ; import org . oddjob . arooa . convert . ArooaConve...
2,477
<s> package org . rubypeople . rdt . refactoring . ui . pages . extractmethod ; import java . util . Observable ; import org . eclipse . swt . widgets . Event ; import org . eclipse . swt . widgets . Listener ; import org . eclipse . swt . widgets . Table ; import org . eclipse . swt . widgets . TableItem ; public abst...
2,478
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Path ; import org ....
2,479
<s> package com . asakusafw . yaess . core ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . HashMap ; import java . util . Map ; import java . util . TreeMap ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . slf4j . Logger ; import...
2,480
<s> package org . oddjob . framework ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . io . Serializable ; import org . oddjob . FailedToStopException ; import org . oddjob . Forceable ; import org . oddjob . Resetable ; import org . oddjob ....
2,481
<s> package org . rubypeople . rdt . internal . debug . core . parsing ; import java . io . IOException ; import java . util . ArrayList ; import java . util . List ; import org . rubypeople . rdt . internal . debug . core . model . ThreadInfo ; import org . xmlpull . v1 . XmlPullParser ; import org . xmlpull . v1 . Xm...
2,482
<s> package de . fuberlin . wiwiss . d2rq . server ; import java . io . File ; import java . io . FileInputStream ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . Calendar ; import java . util . Comparator ; import java . util . List ; import org . apache . commons . logging . Lo...
2,483
<s> package org . rubypeople . rdt . refactoring . core ; import org . eclipse . core . runtime . ListenerList ; import org . eclipse . core . resources . IResourceChangeEvent ; import org . eclipse . core . resources . IResourceChangeListener ; import org . eclipse . core . resources . ResourcesPlugin ; public class W...
2,484
<s> package org . oddjob . io ; import java . io . FilterInputStream ; import java . io . IOException ; import java . io . InputStream ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . types . ValueFactory ; public class
2,485
<s> package com . aptana . rdt . internal . parser . warnings ; import org . jruby . ast . ConstDeclNode ; import org . jruby . lexer . yacc . IDESourcePosition ; import org . jruby . lexer . yacc . ISourcePosition ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import com . aptana . rdt ...
2,486
<s> package com . asakusafw . bulkloader . testutil ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . Reader ; import java . io . Writer ; public class IOUtils extends StreamCloseLogic { protected IOUtils ( ) { } public static long pipingAndClose ( ...
2,487
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . ArrayList ; import java . util . List ; import java . util . Set ; import org . eclipse . core . runtime . IPath ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Control ; import o...
2,488
<s> package com . asakusafw . dmdl . thundergate . view ; public class ViewDefinition { public final String name ; public final String statement ; public ViewDefinition ( String name , String statement ) { if ( name == null ) { throw new IllegalArgumentException (
2,489
<s> package handson . springbatch ; import org . springframework . batch . item . ItemProcessor ; import org . springframework . stereotype . Component ; @ Component public class HelloWorldProcessor implements ItemProcessor < String , String > { @ Override
2,490
<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 . sql . Timestamp ; import java . util . ArrayList ; import java ...
2,491
<s> package org . oddjob . jmx . general ; import java . io . IOException ; import javax . management . InstanceNotFoundException ;
2,492
<s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . CoGroupFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . CoGroupFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . CoGroupFlowFactory . O...
2,493
<s> package org . rubypeople . rdt . refactoring . tests . core . renamelocal ; import junit . framework . Test ; import junit
2,494
<s> package net . sf . sveditor . core . preproc ; import java . io . IOException ; import java . io . InputStream ; 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 . Tuple ; import net ...
2,495
<s> package net . sf . sveditor . core . log ; import java . lang . ref . WeakReference ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . Map . Entry ; public class LogFactory implements ILogListener { private static LogFactory ...
2,496
<s> package org . rubypeople . rdt . internal . core . parser . warnings ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; public class Ruby19WhenStatementsTest extends AbstractRubyLintVisitorTestCase { public void testCreatesProblemForColon...
2,497
<s> package com . team1160 . scouting . frontend . elements ; import java . awt . event . ActionEvent ; import java . awt . event . ActionListener ; import com . team1160 . scouting . frontend . resourcePackets . CardLayoutPacket ; import javax . swing . JMenuItem ; public class NextMenuItem extends
2,498
<s> package org . rubypeople . rdt . internal . ui . text . spelling ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . core . IRubyScript ; import org . rubypeople . rdt . internal . u...
2,499
<s> package com . asakusafw . testdriver . rule ; import java . math . BigDecimal ; import java . util . Calendar ; public final class Predicates { public static ValuePredicate < Object > equalTo ( Object value ) { return new ExpectConstant < Object > ( value , new Equals ( ) ) ; } public static < T > ValuePredicate < ...