id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
1,300
<s> package org . rubypeople . rdt . refactoring . tests . core ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashMap ; import java . util . regex . Pattern ; import org . rubypeople . rdt . refactori...
1,301
<s> package org . rubypeople . rdt . internal . ui . wizards ; import java . lang . reflect . InvocationTargetException ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IWorkspaceRunnable ; import org . eclipse . core . r...
1,302
<s> package com . asakusafw . testdriver . rule ; import java . text . MessageFormat ; public class Equals implements ValuePredicate < Object > { @ Override public boolean accepts ( Object expected , Object actual ) { if ( expected == null
1,303
<s> package de . fuberlin . wiwiss . d2rq . examples ; import com . hp . hpl . jena . rdf . model . Resource ; import com . hp . hpl . jena . rdf . model . StmtIterator ; import com . hp . hpl . jena . sparql . vocabulary . FOAF ; import com . hp . hpl . jena . vocabulary . DC ; import com . hp . hpl . jena . vocabular...
1,304
<s> package org . springframework . social . google . api ; import static org . springframework . util . StringUtils . hasText ; public abstract
1,305
<s> package org . oddjob . oddballs ; import java . io . File ; import java . io . FilenameFilter ; import java . io . IOException ; import java . net . MalformedURLException ; import java . net . URL ; import java . net . URLClassLoader ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ArooaDescri...
1,306
<s> package com . aptana . rdt . internal . core . gems ; import java . io . BufferedReader ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . FileReader ; import java . io . IOException ; import java . io . InputStream ; import junit . framework . TestCase ; import org . eclipse ...
1,307
<s> package net . thucydides . showcase . simple . pages ; public class ArtifactEntry { private final String groupId ; private final String artifactId ; private final String latestVersion ; public ArtifactEntry ( String groupId , String artifactId , String latestVersion
1,308
<s> package net . sf . sveditor . ui . pref ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . jface . preference . FieldEditorPreferencePage ; import org . eclipse . ui
1,309
<s> package org . oddjob . logging . polling ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import org . oddjob . jmx . client . MockLogPollable ; import org . oddjob . logging . ArchiveNameResolver ; import org . oddjob . logging . LogEvent ; import org . oddjob . ...
1,310
<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 . ...
1,311
<s> package org . rubypeople . rdt . internal . launching ; import java . util . ArrayList ; import java . util . List ; public class CompositeId { private String [ ] fParts ; public CompositeId ( String [ ] parts ) { fParts = parts ; } public static CompositeId fromString ( String idString ) { List < String > parts = ...
1,312
<s> package com . asakusafw . dmdl . windgate . jdbc . driver ; import java . util . Map ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model . AstAttributeElement ; import com . asakusafw . dmdl . semantics . DmdlSemantics ; import com . asakusafw . dmdl . semantics . Property...
1,313
<s> package org . oddjob . values . properties ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . util . Properties ; import org . oddjob . arooa . ArooaConfigurationException ; import org . oddjob . arooa . ArooaSession ; import org . oddjob ...
1,314
<s> package de . fuberlin . wiwiss . d2rq . sql . vendor ; import java . math . BigInteger ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Types ; import java . util . Properties ; import java . util . regex . Pattern ; import de . fuberlin . wiwiss . d2rq . sql . Quoter ; impor...
1,315
<s> package org . rubypeople . rdt . ui . actions ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . Assert ; import org . eclipse . core . runtime . IPath ; im...
1,316
<s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . SwitchCaseLabel ; import com . asakusafw . utils . ...
1,317
<s> package handson . springbatch . writer ; import java . util . List ; import org .
1,318
<s> package de . fuberlin . wiwiss . d2rq . download ; import java . io . ByteArrayInputStream ; import java . io . InputStream ; import java . sql . Connection ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Statement ; import java . sql . Types ; import java . util . HashSet ;...
1,319
<s> package org . oddjob . sql ; import java . sql . Statement ; import java . sql . CallableStatement ; import java . sql . Connection ; import java . sql . ParameterMetaData ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . SQLWarning ; im...
1,320
<s> package com . mcbans . firestar . mcbans . org . json ; import java . util . Iterator ; public class JSONML { private static Object parse ( XMLTokener x , boolean arrayForm , JSONArray ja ) throws JSONException { String attribute ; char c ; String closeTag = null ; int i ; JSONArray newja = null ; JSONObject newjo ...
1,321
<s> package com . lmax . disruptor ; import com . lmax . disruptor . support . * ; import org . junit . Test ; import java . util . concurrent . * ; public final class Sequencer3P1CPerfTest extends AbstractPerfTestQueueVsDisruptor { private static final int NUM_PRODUCERS = 3 ; private static final int SIZE = 1024 * 32 ...
1,322
<s> package org . vaadin . teemu . clara . binder . annotation ; import java . lang . annotation . ElementType ; import java . lang . annotation
1,323
<s> package de . fuberlin . wiwiss . d2rq . mapgen ; public class FilterIncludeExclude extends Filter { private final Filter include ; private final Filter exclude ; public FilterIncludeExclude ( Filter include , Filter exclude ) { this . include = include ; this . exclude = exclude ; } public boolean matchesSchema ( S...
1,324
<s> package org . rubypeople . rdt . ui . text . ruby ; import org . jruby . ast . Node ; import org . jruby . ast . RootNode ; import org . rubypeople . rdt . core .
1,325
<s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . ui . IContainmentAdapter ; import org . rubypeople . rdt . core . IRubyElemen...
1,326
<s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . Region ; import org . eclipse . jface . text . TextUtilities ; ...
1,327
<s> package com . asakusafw . compiler . operator ; import java . util . List ; import javax . lang . model . type . TypeKind ; import javax . tools . Diagnostic ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . operator . OperatorMethodDescriptor . Builder ; import com...
1,328
<s> package org . oddjob . designer . components ; import org . apache . log4j . Logger ; import org . custommonkey . xmlunit . XMLTestCase ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaType ; import org . oddjob . arooa . design . D...
1,329
<s> package org . rubypeople . rdt . refactoring . core . splitlocal ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private
1,330
<s> package com . asakusafw . windgate . core ; import java . io . Closeable ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . LinkedList ; import java . util . List ; import java . util . Map ; import java . util . TreeMap ; import java . util...
1,331
<s> package com . aptana . rdt . internal . core . gems ; import java . util . Set ; import com . aptana . rdt . core . gems . Gem ; public class ShortListingGemParserTest extends AbstractGemParserTestCase { @ Override protected IGemParser getParser ( ) { return new ShortListingGemParser ( ) ; } public void testBlah ( ...
1,332
<s> package org . rubypeople . rdt . internal . core . parser ; import org . jruby . ast . Node ; public class NodeFoundException extends RuntimeException { private static final long serialVersionUID = - 1087131531164628936L ; private Node node ; public NodeFoundException (
1,333
<s> package net . sf . sveditor . core . tests . open_decl ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . Tuple ; import...
1,334
<s> package com . asakusafw . dmdl . directio . csv . driver ; import com . asakusafw . dmdl . directio . csv . driver . CsvFieldTrait . Kind ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model . BasicTypeKind ; import com . asakusafw . dmdl . semantics . DmdlSemantics ; impor...
1,335
<s> package org . oddjob . scheduling ; import java . util . concurrent . Callable ; import java . util . concurrent . ScheduledExecutorService ; import java . util . concurrent . ScheduledFuture ; import java . util . concurrent . TimeUnit ; public class MockScheduledExecutorService extends MockExecutorService impleme...
1,336
<s> package net . sf . sveditor . ui . editor ; import org . eclipse . jface . text . templates . GlobalTemplateVariables ; import org . eclipse . jface . text . templates . TemplateContextType ; public class SVTemplateContextType extends TemplateContextType { public SVTemplateContextType ( ) { addResolver ( new Global...
1,337
<s> package com . asakusafw . compiler . operator . io ; import java . io . IOException ; import com . asakusafw . compiler . operator . model . MockSummarized ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class MockSummarizedOutput
1,338
<s> package com . asakusafw . bulkloader . exporter ; import java . sql . Connection ; import java . sql . PreparedStatement ; import java . sql . SQLException ; import java . util . Iterator ; import java . util . LinkedHashSet ; import java . util . List ; import java . util . Set ; import java . util . concurrent . ...
1,339
<s> package com . asakusafw . compiler . testing ; import com . asakusafw . compiler . common . Precondition ; public class StageInfo { private String className ; public StageInfo ( String className ) { Precondition . checkMustNotBeNull ( className , "className" ) ;
1,340
<s> package org . rubypeople . rdt . refactoring . tests . core . inlinemethod ; import java . util . ArrayList ; import org . rubypeople . rdt . refactoring . core . inlinemethod . MethodBodyStatementReplacer ; import org . rubypeople . rdt . refactoring . documentprovider . IDocumentProvider ; import org . rubypeople...
1,341
<s> package org . oddjob . schedules . regression ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . apache . log4j . Logger ; import org . oddjob . arooa . convert . ConversionFailedException ; import org . oddjob . arooa . convert . NoConversionAvailableExcepti...
1,342
<s> package org . rubypeople . rdt . refactoring . ui . pages . extractmethod ; public class ParameterTextChanged { private final String from ; private final String to ; private final int newPosition ; private final int originalPosition ; public String getFrom ( ) { return from ; } public String getTo
1,343
<s> package org . oddjob . values . properties ; 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...
1,344
<s> package de . fuberlin . wiwiss . d2rq . optimizer . expr ; import org . apache . xerces . impl . dv . XSSimpleType ; import org . apache . xerces . xs . XSConstants ; import com . hp . hpl . jena . datatypes . RDFDatatype ; import com . hp . hpl . jena . datatypes . xsd . XSDDatatype ; import com . hp . hpl . jena ...
1,345
<s> package org . oddjob . state ; import java . io . File ; import java . io . IOException ; import java . util . Properties ; import junit . framework . TestCase ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . OurDirs ; import org . oddjob . StateSteps ; import org . oddjob...
1,346
<s> package net . sf . sveditor . core . db
1,347
<s> package org . rubypeople . rdt . refactoring . tests . core . movemethod . conditionchecks ; import junit . framework . Test ; import
1,348
<s> package org . oddjob ; import javax . swing . ImageIcon ; import org . oddjob . images . IconListener ; public class MockIconic implements Iconic { public ImageIcon iconForId ( String id ) { throw new RuntimeException ( "" + getClass ( ) ) ; } public void addIconListener ( IconListener listener ) { throw new Runtim...
1,349
<s> package org . rubypeople . rdt . internal . ui . actions ; import java . lang . reflect . InvocationTargetException ; import org . eclipse . core . resources . IWorkspaceRunnable ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . CoreException ; import org . eclips...
1,350
<s> package org . rubypeople . rdt . internal . ti . util ; import java . util . Collection ; import java . util . LinkedList ; import java . util . List ; import org . jruby . ast . CallNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . FCallNode ; import org . jruby . ast . ModuleNode ; import o...
1,351
<s> package org . rubypeople . rdt . refactoring . tests . core . pushdown ; import org . rubypeople . rdt . refactoring . core . pushdown . MethodDownPusher ; import org . rubypeople . rdt . refactoring . documentprovider . DocumentProvider ; import org . rubypeople . rdt . refactoring . documentprovider . StringDocum...
1,352
<s> package de . fuberlin . wiwiss . d2rq . sql . types ; import java . sql . Date ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . util . regex . Pattern ; import de . fuberlin . wiwiss . d2rq . sql . vendor
1,353
<s> package org . rubypeople . rdt . core . tests ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . net . URL ; import junit . framework . TestCase ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; im...
1,354
<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...
1,355
<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 . ISVDBItemBase ; import net . sf . sveditor . core . db . ISVDBScopeItem ; import net . sf . sveditor . core . db . SV...
1,356
<s> package com . asakusafw . compiler . tool . analysis ; import java . io . Closeable ; import java . io . IOException ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java . nio . charset . Charset ; import java . text . MessageFormat ; import java ....
1,357
<s> package org . oddjob . jmx . server ; import javax . management . Notification ; import org . oddjob . jmx . RemoteOddjobBean ; public interface ServerSideToolkit { public void sendNotification ( Notification notification ) ; public Notification createNotification ( String type ) ; public void runSynchronized ( Run...
1,358
<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 . screem . BorderedGroup ; import org . oddjob . arooa ....
1,359
<s> package net . sf . sveditor . ui . wizards . templates ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . Res...
1,360
<s> package org . rubypeople . rdt . internal . compiler . util ; import org . rubypeople . rdt . internal . core . util . CharOperation ; public final class SimpleSetOfCharArray implements Cloneable { public char [ ] [ ] values ; public int elementSize ; public int threshold ; public SimpleSetOfCharArray ( ) { this ( ...
1,361
<s> package com . asakusafw . runtime . io . util ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; public class InvertOrder implements WritableRawComparable { private final WritableRawComparable entity ; public InvertOrder ( WritableRawComparable entity ) { if ( entity =...
1,362
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . jface . action . Action ; import org . eclips...
1,363
<s> package net . sf . sveditor . core . parser ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBAddChildItem ; import net . sf . sveditor . core . db . SVDBFieldItem ; import net . sf . sveditor . core . db . SVDBInterfaceDecl ; import net . sf . sveditor . core . db . SVDBItemType ; import ...
1,364
<s> package org . rubypeople . rdt . internal . corext . callhierarchy ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . Document ; import org . rubypeople . rdt . core . IBuffer ; import org . rubypeople . rdt . cor...
1,365
<s> package com . asakusafw . compiler . fileio . io ; import java . io . IOException ; import com . asakusafw . compiler . fileio . model . Ex2 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class
1,366
<s> package com . melloware . jintellitype ; public class JIntellitypeException extends RuntimeException { public JIntellitypeException ( ) { super ( ) ; } public JIntellitypeException ( String aMessage , Throwable aCause ) { super ( aMessage
1,367
<s> package org . oddjob . values ; import java . text . SimpleDateFormat ; import java . util . Date ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; import org . oddjob . framework . SimpleJob ; public class CheckBasicSetters extends SimpleJob { boolean checkBoolean ; byte checkByte ; char chec...
1,368
<s> package org . oddjob ; import junit . framework . TestCase ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . ArooaTools ; import org . oddjob . arooa . ElementMappings ; import org . oddjob...
1,369
<s> package org . oddjob . jobs . structural ; import java . util . Arrays ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobSessionFactory ; import org . oddjob . arooa . ArooaSession ; import org . o...
1,370
<s> package org . oddjob . jobs ; import java . beans . PropertyVetoException ; import java . lang . reflect . InvocationTargetException ; import junit . framework . TestCase ; import org . apache . commons . beanutils . BeanUtils ; import org . apache . commons . beanutils . PropertyUtils ; import org . apache . log4j...
1,371
<s> package net . sf . sveditor . core . tests . index . persistence ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . InputStream ; import java . io . PrintStream ; import java . util . ArrayList ; import java . util . List ; import juni...
1,372
<s> package com . asakusafw . compiler . flow . plan ; import java . lang . annotation . Annotation ; import java . text . MessageFormat ; import java . util . Collection ; import java . util . Collections ; import java . util . Comparator ; import java . util . Iterator ; import java . util . LinkedList ; import java ...
1,373
<s> package com . aptana . rdt . internal . parser . warnings ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . eclipse . core . runtime . IPath...
1,374
<s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . jface . action . IMenuListener ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . action . IStatusLineManager ; import org . eclip...
1,375
<s> package com . asakusafw . yaess . core . task ; import java . io . IOException ; import java . util . Collections ; import java . util . Set ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yaess . core . ExecutionScriptHandler ; import com . asakusafw . yaess . core . Job ; pub...
1,376
<s> package org . rubypeople . rdt . internal . debug . ui . actions ; import org . eclipse . debug . core . DebugPlugin ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . dialogs . MessageDialog ; import org . eclipse . jface . viewers . StructuredSelection ; import org . eclipse . swt ...
1,377
<s> package org . rubypeople . rdt . internal . core . util ; import java . util . Iterator ; import org . jruby . ast . AliasNode ; import org . jruby . ast . AndNode ; import org . jruby . ast . ArgsCatNode ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . ArgsPushNode ; import org . jruby . ast . Ar...
1,378
<s> package com . team1160 . scouting . frontend . elements ; import java . awt . event . ActionEvent ; import java . awt . event . ActionListener ; import javax . swing . JButton ; import com . team1160 . scouting . frontend . resourcePackets . CardLayoutPacket ; public class NextButton extends JButton implements Acti...
1,379
<s> package de . fuberlin . wiwiss . d2rq ; import com . hp . hpl . jena . rdf . model . Model ; import com . hp . hpl . jena . rdf . model . ModelFactory ; import junit . framework . Test ; import junit . framework . TestSuite ; public class D2RQTestSuite { public static final String DIRECTORY = "" ; public static fin...
1,380
<s> package org . rubypeople . rdt . refactoring . action ; import org . rubypeople . rdt . refactoring . core . convertlocaltofield . ConvertLocalToFieldRefactoring ; public class ConvertTempToFieldAction extends WorkbenchWindowActionDelegate { @ Override
1,381
<s> package com . sun . tools . hat . internal . parser ; import java . io . FilterInputStream ; import java . io . IOException ; import java . io . InputStream ; public class PositionInputStream extends FilterInputStream { private long position = 0L ; public PositionInputStream ( InputStream in ) { super ( in ) ; } pu...
1,382
<s> package org . rubypeople . rdt . internal . core . search . indexing ; public interface IIndexConstants { char [ ] REF = "ref" . toCharArray ( ) ; char [ ] METHOD_REF = "methodRef" . toCharArray ( ) ; char [ ] CONSTRUCTOR_REF = "" . toCharArray ( ) ; char [ ] SUPER_REF = "superRef" . toCharArray ( ) ; char [ ] TYPE...
1,383
<s> package org . rubypeople . rdt . internal . debug . core . breakpoints ; import java . util . Map ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IWorkspaceRunnable ; import org . eclipse . core . resources . Resou...
1,384
<s> package org . rubypeople . rdt . debug . ui . tests ; import org . rubypeople . rdt . internal . debug . ui . TS_InternalDebugUi ; import org . rubypeople . rdt . internal . debug . ui . launcher . TS_InternalDebugUiLauncher ;
1,385
<s> package com . asakusafw . compiler . operator . io ; import java . io . IOException ; import com . asakusafw . compiler . operator . model . MockKey ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class MockKeyInput implements ModelInput < M...
1,386
<s> package com . asakusafw . compiler . flow . stage ; import java . util . Collection ; import java . util . Collections ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import co...
1,387
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jface . resource . ImageDescriptor ; import org . eclipse . jfac...
1,388
<s> package com . asakusafw . compiler . flow . stage ; import java . io . IOException ; import java . util . Collections ; import java . util . List ; import org . apache . hadoop . mapreduce . TaskInputOutputContext ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler...
1,389
<s> package com . sun . tools . hat . internal . server ; import com . google . common . base . Function ; import com . google . common . collect . Ordering ; import com . sun . tools . hat . internal . model . * ; import java . util . Arrays ; import java . util . Comparator ; class ClassQuery extends QueryHandler { p...
1,390
<s> package hudson . stagingworkflow ; import org . jbpm . graph . def . ActionHandler ; import org . jbpm . graph . exe . ExecutionContext ; public
1,391
<s> package org . oddjob . values . properties ; import junit . framework . TestCase ; public class
1,392
<s> package de . fuberlin . wiwiss . d2rq . expr ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; public class GreaterThanOrEqual extends BinaryOperator { public GreaterThanOrEqual ( Expression expr1 , Expression expr2 ) { super ( expr1 , expr2 , ">=" ) ; } public Expression renameAttributes ( ColumnR...
1,393
<s> package org . rubypeople . rdt . internal . core . search ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . runtime . IPath ; import org . rubypeople . rdt . core . ILoadpathEntry ; import org . rubypeople . rdt . core . IRu...
1,394
<s> package org . rubypeople . rdt . internal . ui . compare ; import org . eclipse . compare . CompareConfiguration ; import org . eclipse . compare . IViewerCreator ; import org
1,395
<s> package net . sf . sveditor . core . db . expr ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBParamIdExpr extends SVDBIdentifierExpr { public List < SVDBExpr > fParamExpr ; public SVDBParamIdExpr ( ) { this ( null ) ; } public ...
1,396
<s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . jface . action . Action ; import org . eclipse . swt . custom . BusyIndicator ; public class SortAction extends Action { private int fSortOrder ; private RubySearchResultPage fPage ; public SortAction ( String label , RubySearchResultP...
1,397
<s> package net . sf . sveditor . ui . editor ; import net . sf . sveditor . core . db . ISVDBScopeItem ; import net . sf . sveditor . core . db . utils . SVDBSearchUtils ; import net . sf . sveditor . core . expr_utils . SVExprScanner ; import net . sf . sveditor . ui . scanutils . SVDocumentTextScanner ; import org ....
1,398
<s> package org . rubypeople . rdt . refactoring . tests ; import java . util . Collection ; import junit . framework . TestCase ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . Document ; import org . eclipse . text . edits . TextEdit ; import org . rubypeople . rdt ...
1,399
<s> package com . sun . tools . hat . internal . server ; import java . util . Arrays ; import java . util . Comparator ; import com . google . common . base . Function ; import com . google . common . collect . ComparisonChain ; import com . google . common . collect . Ordering ; import com . sun . tools . hat . inter...