id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
300 | <s> package com . asakusafw . windgate . stream ; import java . io . Closeable ; import java . io . IOException ; import java . io . OutputStream ; public abstract class OutputStreamProvider implements Closeable { public long getDesiredStreamSize ( ) { return 0L ; } public abstract void next ( ) throws IOException ; pu... | |
301 | <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... | |
302 | <s> package net . ggtools . grand . ui . graph . draw2d ; import org . eclipse . draw2d . text . FlowPage ; import org . eclipse . draw2d . text . LineBox ; import org . eclipse . draw2d . text . PageFlowLayout ; public class ConstrainedPageFlowLayout extends PageFlowLayout { private int maxFlowWidth = - 1 ; public Con... | |
303 | <s> package com . asakusafw . compiler . fileio . flow ; import com . asakusafw . compiler . fileio . external . Ex1MockImporterDescription ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . compiler . fileio . operator . ExOperatorFactory ; import com . asakusafw . compiler . fileio ... | |
304 | <s> package org . rubypeople . rdt . debug . ui ; import java . io . File ; import java . net . MalformedURLException ; import java . net . URL ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Platform ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jf... | |
305 | <s> package net . sf . sveditor . core . docs ; import java . io . File ; import net . sf . sveditor . core . docs . model . DocModel ; public interface IDocWriter { public | |
306 | <s> package com . pogofish . jadt ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . io . InputStreamReader ; import java . io . Reader ; import java . net . URL ; import java . util . Properties ; import com . pogofish . jadt . util . ExceptionAction ; import com . pogofish . j... | |
307 | <s> package net . sf . sveditor . ui . svt . editor ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . jface . viewers . ITreeContentProvider ; import org . eclipse . jface . viewers . Viewer ; import org . w3c . dom . Document ; import org . w3c . dom . Element ; import org . w3c . d... | |
308 | <s> package com . asakusafw . compiler . flow . processor ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . List ; import org . junit . Test ; import com . asakusafw . compiler . flow . JobflowCompilerTestRoot ; import com . asakusafw . compiler . flow . proce... | |
309 | <s> package com . asakusafw . testdriver . core ; import java . io . Serializable ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . LinkedHashMap ; import java . util . Map ; public class DataModelReflection implements Serializable { private static final long serialVersionUI... | |
310 | <s> package de . fuberlin . wiwiss . pubby . negotiation ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util . regex . Pattern ; public class ContentTypeNegotiator { private List < VariantSpec > variantSpecs = new ArrayLi... | |
311 | <s> package com . asakusafw . windgate . hadoopfs . ssh ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . Outpu... | |
312 | <s> package org . rubypeople . rdt . ui . wizards ; import java . lang . reflect . InvocationTargetException ; import java . net . URI ; import org . eclipse . core . filesystem . URIUtil ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . eclipse ... | |
313 | <s> package net . sf . sveditor . core . db . index . cache ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . io . RandomAccessFile ; import java . nio . ByteBuffer ; import java . nio . channels . FileChannel ; import java . nio . channels . FileChannel . MapMo... | |
314 | <s> package org . rubypeople . rdt . internal . core . search . indexing ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . rubypeople . rdt . internal . core . index . Index ; class RemoveFromIndex extends IndexRequest { String resourceName ; publi... | |
315 | <s> package com . sun . tools . hat . internal . model ; public abstract class JavaValue extends JavaThing { protected JavaValue ( ) { } public boolean isHeapAllocated ( ) { return false ; } | |
316 | <s> package net . sf . sveditor . core . tests . index . persistence ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . DataInput ; import java . io . DataInputStream ; import java . io . DataOutput ; import java . io . DataOutputStream ; import junit . framework .... | |
317 | <s> package org . oddjob . sql ; import java . sql . SQLException ; import org . oddjob . arooa . registry . Path ; public interface SQLSerialization { public void persist ( Path path , String id , Object o ) throws SQLException ; public Object restore ( Path path , String id , | |
318 | <s> package org . oddjob . launch ; import java . io . File ; import java . io . IOException ; import java . net . URL ; class ClassPathHelper { static final String CLASS_PATH_PROPERTY = "" ; private final File [ ] files ; public ClassPathHelper ( File [ ] files ) { this . files = files ; } public URL [ ] toURLs ( ) { ... | |
319 | <s> package com . asakusafw . vocabulary . operator ; import java . lang . annotation | |
320 | <s> package osgiutils . services ; import java . util . Collection ; import java . util . Collections ; public abstract class DefaultCollectionServiceRunnable < T , R > extends DefaultServiceRunnable < T | |
321 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . io . File ; import java . util . List ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; import org . eclipse . jface . dialogs . IDialogSettings ; import org . eclipse . jface . dialo... | |
322 | <s> package org . rubypeople . rdt . refactoring . core . renamemodule ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . ConstNode ; import org . rubypeople . rdt . refactoring . editprovider . FileEditProvider ; import org . rubypeople . rdt . refactoring . editprovider . ... | |
323 | <s> package de . fuberlin . wiwiss . d2rq . server ; import java . io . IOException ; import java . util . Map ; import java . util . TreeMap ; import javax . servlet . ServletException ; import javax . servlet . http . HttpServlet ; import javax . servlet . http . HttpServletRequest ; import javax . servlet . http . H... | |
324 | <s> package org . rubypeople . rdt . refactoring . core . renamefield ; import java . util . Collection ; import org . jruby . lexer . yacc . ISourcePosition ; import org . rubypeople . rdt . refactoring . core . renamefield . fielditems . FieldItem ; import org . rubypeople . rdt . refactoring . core . renamemethod . ... | |
325 | <s> package com . asakusafw . bulkloader . exception ; import java . sql . SQLException ; public class BulkLoaderSystemException extends Exception { private final Class < ? > clazz ; private final String messageId ; private final Object [ ] messageArgs ; private static final long serialVersionUID = 1L ; public BulkLoad... | |
326 | <s> package org . rubypeople . rdt . internal . ui . text ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse .... | |
327 | <s> package com . asakusafw . utils . java . internal . model . util ; import com . asakusafw . utils . java . model . syntax . ArrayCreationExpression ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . InfixExpression ; import com . asakusaf... | |
328 | <s> package org . rubypeople . rdt . internal . ui . infoviews ; import java . util . LinkedList ; import java . util . List ; import org . rubypeople . rdt . ui . text . ansi . ANSIParser ; import org . rubypeople . rdt . ui . text . ansi . ANSIToken ; public class FastRIParser extends ANSIParser { public List < ANSIT... | |
329 | <s> package org . oddjob . beanbus ; import java . util . EventObject ; public class BusEvent extends EventObject { private static final long serialVersionUID = 2010021800L ; public | |
330 | <s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBNamedArgExpr extends SVDBExpr { public String fArgName ; public SVDBExpr fExpr ; public SVDBNamedArgExpr ( ) { super ( SVDBItemType . NamedArgExpr ) ; } public void setArgName ( String name ) { ... | |
331 | <s> package org . oddjob . designer . components ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaType ; im... | |
332 | <s> package com . asakusafw . dmdl . directio . csv . driver ; import com . asakusafw . dmdl . model . AstNode ; import com . asakusafw . dmdl . semantics . PropertyDeclaration ; import com . asakusafw . dmdl . semantics . Trait ; public class CsvFieldTrait implements Trait < CsvFieldTrait > { private final AstNode ori... | |
333 | <s> package org . rubypeople . rdt . internal . debug . ui ; import java . text . MessageFormat ; import java . util . MissingResourceException ; import java . util . ResourceBundle ; import org . eclipse . osgi . util . NLS ; public class RdtDebugUiMessages { private static final String BUNDLE_NAME = RdtDebugUiMessage... | |
334 | <s> package org . oddjob . logging ; import java . util . Stack ; import org . apache . log4j . MDC ; public class OddjobNDC implements LoggingConstants { private static InheritableThreadLocal < Stack < LoggerAndJob > > local = new InheritableThreadLocal < Stack < LoggerAndJob > > ( ) { protected Stack < LoggerAndJob >... | |
335 | <s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . FoldFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . FoldFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . FoldFlowFactory . WithParame... | |
336 | <s> package com . asakusafw . runtime . flow . join ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . List ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import org . apache . ... | |
337 | <s> package com . asakusafw . runtime . io ; import static com . asakusafw . runtime . io . TsvConstants . * ; import java . io . IOException ; import java . io . Writer ; import java . nio . ByteBuffer ; import java . nio . CharBuffer ; import java . nio . charset . Charset ; import java . nio . charset . CharsetDecod... | |
338 | <s> package org . rubypeople . rdt . internal . core . search ; import java . util . HashSet ; import java . util . Iterator ; import org . rubypeople . rdt . core . search . SearchParticipant ; import org . rubypeople . rdt . core . search . SearchPattern ; public class PathCollector | |
339 | <s> package org . oddjob . structural ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import org . oddjob . FailedToStopException ; import org . oddjob . Resetable ; import org . oddjob . Stoppable ; import org . od... | |
340 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import com . asakusafw . utils . java . internal . model . util . ExpressionPriority ; import com . asakusafw . utils . java . model . syntax . * ; public... | |
341 | <s> package com . asakusafw . compiler . flow . testing . external ; import com . asakusafw . compiler | |
342 | <s> package com . asakusafw . testdriver . testing . io ; import java . io . IOException ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; import com . asakusafw . testdriver . testing . model . Naming ; public final class NamingOutput implements ModelOutput... | |
343 | <s> package org . springframework . social . google . api . tasks ; import org . codehaus . jackson . map . annotate . JsonDeserialize ; import org . codehaus . jackson . map . annotate . JsonSerialize ; import org . springframework . social . google . api . impl . ApiEnumSerializer ; import org . springframework . soc... | |
344 | <s> package org . oddjob . monitor . view ; import java . awt . Component ; import java . awt . event . ActionEvent ; import java . beans . PropertyChangeEvent ; import java . beans . PropertyChangeListener ; import java . util . concurrent . Callable ; import javax . swing . Action ; import org . oddjob . arooa . desi... | |
345 | <s> package net . sf . sveditor . core . scanutils ; public class ScanLocation implements IScanLocation { private String fFile ; private int fLineno ; private int fLinepos ; public ScanLocation ( String file , int lineno , int linepos ) { fFile = file ; fLineno = lineno ; fLinepos = linepos ; } public String getFileNam... | |
346 | <s> package net . sf . sveditor . core . batch ; import java . io . File ; import org . eclipse . core . runtime . NullProgressMonitor ; import net . sf . sveditor . core . db . index . ISVDBIndex ; import net . sf . sveditor . core . db . index . SVDBArgFileIndexFactory ; import net . sf . sveditor . core . db . index... | |
347 | <s> package com . asakusafw . testtools . templategen ; import java . io . File ; import java . io . IOException ; import java . sql . Connection ; import java . sql . SQLException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . List ; import com . asakusafw . testtools . Co... | |
348 | <s> package org . rubypeople . rdt . core . compiler ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . rubypeople . rdt . core . IRubyProject ; public abstract class CompilationParticipant { public static int READY_FOR_BUILD = 1 ; public static int NEEDS_FULL_BUILD = ... | |
349 | <s> package com . asakusafw . testdata . generator . excel ; import static com . asakusafw . testdata . generator . excel . SheetFormat . * ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import com . asakusafw . dmdl . semantics . M... | |
350 | <s> package com . asakusafw . dmdl . thundergate . emitter ; import java . util . Arrays ; import java . util . List ; import java . util . Map ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model . AstGrouping ; import com . asakusafw . dmdl . model . AstModelDefinition ; impo... | |
351 | <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 . ILocalVariable ; import org . rubypeople . rdt . core . IMethod ; import org . rubypeople . rdt... | |
352 | <s> package $ { package } . operator ; import java . util . List ; import $ { package } . modelgen . dmdl . model . CategorySummary ; import $ { package } . modelgen . dmdl . model . ErrorRecord ; import $ { package } . modelgen . dmdl . model . ItemInfo ; import $ { package } . modelgen . dmdl . model . JoinedSalesInf... | |
353 | <s> package org . rubypeople . rdt . internal . codeassist ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . ICo... | |
354 | <s> package com . asakusafw . compiler . flow . stage ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . List ; import org . junit . Test ; import com . asakusafw . compiler . flow . JobflowCompilerTestRoot ; import com . asakus... | |
355 | <s> package com . asakusafw . runtime . value ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; @ SuppressWarnings ( "deprecation" ) public class BooleanOptionTest extends ValueOptionTestRoot { @ Test public void init ( ) { BooleanOption option = new Bo... | |
356 | <s> package com . asakusafw . compiler . bulkloader . testing . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . bulkloader . testing . io ... | |
357 | <s> package net . sf . sveditor . ui . text ; import net . sf . sveditor . ui . editor . SVEditor ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . ITextViewer ; import org . eclipse . jface . text . Region ; import org . eclipse . jface . text . information . IInformationProvider ... | |
358 | <s> package org . oddjob . state ; public class AssertNonDestroyed implements StateOperator { @ Override public ParentState evaluate ( State ... states ) throws IllegalStateException { for ( int i | |
359 | <s> package com . asakusafw . bulkloader . exporter ; import java . sql . Connection ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . util . List ; import com . asakusafw . bulkloader . bean . ExportTargetTableBean ; import com . asakusafw . bulk... | |
360 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . wizard . IWizardPage ; import org . eclipse . jface . wizard . Wizard ; import org . eclipse . jface . wizard . WizardDialog ; import org . eclipse . swt . w... | |
361 | <s> package com . asakusafw . windgate . core ; import java . text . MessageFormat ; import java . util . Map ; import java . util . Properties ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . windgate . core . util . PropertiesUtil ; public class CoreProfile { static final ... | |
362 | <s> package com . asakusafw . bulkloader . cache ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . net . URI ; import java . text . ParseException ; ... | |
363 | <s> package org . springframework . social . google . api . plus . person ; public class Phone { private String type ; | |
364 | <s> package org . oddjob . tools . includes ; import junit . framework . TestCase ; public class FilterFactoryTest extends TestCase { public void testForSnippet ( ) { | |
365 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . lang . reflect . Field ; public class RubyTokenCategories { protected RubyTokenCategories ( ) { } public static final int UNKNOWN = - 1 ; public static final int ERROR = 0 ; public static final int WHITESPACE = 1 ; public static final int ... | |
366 | <s> package org . rubypeople . rdt . internal . debug . core . model ; import org . eclipse . debug . core . DebugException ; import org . eclipse . debug . core . model . IThread ; import org . eclipse . debug . core . model | |
367 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . MethodInvocationExpression ; import com . asakusafw . utils . java . model . syntax . ModelK... | |
368 | <s> package org . rubypeople . rdt . refactoring . core . convertlocaltofield ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private static final String BUNDLE_NAME = "" ; public static String ConvertLocalToFieldRefactoring_Name ; public static String TempToFieldConditionChecker_Alread... | |
369 | <s> package net . sf . sveditor . core . tests . open_decl ; import junit . framework | |
370 | <s> package com . mcbans . firestar . mcbans . org . json ; @ SuppressWarnings ( { "rawtypes" , "unchecked" } ) public class XMLTokener extends JSONTokener { public static final java . util . HashMap entity ; static { entity = new java . util . HashMap ( 8 ) ; entity . put ( "amp" , XML . AMP ) ; entity . put ( "apos" ... | |
371 | <s> package com . asakusafw . bulkloader . importer ; import java . sql . Connection ; import java . text . ParseException ; import java . text . SimpleDateFormat ; import java . util . Date ; import java . util . List ; import com . asakusafw . bulkloader . bean . ImportBean ; import com . asakusafw . bulkloader . com... | |
372 | <s> package org . oddjob . framework ; import java . util . Stack ; public class ContextClassloaders { private static InheritableThreadLocal < Stack < ClassLoader > > local = new InheritableThreadLocal < Stack < ClassLoader > > ( ) { @ Override protected Stack < ClassLoader > initialValue ( ) { return new Stack < Class... | |
373 | <s> package org . rubypeople . rdt . refactoring . ui ; import | |
374 | <s> package net . sf . sveditor . core . tests . open_decl ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor ... | |
375 | <s> package org . rubypeople . rdt . internal . core . builder ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclip... | |
376 | <s> package com . asakusafw . windgate . retryable ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Map ; import com . asakusafw . windgate . core . WindGateLogger ; import com . asakusafw . windgate . core . process . ProcessProfile ; import com . asakusafw . windgate . core... | |
377 | <s> package org . springframework . social . quickstart . tasks ; import static org . springframework . util . StringUtils . hasText ; import static org . springframework . format . annotation . DateTimeFormat . ISO . DATE ; import java . util . Date ; import org . hibernate . validator . constraints . NotBlank ; impor... | |
378 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IResource ; import org . eclipse . swt . dnd . DragSourceAdapter ; import org . ecl... | |
379 | <s> package com . asakusafw . dmdl . windgate . csv . driver ; import com . asakusafw . dmdl . model . AstNode ; import com . asakusafw . dmdl . semantics . PropertyDeclaration ; import com . asakusafw . dmdl . semantics . Trait ; public class CsvFieldTrait implements Trait < CsvFieldTrait > { private final AstNode ori... | |
380 | <s> package net . sf . sveditor . core . indent ; public class SVIndentToken { protected SVIndentTokenType fType ; protected String fLeadingWS ; protected String fTrailingWS = "" ; protected String fImage ; protected boolean fEndLine ; protected boolean fStartLine ; protected boolean fDoIt ; protected int fPos ; protec... | |
381 | <s> package com . asakusafw . compiler . batch . batch ; import com . asakusafw . vocabulary . batch . Batch ; import com . asakusafw . vocabulary . batch . BatchDescription ; @ Batch ( name = "testing" ) public class DescribeFailBatch extends BatchDescription { | |
382 | <s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . algebra . AliasMap ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute... | |
383 | <s> package org . oddjob . state ; import junit . framework . TestCase ; public class FlagStateTest extends TestCase { public void testSettingStateDestoyed ( ) { FlagState test | |
384 | <s> package br . com . caelum . vraptor . dash . runtime ; import java . text . NumberFormat ; import br . com . caelum . vraptor . Result ; import br . com . caelum . vraptor . dash . statistics . Collector ; public class RuntimeStatisticsCollector implements Collector { private Runtime runtime ; public RuntimeStatist... | |
385 | <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 . ... | |
386 | <s> package org . rubypeople . rdt . core . formatter ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Map ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . DefaultLineTracker ; import org . eclipse . jface . text . ILineTracker ; i... | |
387 | <s> package org . rubypeople . rdt . core . formatter ; import org . rubypeople . rdt . internal . formatter . rewriter . DRegxReWriteVisitor ; import org . rubypeople . rdt . internal . formatter . rewriter . HereDocReWriteVisitor ; import org . rubypeople . rdt . internal . formatter . rewriter . IgnoreCommentsReWrit... | |
388 | <s> package com . asakusafw . windgate . core . resource ; import java . io . IOException ; import com . asakusafw . windgate . core . ProcessScript ; public abstract class ResourceManipulator { public abstract String getName ( ) ; public abstract void cleanupSource ( ProcessScript < ? > script ) throws IOException ; p... | |
389 | <s> package org . rubypeople . rdt . refactoring . nodewrapper ; import java . util . Collection ; import java . util . HashMap ; import java . util . Map ; import org . jruby . ast . LocalAsgnNode ; import org . jruby . ast . LocalVarNode ; import org . jruby . ast . Node ; import org . jruby . ast . SClassNode ; impo... | |
390 | <s> package com . lmax . disruptor ; import java . util . concurrent . TimeUnit ; import java . util . concurrent . locks . Condition ; import java . util . concurrent . locks . Lock ; import java . util . concurrent . locks . ReentrantLock ; import static com . lmax . disruptor . AlertException . ALERT_EXCEPTION ; imp... | |
391 | <s> package com . pogofish . jadt . samples . whathow ; import com . pogofish . jadt . samples . whathow . data . IntBinaryTree ; import com . pogofish . jadt . samples . whathow . data . IntBinaryTree . * ; import static com . pogofish . jadt . samples . whathow . data . IntBinaryTree . * ; public class IntBinaryTreeU... | |
392 | <s> package org . rubypeople . rdt . internal . launching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . debug . core . ILaunchConfiguration ; import org . rubypeople . rdt . launching . IRuntimeLoadpathEntry ; import org . w3c . dom . Document ; import org . w3c . dom . Element ; publ... | |
393 | <s> package com . asakusafw . compiler . flow ; import java . lang . annotation . Annotation ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . NoSuchElementException ; import com . asakusafw . compiler . common . NameGenerator ... | |
394 | <s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBRangeExpr extends SVDBExpr { public SVDBExpr | |
395 | <s> package org . oddjob . tools . doclet . utils ; import org . oddjob . tools | |
396 | <s> package net . sf . sveditor . ui . editor . actions ; import java . util . ResourceBundle ; import net . sf . sveditor . core . scanner . SVCharacter ; import net . sf . sveditor . ui . editor . SVEditor ; import org . eclipse . swt . custom . StyledText ; import org . eclipse . ui . texteditor . TextEditorAction ; | |
397 | <s> package com . asakusafw . bulkloader . log ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . apache . log4j . xml . DOMConfigurator ; public final class LogInitializer { private static boolean isInitialized = false ; | |
398 | <s> package com . asakusafw . testdriver . windgate ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . Closeable ; import java . io . File ; import java . io . IOException ; import java . util . Collections ; import java . util . Properties ; import org . junit .... | |
399 | <s> package com . asakusafw . compiler . directio ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; im... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.