id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
200
<s> package com . asakusafw . windgate . core . vocabulary ; public enum FileProcess implements ConfigurationItem { FILE ( "file" , "" ) , ; private final String key ; private final String description ; private FileProcess ( String key , String description ) { assert key != null ; assert description != null ; this . ke...
201
<s> package og . android . tether . system ; import java . io . BufferedReader ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . FilenameFilter ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader...
202
<s> package com . asakusafw . dmdl . java . emitter . driver ; import java . util . List ; import com . asakusafw . dmdl . java . emitter . EmitContext ; import com . asakusafw . dmdl . java . spi . JavaDataModelDriver ; import com . asakusafw . dmdl . semantics . ModelDeclaration ; import com . asakusafw . dmdl . sema...
203
<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...
204
<s> package org . oddjob . launch ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; public class PathParser { private String [ ] elements ; public String [ ] getElements ( ) { return elements ; } public String [ ] processArgs ( String [ ] args ) { List < String > returned = new Ar...
205
<s> package org . vaadin . teemu . clara . binder ; import java . lang . reflect . InvocationHandler ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . lang . reflect . Proxy ; import java . util . Set ; import java . util . logging . Logger ; import org ....
206
<s> package org . oddjob . values . properties ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . xml . XMLConfiguration ; public class PropertiesJobSystemTest extends TestCase { private static ...
207
<s> package com . asakusafw . testdriver . core ; import java . lang . annotation . Annotation ; import java . text . MessageFormat ; import java . util . Collection ; import java . util . HashMap ; import java . util . Map ; public interface DataModelDefinition < T > { Class < T > getModelClass ( ) ; < A extends Annot...
208
<s> package net . ggtools . grand . ui . prefs ; public interface PreferenceKeys { public static final String MAX_RECENT_FILES_PREFS_KEY = "" ; public static final String RECENT_FILES_PREFS_KEY = "recent files" ; public static final String GRAPH_PREFIX = "graph." ; public static final String NODE_PREFIX = GRAPH_PREFIX ...
209
<s> package org . rubypeople . rdt . internal . ui . wizards . dialogfields ; import org . eclipse . swt . SWT ; import org . eclipse . swt . layout . GridData ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Control ; import org . eclipse . swt . widgets . Display ; import or...
210
<s> package net . sf . sveditor . core . parser ; 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 . db . SVDBLocation ; import net . sf . sveditor . core...
211
<s> package org . rubypeople . rdt . launching ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . debug . core . ILaunchConfiguration ; import org . rubypeople . rdt . core . IRubyProject ; publ...
212
<s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . StringTokenizer ; import org . eclipse . core . runtime . Preferences ; import org . eclipse . jface . preference...
213
<s> package com . asakusafw . runtime . directio ; public final class OutputAttemptContext { private final String transactionId ; private final String attemptId ; private final String outputId ; private final Counter counter ; public OutputAttemptContext ( String transactionId , String attemptId , String outputId , Cou...
214
<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 . IntOp...
215
<s> package de . fuberlin . wiwiss . d2rq . engine ; import java . util . HashSet ; import java . util . Set ; import com . hp . hpl . jena . graph . Node ; import com . hp . hpl . jena . graph . Triple ; import com . hp . hpl . jena . sparql . algebra . Op ; import com . hp . hpl . jena . sparql . algebra . OpVisitorB...
216
<s> package com . asakusafw . dmdl . source ; import java . io . File ; import java . io . IOException ; import java . nio . charset . Charset ; import java . util . ArrayList ; import java . util . List ; import java . util . regex . Pattern ; public class DmdlSourceDirectory implements DmdlSourceRepository { private ...
217
<s> package org . oddjob . monitor . action ; import javax . swing . KeyStroke ; import org . oddjob . arooa . ArooaConfiguration ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . ArooaType ; i...
218
<s> package com . asakusafw . bulkloader . importer ; import static org . junit . Assert . * ; import java . io . File ; import java . util . Arrays ; import java . util . Calendar ; import java . util . Date ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import org . juni...
219
<s> package com . pogofish . jadt . sink ; import java . io . IOException ; import java . io . StringWriter ; import com . pogofish . jadt . util . ExceptionAction ; import com . pogofish . jadt . util . Util ; public class StringSink implements Sink { private final StringWriter writer ; private boolean closed = false ...
220
<s> package com . asakusafw . compiler . batch . batch ; import com . asakusafw
221
<s> package com . asakusafw . runtime . directio . hadoop ; import java . text . MessageFormat ; import org . apache . hadoop . util . Progressable ; import com . asakusafw . runtime . directio . Counter ; public final class ProgressableCounter extends Counter { private final Progressable progressable ; public Progress...
222
<s> package com . asakusafw . testdriver . bulkloader ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . Comparator ; import java ...
223
<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 . IImportDeclaration ; import org . rubypeople . rdt . core . IMethod ; import org . rubypeople ....
224
<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...
225
<s> package org . rubypeople . rdt . internal . debug . core . parsing ; import java . io . IOException ; import org . rubypeople . rdt . debug . core . RdtDebugCorePlugin ; import org . rubypeople . rdt . internal . debug . core . BreakpointSuspensionPoint ; import org . rubypeople . rdt . internal . debug . core . Ex...
226
<s> package org . oddjob . describe ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang .
227
<s> package org . rubypeople . rdt . refactoring . core . mergewithexternalclassparts ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . core . NodeFactory ; import org . rubypeople . rdt . refactoring . editprovider . InsertEditProvider ; import org . rubypeople . rdt . refactoring . nod...
228
<s> package org . oddjob . monitor . view ; import java . awt . BorderLayout ; import java . awt . GridBagConstraints ; import java . awt . GridBagLayout ; import java . awt . Insets ; import java . util . Observable ; import java . util . Observer ; import javax . swing . JLabel ; import javax . swing . JPanel ; impor...
229
<s> package com . asakusafw . modelgen . emitter ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . List ; import org . hamcrest . Matcher ; import org . junit . Test ; public class JavaNameTest { @ Test public void snake_name_of (...
230
<s> package org . rubypeople . rdt . core . search ; import org . eclipse . core . resources . IResource ; import org . rubypeople . rdt . core . IRubyElement ; public class FieldReferenceMatch extends SearchMatch { private boolean isReadAccess ; private boolean isWriteAccess ; private IRubyElement binding ; public Fie...
231
<s> package org . rubypeople . rdt . refactoring . ui ; import org . eclipse . jface . viewers . CheckStateChangedEvent ; import org . eclipse . jface . viewers . ICheckStateListener ; import org . eclipse . jface . viewers . ITreeContentProvider ; import org . eclipse . swt . widgets . Composite ; import org . eclipse...
232
<s> package com . asakusafw . bulkloader . cache ; import java . sql . Connection ; import java . util . Arrays ; import java . util . List ; import com . asakusafw . bulkloader . common . BulkLoaderInitializer ; import com . asakusafw . bulkloader . common . Constants ; import com . asakusafw . bulkloader . common . D...
233
<s> package net . sf . sveditor . core . tests . job_mgr ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . job_mgr . IJob ; import net . sf . sveditor . core . job_mgr . JobMgr ; import junit . framework . TestCase ; import
234
<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 SVDBCrossBinsSelectConditionExpr extends SVDBExpr { public SVDBExpr fBinsExpr ; public List < SVDBExpr > fIntersectList ; public SVDBCros...
235
<s> package de . fuberlin . wiwiss . d2rq . values ; import java . util . Collections ; import java . util . List ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; import de . fuberlin . wiwiss . d2rq . algebra . ExpressionProjectionSpec ; import de . fuberlin . wiwiss . d2rq...
236
<s> package org . rubypeople . rdt . refactoring . core . splitlocal ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . AssignableNode ; import org . jruby . ast . DAsgnNode ; import org . jruby . ast . DVarNode ; import org . jruby . ast . IterNode ; import org . jruby . as...
237
<s> package com . asakusafw . testdriver . temporary ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Set ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . fs . FileSystem ; import org . apache . hadoop . fs . Path ; import org . slf4j . L...
238
<s> package com . asakusafw . testtools ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; public final class Constants { public static final int MAX_ROWS = 10000 ; private static final String [ ] ENV_PREFIX = { "ASAKUSA_" , "NS_" } ; public static final List < String > EN...
239
<s> package com . asakusafw . windgate . jdbc ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . util . List ; import com . asakusafw . windgate . core . vocabulary . DataModelJdbcSupport ; public class SupportWithPrivateConstructor implements DataModelJdbcSupport < Object > { priva...
240
<s> package org . rubypeople . rdt . internal . core ; import java . io . IOException ; import java . io . InputStream ; import java . net . URL ; import java . util . Properties ; import org . eclipse . core . runtime . FileLocator ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . cor...
241
<s> package com . asakusafw . compiler . operator . processor ; import java . util . Collections ; import java . util . List ; import javax . lang . model . element . VariableElement ; import com . asakusafw . compiler . common . JavaName ; import com . asakusafw . compiler . common . Precondition ; import com . asakus...
242
<s> package com . asakusafw . utils . java . model . util ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . ExpressionStatement ; import com . asaku...
243
<s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstRecordDefinition extends AbstractAstNode implements AstRecord { private final Region region ; public final List < AstPropertyDefinition...
244
<s> package com . asakusafw . utils . java . jsr199 . testing ; import java . util . Set ; import javax . annotation . processing . Completion ; import javax . annotation . processing . ProcessingEnvironment ; import javax . annotation . processing . Processor ; import javax . annotation . processing . RoundEnvironment...
245
<s> package de . fuberlin . wiwiss . d2rq ; import org . apache . log4j . Level ; import org . apache . log4j . Logger ; public class Log4jHelper { public static void turnLoggingOff ( ) { System . err . println ( "" ) ;
246
<s> package org . oddjob . designer . components ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . SimpleDesignProperty ; import org . oddjob . arooa . design . S...
247
<s> package net . sf . sveditor . ui . pref ; public class SVEditorPrefsConstants { public static final String P_DEFAULT_C = "" ; public static final String P_SL_COMMENT_C = "" ; public static final String P_ML_COMMENT_C = "" ; public static final String P_KEYWORD_C = "" ; public static final String P_STRING_C = "" ; p...
248
<s> package org . rubypeople . rdt . internal . core . search . processing ; import org .
249
<s> package net . sf . sveditor . core . tests . content_assist ; import java . io . InputStream ; import java . util . HashSet ; import java . util . Set ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . index . AbstractSVDBIndex ; import net . sf . sveditor . core . db . i...
250
<s> package net . sf . sveditor . ui . editor ; import org . eclipse . jface . text . rules . ICharacterScanner ; import org . eclipse . jface . text . rules . IPredicateRule ; import org . eclipse . jface . text . rules . IToken ; import org . eclipse . jface . text . rules . Token ; public class CCommentRule implemen...
251
<s> package com . asakusafw . compiler . operator . processor ; import java . util . List ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . operator . AbstractOperatorProcessor ; import com . asakusafw . compil...
252
<s> package hudson . jbpm . model . gpd ; import java . awt . geom . Rectangle2D ; import java . util . List ; import com . thoughtworks . xstream . annotations . XStreamAlias ; import com . thoughtworks . xstream . annotations . XStreamAsAttribute ; import com . thoughtworks . xstream . annotations . XStreamImplicit ;...
253
<s> package org . rubypeople . rdt . internal . ui . text . correction ; import java . io . StringWriter ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . swt . graphics . Image ; import org ...
254
<s> package org . rubypeople . rdt . refactoring . core . mergeclasspartsinfile ; import java . util . ArrayList ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . classnodeprovider . IncludedClassesProvider ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; impor...
255
<s> package com . asakusafw . compiler . operator ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import javax . lang . model . element . AnnotationMirror ; import javax . lang . model . element . AnnotationValue ; import javax . lang . mo...
256
<s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstUnionExpression < T extends AstTerm < T > > extends AbstractAstNode implements AstExpression < T > { private final Region region ; publ...
257
<s> package com . asakusafw . testdriver . bulkloader ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . sql . Connection ; import java . sql . DriverManager ; import java . sql . ResultSet ; import java . sql . Statement ; import java . util . List ; import org . jun...
258
<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 java . util . List ; im...
259
<s> package com . asakusafw . runtime . directio . util ; import java . io . IOException ; import java . io . InputStream ; import com . asakusafw . runtime . directio . Counter ; public class CountInputStream extends InputStream { private final InputStream target ; private final Counter counter ; public CountInputStre...
260
<s> package com . asakusafw . dmdl . thundergate . util ; import com . asakusafw . dmdl . thundergate . model . ModelDescription ; import com . asakusafw . dmdl . thundergate . model . ModelReference ; public abstract class ModelBuilder < T extends ModelBuilder < T
261
<s> package org . rubypeople . rdt . internal . ui . workingsets ; import org . eclipse . jface . action . IMenuManager ; public interface IWorkingSetActionGroup { public static final String ACTION_GROUP = "" ; public void fillViewMenu ( IMenuManager
262
<s> package org . oddjob . framework ; import java . io . File ; import java . net . MalformedURLException ; import java . util . concurrent . Callable ; import junit . framework . TestCase ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . OurDirs...
263
<s> package com . asakusafw . yaess . core ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . Comparator ; import java . util . EnumMap ; import java . util . Iterator ; import java . util . LinkedHashSet ; im...
264
<s> package net . bioclipse . opentox . qsar ; import org . apache . log4j . Logger ; import java . util . ArrayList ; import java . util . List ; import net . bioclipse . core . business . BioclipseException ; import net . bioclipse . core . domain . IStringMatrix ; import net . bioclipse . opentox . Activator ; impor...
265
<s> package org . rubypeople . rdt . internal . ui . dnd ; import org . eclipse . core . runtime . SafeRunner ; import org . eclipse . swt . dnd . DND ; import org . eclipse . swt . dnd . DropTargetEvent ; import org . eclipse . swt . dnd . DropTargetListener ; import org . eclipse . swt . dnd . Transfer ; import org ....
266
<s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import java . net . URI ; import java . util . List ; import java . util . ServiceLoader ; public class SpiDifferenceSinkProvider implements DifferenceSinkProvider { private final List < DifferenceSinkProvider > elements ; public SpiDiff...
267
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ExportTempTable ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWarnin...
268
<s> package org . oddjob . jmx . server ; import java . io . FileInputStream ; import java . io . IOException ; import java . security . AccessControlContext ; import java . security . AccessController ; import java . security . Principal ; import java . security . PrivilegedAction ; import java . util . Collection ; i...
269
<s> package com . mcbans . firestar . mcbans . bukkitListeners ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; import java . net . URL ; import java . net . URLEncoder ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firest...
270
<s> package com . asakusafw . compiler . operator . io ; import java . io . IOException ; import com . asakusafw . compiler . operator . model . MockFoo ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class MockFooOutput implements ModelOutput...
271
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; imp...
272
<s> package com . asakusafw . testdriver . windgate ; import java . io . IOException ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . testdriver . core . BaseImporterPreparator ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . core...
273
<s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . AssignmentExpression ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . InfixOperator ; import com . asakusafw ....
274
<s> package com . asakusafw . utils . java . parser . javadoc ; import static com . asakusafw . utils . java . internal . parser . javadoc . ir . JavadocTokenKind . * ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . utils . java . internal . parser . javadoc . ir . Javadoc...
275
<s> package com . asakusafw . bulkloader . transfer ; import java . io . Closeable ; import java . io . IOException ;
276
<s> package br . com . caelum . vraptor . dash . matchers ; import org . hamcrest . Description ; import org . hamcrest . Factory ; import org . hamcrest . TypeSafeMatcher ; import br . com . caelum . vraptor . dash . hibernate . stats . OpenRequest ; import br . com . caelum . vraptor . resource . ResourceMethod ; pub...
277
<s> package org . rubypeople . rdt . astviewer . views ; import java . io . IOException ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface ....
278
<s> package org . rubypeople . rdt . ui . actions ; import java . util . Iterator ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . action . MenuManager ; import org . eclipse . jface . action . Separator ; import org . eclipse . jf...
279
<s> package fi . koku . services . entity . family . v1 ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import fi . koku . services . entity . community . v1 . CommunityQueryCriter...
280
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IWorkspaceRunnable ; import org . ...
281
<s> package com . pogofish . jadt . samples . ast . data ; import java . util . List ; public abstract class Statement { private Statement ( ) { } public static final Statement _Declaration ( Type type , String name , Expression expression ) { return new Declaration ( type , name , expression ) ; } public static final ...
282
<s> package org . rubypeople . rdt . ui . wizards ; import java . util . ArrayList ; 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 ...
283
<s> package org . rubypeople . rdt . refactoring . ui . pages . extractmethod ; import java . util . Observable ; import java . util . Observer ; import org . eclipse . swt . widgets . Button ; import org . eclipse . swt . widgets . Event ; import org . eclipse . swt . widgets . Listener ; import org . eclipse . swt . ...
284
<s> package org . rubypeople . rdt . refactoring . core . pushdown ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . BlockNode ; import org . jruby . ast . Node ; import org . jruby . lexer . yacc . IDESourcePosition ; import org . rubypeople . rdt . refactoring . core . No...
285
<s> package org . oddjob . jobs ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . io . Serializable ; import org . oddjob . launch . Launcher ; public class LaunchJob implements Runnable , Serializable { private static final long serialVersio...
286
<s> import java . awt . AWTException ; import java . awt . BorderLayout ; import java . awt . Desktop ; import java . awt . Rectangle ; import java . awt . SystemTray ; import java . awt . TrayIcon ; import java . awt . TrayIcon . MessageType ; import java . awt . event . ActionEvent ; import java . awt . event . Actio...
287
<s> package org . springframework . social . google . api . plus . person . impl ; import java . io . IOException ; import org . springframework . http . HttpHeaders ; import org . springframework . http . HttpRequest ; import org . springframework . http . client . ClientHttpRequestExecution ; import org . springframe...
288
<s> package com . asakusafw . testdriver . rule ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import java . util . Set ; import com . asakusafw . testdriver . core . DataM...
289
<s> package org . rubypeople . rdt . internal . ui . preferences ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface ....
290
<s> package com . asakusafw . runtime . stage . collector ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . DataInputBuffer ; import org . apache . hadoop . io . DataOutputBuffer ; import org . apache . hadoop . io . Writable ; import o...
291
<s> package com . asakusafw . utils . java . model . syntax ; import
292
<s> package com . asakusafw . testtools ; import java . util . HashMap ; import java . util . Map ; public enum ColumnMatchingCondition { NONE ( "-UNK-" ) , EXACT ( "-UNK-" ) , PARTIAL ( "-UNK-" ) , NOW ( "-UNK-" ) , TODAY ( "-UNK-" ) ; private String japaneseName ; private ColumnMatchingCondition ( String japaneseName...
293
<s> package br . com . caelum . vraptor . dash . audit ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; @ Retention ( RetentionPolicy . RUNTIME )
294
<s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ExportTempImportTarget11 ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ Suppres...
295
<s> package org . rubypeople . rdt . internal . ui . search ; import com . ibm . icu . text . Collator ; import java . util . Comparator ; import org . eclipse . ui . IWorkingSet ; public class WorkingSetComparator implements Comparator { private Collator fCollator = Collator . getInstance ( ) ; public int compare ( Ob...
296
<s> package net . sf . sveditor . core . tests . content_assist ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . StringInputStream ; import net . sf . sveditor . core . content_assi...
297
<s> package org . rubypeople . rdt . refactoring . tests . core . inlinemethod ; import org . jruby . ast . LocalAsgnNode ; import org . jruby . lexer . yacc . IDESourcePosition ; import org . rubypeople . rdt . refactoring . core . inlinemethod . ReturnStatementReplacer ; import org . rubypeople . rdt . refactoring . ...
298
<s> package net . thucydides . showcase . simple . pages ; import ch . lambdaj . function . convert . Converter ; import net . thucydides . core . matchers . BeanMatcher ; import net . thucydides . core . pages . PageObject ; import net . thucydides . core . pages . WebElementFacade ; import org . openqa . selenium . B...
299
<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 EmptyStatementVisitorTest extends AbstractRubyLintVisitorTestCase { @ Override protected RubyLintVisitor ...