id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
1,100
<s> package org . rubypeople . rdt . refactoring . core . convertlocaltofield ; import org . jruby . ast . BlockNode ; import org . jruby . ast . DefnNode ; import org . jruby . ast . NewlineNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . core . NodeFactory ; import org . rubypeop...
1,101
<s> package com . aptana . rdt . internal . core . parser . warnings ; import java . util . Map ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import com . aptana . rdt . AptanaRDTPlugin ; import com . aptana . rdt . internal . parser . w...
1,102
<s> package com . asakusafw . dmdl . model ; import com . asakusafw . dmdl . Region ; public class AstModelReference extends AbstractAstNode implements AstRecord { private final Region region ; public final AstSimpleName name ; public AstModelReference ( Region region , AstSimpleName name ) { if ( name == null ) { thro...
1,103
<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...
1,104
<s> package de . fuberlin . wiwiss . d2rq . server ; import java . io . IOException ; import java . util . Collections ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Set ; import javax . servlet . ServletException ; import java...
1,105
<s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . vocabulary . external . ExporterDescription ; public class MockEx...
1,106
<s> package com . asakusafw . vocabulary . windgate ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . windgate . core . DriverScript ; import com . asakusafw . windgate . core . vocabulary . DataModelStreamSupport ; import com ....
1,107
<s> package org . oddjob . monitor . model ; import java . util . concurrent . Executor ; import javax . swing . event . TreeModelListener ; import javax . swing . tree . TreeModel ; import javax . swing . tree . TreeNode ; import javax . swing . tree . TreePath ; public class JobTreeModel implements TreeModel { privat...
1,108
<s> package com . asakusafw . utils . java . parser . javadoc ; import java . io . IOException ; import java . io . StringReader ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import com . asakusafw . utils . java . internal . model...
1,109
<s> package net . bioclipse . opentox ; public class OpenToxService { private String name ; private String service ; private String serviceSPARQL ; public OpenToxService ( String name , String service , String serviceSPARQL ) { super ( ) ; this . name = name ;
1,110
<s> package org . oddjob . schedules . schedules ; import java . io . Serializable ; import java . util . Calendar ; import java . util . Date ; import java . util . GregorianCalendar ; import org . oddjob . schedules . AbstractSchedule ; import org . oddjob . schedules . Interval ; import org . oddjob . schedules . In...
1,111
<s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstAttributeValueArray extends AbstractAstNode implements AstAttributeValue { private final Region region ; public final List < AstAttribu...
1,112
<s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . osgi . util . NLS ; public class TextMessages extends NLS { private static final
1,113
<s> package org . oddjob . schedules ; import java . io . Serializable ; import java . text . SimpleDateFormat ; import java . util . Date ; class IntervalBase implements Serializable { private static final long serialVersionUID = 20050226 ; private final Date fromDate ; private final Date toDate ; public IntervalBase ...
1,114
<s> package com . asakusafw . compiler . common ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . util . Arrays ; import java . util . List ; import java . util . Map ; import...
1,115
<s> package org . oddjob . scheduling ; import java . text . ParseException ; import java . util . Date ; import org . apache . log4j . Logger ; import org . oddjob . arooa . utils . DateHelper ; import org . oddjob . util
1,116
<s> package org . oddjob ; import org . oddjob . arooa . registry . Services ; import org . oddjob . input . InputHandler ;
1,117
<s> package fi . koku . services . utility . authorizationinfo . v1 . model ; public class User { private String id ; private String firstname ; private String lastname ; public String getId ( ) { return id ; } public void setId ( String id ) { this . id = id ; } public String getFirstname ( ) { return firstname ; } pu...
1,118
<s> package org . oddjob . monitor . view ; import java . awt . Component ; import java . util . ArrayList ; import java . util . List ; import javax . swing . JMenu ; import javax . swing . JMenuItem ; import javax . swing . JSeparator ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; impo...
1,119
<s> package org . rubypeople . rdt . internal . ui . workingsets ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . ...
1,120
<s> package com . pogofish . jadt . parser ; import java . util . List ; import com . pogofish . jadt . ast . Annotation ; import com . pogofish . jadt . ast . Arg ; import com . pogofish . jadt . ast . ArgModifier ; import com . pogofish . jadt . ast . Constructor ; import com . pogofish . jadt . ast . DataType ; impo...
1,121
<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 . SimpleName ; import com . asakusafw . utils . java ...
1,122
<s> package com . asakusafw . compiler . flow ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import com . asakusafw . compiler . common . NameGenerator ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . utils . collections . Lists ; import c...
1,123
<s> package com . asakusafw . directio . tools ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . apache . hadoop . util . Tool ; import org . apache . hadoop . util . ToolRunner ; import org . junit . Test ; public class DirectIoAbortTransactionTest extends DirectIoCo...
1,124
<s> package org . rubypeople . rdt . internal . corext . callhierarchy ; import java . util . HashMap ; import java . util . Map ; import org . rubypeople . rdt . core . IMember ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . IType ; class CallSearchResultCollector { priva...
1,125
<s> package info . naturwerk . app ; import android . app . Service ; import android . content . Intent ; import android . os . IBinder ; import android . util . Log ; public class NWUpdateService extends Service { private static final String TAG = "" ; static final int DELAY = 60000 ; private boolean runFlag = false ;...
1,126
<s> package org . rubypeople . rdt . internal . ui . util ; import org . eclipse . jface . text . IDocument ; import org . eclipse . ui . texteditor . ITextEditor ; import org . jruby . lexer . yacc . ISourcePosition ; public class PositionBasedEditorOpener extends EditorOpener { private final ISourcePosition position ...
1,127
<s> package org . rubypeople . rdt . internal . debug . ui . actions ; import org . eclipse . jface . viewers . Viewer ; import org . rubypeople . rdt . debug . core . model . IRubyVariable ; import org . rubypeople . rdt . debug . ui . RdtDebugUiConstants ; public class ShowStaticVariablesAction extends VariableFilter...
1,128
<s> package com . asakusafw . testdriver . excel ; import java . io . IOException ; import java . net . URI ; import java . text . MessageFormat ; import java . util . Iterator ; import java . util . LinkedHashMap ; import java . util . Map ; import org . apache . poi . ss . usermodel . Cell ; import org . apache . poi...
1,129
<s> package com . pogofish . jadt . emitter ; import com . pogofish . jadt . ast . DataType ; import com . pogofish . jadt .
1,130
<s> package org . rubypeople . rdt . core . search ; import org . eclipse . core . resources . IResource ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . internal . core . RubyElement ; public class SearchMatch { public static final int A_ACCURATE = 0 ; public static final int A_I...
1,131
<s> package com . asakusafw . compiler . bulkloader . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . bulkloader . testing . model . SystemColumns ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io
1,132
<s> package com . asakusafw . dmdl . windgate . csv . driver ; import java . util . Arrays ; 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 . AstAttr...
1,133
<s> package com . pogofish . jadt . sampleast ; import java . util . List ; public abstract class Expression { private Expression ( ) { } public static final Expression _Add ( Expression left , Expression right ) { return new Add ( left , right ) ; } public static final Expression _Variable ( String name ) { return new...
1,134
<s> package net . bioclipse . opentox . ds . wizards ; import net . bioclipse . opentox . ds . Activator ; import net . bioclipse . opentox . ds . prefs . OpenToxModelsPrefsPage ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . viewers . CheckStateChangedEvent ; import org ...
1,135
<s> package org . rubypeople . rdt . internal . testunit . ui ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java . io . UnsupportedEncodingException ; import java . net . Serve...
1,136
<s> package net . sf . sveditor . ui . svcp ; import net . sf . sveditor . core . db . SVDBAssign ; import net . sf . sveditor . core . db . SVDBConstraint ; import net . sf . sveditor . core . db . SVDBCovergroup ; import net . sf . sveditor . core . db . SVDBCoverpoint ; import net . sf . sveditor . core . db . SVDBC...
1,137
<s> package com . asakusafw . bulkloader . exporter ; import static org . junit . Assert . * ; import java . io . File ; import java . util . Arrays ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import org . junit . After ; import org . junit . AfterClass ; import org . j...
1,138
<s> package com . aptana . rdt . internal . ui . infoviews ; import com . aptana . rdt . ui . BrowserView ;
1,139
<s> package org . rubypeople . rdt . internal . debug . core . model ; import java . util . Vector ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . MultiStatus ; import org . eclipse . core . runtime . Status ; import ...
1,140
<s> package net . ggtools . grand . ui . widgets ; import java . io . IOException ; import net . ggtools . grand . Configuration ; import net . ggtools . grand . ui . Application ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import org . eclipse . jface . dialo...
1,141
<s> package org . oddjob . sql ; import junit . framework . TestCase ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . reflect . ArooaPropertyException ; import org . oddjob . arooa . xml . XMLConfigurat...
1,142
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ExportTempImportTarget11Df ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ Sup...
1,143
<s> package org . rubypeople . rdt . refactoring . tests . core . splitlocal ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . splitlocal . SplitLocalConditionChecker ; import or...
1,144
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . Temp7 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWarnings ( "depr...
1,145
<s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; public class SVDBTypeInfoClassType extends SVDBTypeInfoClassItem { public
1,146
<s> package org . rubypeople . rdt . ui . search ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . search . IRubySearchScope ; public class ElementQuerySpecification extends QuerySpecification { private IRubyElement fElement ;
1,147
<s> package org . oddjob . framework ; import java . util . concurrent . atomic . AtomicInteger ; import java . util . concurrent . atomic . AtomicReference ; import org . oddjob . FailedToStopException ; import org . oddjob . Forceable ; import org . oddjob . Resetable ; import org . oddjob . Stateful ; import org . o...
1,148
<s> package com . aptana . rdt . internal . core . parser . warnings ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import com . aptana . rdt . internal . parser . warnings . ComparableInclusionVisitor ; public class TC_ComparableInclusio...
1,149
<s> package net . sf . sveditor . ui . editor ; import org . eclipse . jface . text . formatter . ContextBasedFormattingStrategy ; public class SVFormattingStrategy extends ContextBasedFormattingStrategy { @ Override public void
1,150
<s> package info . naturwerk . app ; import android . os
1,151
<s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; import java . io . Serializable ;
1,152
<s> package org . springframework . social . google . api . tasks . impl ; import static org . springframework . social . google . api . tasks . impl . TaskTemplate . TASK_LISTS_URL ; import org . springframework . social . google . api . query . impl . ApiQueryBuilderImpl ; import org . springframework
1,153
<s> package org . rubypeople . rdt . internal . corext . util ; import org . rubypeople . rdt . core . search . IRubySearchConstants ; import org . rubypeople . rdt . core . search . IRubySearchScope ; import org . rubypeople . rdt . core . search . SearchEngine ; import org . rubypeople . rdt . core . search . SearchP...
1,154
<s> package com . aptana . rdt . internal . core . gems ; import java . util . Set ; import com . aptana . rdt . core . gems . Gem ; public class GemParserTest extends AbstractGemParserTestCase { public void testParsingLocalGems ( ) throws GemParseException { String contents = getContents ( "" ) ; Set < Gem > gems = ge...
1,155
<s> package com . asakusafw . compiler . flow . example ; import com . asakusafw . compiler . flow . testing . external . Ex1MockExporterDescription ; import com . asakusafw . compiler . flow . testing . external . Ex1MockImporterDescription ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import co...
1,156
<s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import junit . framework . Test ; import junit . framework . TestSuite ; public class TS_InternalDebugUiLauncher { public static Test suite ( ) { TestSuite suite = new TestSuite ( "" ) ; suite . addTestSuite ( TC_RubyArgumentsTab . class ) ; suite
1,157
<s> package com . asakusafw . bulkloader . common ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . H...
1,158
<s> package org . rubypeople . rdt . refactoring . core . inlinelocal ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . ClassNode ; import org . jruby . ast . IterNode ; import org . jruby . ast . MethodDefNode ; import org . jruby . ast . MultipleAsgnNode ; import org . jr...
1,159
<s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . jface . viewers . ITreeContentProvider ; import org . eclipse . swt . graphics . Image ; import org . rubypeople . rdt . core . IRubyModel ; import org . rubypeople . rdt . core . IRubyScript ; import org . rubypeople . rdt . core . IT...
1,160
<s> package org . rubypeople . rdt . ui ; import org . eclipse . ui . IEditorInput ; import org
1,161
<s> package com . asakusafw . runtime . flow ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; public class ArrayListBufferTest { @ Test public void createEmpty ( ) { ArrayListBuffer < Holder > buf = new ArrayListBuffer < Holder > ( ) ; buf . begin ( ) ...
1,162
<s> package org . oddjob ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . io . InputStream ; import java . lang . reflect . Array ; import java . util . Enumeration ; import java . util . Properties ; import org . ...
1,163
<s> package org . apache . camel . example . reportincident ; import junit . framework . TestCase ; import org . apache . camel . CamelContext ; import org . apache . camel . impl . DefaultCamelContext ; import org . apache . cxf . jaxws . JaxWsProxyFactoryBean ; public class ReportIncidentNoSpringRoutesTest extends Te...
1,164
<s> package org . rubypeople . rdt . internal . ui . browsing ; import org . rubypeople . rdt
1,165
<s> package org . oddjob . schedules . schedules ; import java . text . ParseException ; import java . util . TimeZone ; import junit . framework . TestCase ; import org . oddjob . arooa . utils . DateHelper ; import org . oddjob . schedules . IntervalTo ; import org . oddjob . schedules . ScheduleResult ; import org ....
1,166
<s> package org . rubypeople . rdt . internal . ui . dialogs ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . dialogs . DialogPage ; import org . eclipse . jface . dialogs . IMessageProvider ; public class StatusUtil { public static IStatus getMoreSevere ( IStatus s1 , IStatus s2 ) { i...
1,167
<s> package org . rubypeople . rdt . core . formatter ; import java . util . HashMap ; import java . util . Map ; import org . rubypeople . rdt . internal . formatter . Indentor ; public class EditableFormatHelper implements FormatHelper { private static final String DEFAULT_LINE_DELIMITER = "n" ; private String lineDe...
1,168
<s> package net . sf . sveditor . ui . editor . actions ; import java . util . ResourceBundle ; import net . sf . sveditor . core . log . LogFactory ; import net . sf . sveditor . core . log . LogHandle ;
1,169
<s> package com . mcbans . firestar . mcbans . org . json ; import java . io . IOException ; import java . io . Writer ; public class JSONWriter { private static final int maxdepth = 20 ; private boolean comma ; protected char mode ; private JSONObject stack [ ] ; private int top ; protected Writer writer ; public JSON...
1,170
<s> package org . oddjob . state ; import java . io . File ; import java . util . Properties ; import java . util . concurrent . Future ; import junit . framework . TestCase ; import org . oddjob . FragmentHelper ; import org . oddjob . OurDirs ; import org . oddjob . StateSteps ; import org . oddjob . arooa . ArooaPar...
1,171
<s> package com . asakusafw . compiler . batch . batch ; import com . asakusafw . vocabulary . batch . Batch ; import com . asakusafw . vocabulary . batch . BatchDescription ; @ Batch ( name = "testing" ) public class SimpleBatch extends BatchDescription { @ Override protected void describe
1,172
<s> package net . sf . sveditor . core . db . stmt ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . sveditor . core . db . SVDBItemType ; ...
1,173
<s> package com . asakusafw . yaess . multidispatch ; import java . io . IOException ; import com . asakusafw . yaess . core . CommandScript ; import com . asakusafw . yaess . core . CommandScriptHandler ; import com . asakusafw . yaess . core . ExecutionContext ; public class
1,174
<s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; public interface IrDocElement { IrDocElementKind getKind ( ) ; IrLocation getLocation ( ) ; void setLocation ( IrLocation location ) ; < R
1,175
<s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . text . IAutoEditStrategy ; import org . eclipse . jface . text . IInformationControlCreator ; import org . eclipse . jface . text . ITextHover ; import org . eclipse ...
1,176
<s> package com . asakusafw . windgate . file . session ; import java . io . File ; import java . io . FileFilter ; import java . io . IOException ; import java . io . RandomAccessFile ; import java . nio . channels . FileLock ; import java . nio . channels . OverlappingFileLockException ; import java . nio . charset ....
1,177
<s> package net . bioclipse . opentox . test ; import net . bioclipse . core . tests . coverage . AbstractCoverageTest ; import net . bioclipse . managers . business . IBioclipseManager ; import net . bioclipse . opentox . business . IOpentoxManager ; import net . bioclipse
1,178
<s> package com . sun . tools . hat . internal . model ; abstract public class AbstractJavaHeapObjectVisitor implements JavaHeapObjectVisitor { abstract public void visit ( JavaHeapObject other ) ; public boolean
1,179
<s> package org . oddjob . persist ; import java . io . File ; import junit . framework . TestCase ; import org . apache . commons . io . FileUtils ; import org . apache . log4j . Logger ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . OddjobSess...
1,180
<s> package org . rubypeople . rdt . internal . core . search . indexing ; import java . io . IOException ; import java . net . URI ; import org . eclipse . core . filesystem . EFS ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . reso...
1,181
<s> package fi . koku . services . entity . community . v1 ; import java . net . URL ; import javax . xml . namespace . QName ; import javax . xml . ws . BindingProvider ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public class CommunityServiceFactory { private String uid ; private String pwd ; ...
1,182
<s> package org . rubypeople . rdt . refactoring . tests . core . pushdown ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt .
1,183
<s> package com . asakusafw . compiler . flow ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . OutputStream ; import java . text . MessageFormat ; import java . text . SimpleDateFormat ; import java . util . Date ; import java . util . List ; import j...
1,184
<s> package net . sf . sveditor . core . scanutils ; public interface ITextScanner { int get_ch ( ) ;
1,185
<s> package org . rubypeople . rdt . internal . corext . dom ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . Region ; import org . jruby . ast . Node ; import org . rubyp...
1,186
<s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; public class Join { private List < Attribute > attributes1 = new ArrayList < Att...
1,187
<s> package com . aptana . rdt . internal . core . parser . warnings ; import java . util . List ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . compiler . CategorizedProblem ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import org . rubypeople...
1,188
<s> package com . pogofish . jadt . ast ; import java . util . Collections ; import java . util . List ;
1,189
<s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . viewers . ISelection ;...
1,190
<s> package org . oddjob . scheduling ; import java . util . concurrent . Exchanger ; import java . util . concurrent . ExecutionException ; import java . util . concurrent . ExecutorService ; import java . util . concurrent . Future ; import java . util . concurrent . RejectedExecutionException ; import java . util . ...
1,191
<s> package com . asakusafw . compiler . flow . testing . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . flow . testing . io . Part1Input ; import com . asakusafw . compiler . flow...
1,192
<s> package org . rubypeople . rdt . refactoring . core . extractmethod ; import org . eclipse . ltk . ui . refactoring . UserInputWizardPage ; import org . rubypeople . rdt . refactoring . core . RubyRefactoring ; import org . rubypeople . rdt . refactoring . core . RefactoringContext ; import org . rubypeople . rdt ....
1,193
<s> package com . lmax . disruptor . support ; import com . lmax . disruptor . AbstractEntry ; import com . lmax . disruptor . EntryFactory ; public final class StubEntry extends AbstractEntry { private int value ; private String testString ; public StubEntry ( int i ) { this . value = i ; } public void copy ( StubEntr...
1,194
<s> package org . rubypeople . rdt . internal . formatter ; public class NeutralMarker extends AbstractBlockMarker { public NeutralMarker ( String aKeyword , int
1,195
<s> package org . rubypeople . rdt . internal . core ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt . internal . core . builder . TS_InternalCoreBuilder ; import org . rubypeople . rdt . internal . core . parser . TS_InternalCoreParser ; import org . rubypeople ...
1,196
<s> package com . asakusafw . utils . java . internal . model . util ; import java . lang . reflect . GenericArrayType ; import java . lang . reflect . ParameterizedType ; import java . lang . reflect . Type ; import java . lang . reflect . TypeVariable ; import java . lang . reflect . WildcardType ; import java . text...
1,197
<s> package net . sf . sveditor . ui . views . diagram ; import org . eclipse . draw2d . AbstractRouter ; public interface IDiagLabelProviderConfig { boolean getIncludePrivateClassFields ( ) ; boolean getIncludePublicClassFields ( ) ; boolean getIncludePrivateTasksFunctions ( ) ; boolean getIncludePublicTasksFunctions ...
1,198
<s> package com . asakusafw . yaess . basic ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . HashMap ; import java . util . Iterator ; import java . util . LinkedList ; import java . util . List ; import java . util . Map ; import java . util . Set ; import java . util . Tree...
1,199
<s> package org . rubypeople . rdt . refactoring . editprovider ; import java . util . Collection ; import java . util . HashMap ; import