id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
1,000 | <s> package com . asakusafw . compiler . testing ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import java . net . URISyntaxException ; import java . net . URL ; import java . text . MessageFormat ; import java . util . Enumeration ; import java . util . List ; import java . uti... | |
1,001 | <s> package org . oddjob . jmx . server ; import java . io . Serializable ; import org . oddjob . arooa . registry . Address ; import org . oddjob . jmx . client . ClientHandlerResolver ; public class ServerInfo implements Serializable { private static final long serialVersionUID = 2009090500L ; private final Address a... | |
1,002 | <s> package net . sf . sveditor . ui . editor . actions ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBScopeItem ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf... | |
1,003 | <s> package org . oddjob . framework ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import junit . framework . TestCase ; import org . apache . commons . beanutils . DynaProperty ; public class WrapDyn... | |
1,004 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . ... | |
1,005 | <s> package com . asakusafw . vocabulary . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . Retention ; import java . | |
1,006 | <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... | |
1,007 | <s> package org . oddjob . schedules . schedules ; import org . oddjob . schedules . Interval ; import org . oddjob . schedules . IntervalHelper ; import org . oddjob . schedules . IntervalTo ; import org . oddjob . schedules . Schedule ; import org . oddjob . schedules . ScheduleContext ; import org . oddjob . schedul... | |
1,008 | <s> package org . rubypeople . eclipse . shams . resources ; import java . io . ByteArrayInputStream ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . io . InputStream ; import java . io . Reader ; import java . net . URI ; import java . nio... | |
1,009 | <s> package org . oddjob . jmx . server ; import java . io . NotSerializableException ; import java . rmi . RemoteException ; import javax . management . Attribute ; import javax . management . AttributeList ; import javax . management . DynamicMBean ; import javax . management . MBeanException ; import javax . managem... | |
1,010 | <s> package com . asakusafw . vocabulary . flow . graph ; import java . lang . annotation . Annotation ; import java . lang . reflect . Method ; import java . lang . reflect . Type ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; i... | |
1,011 | <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... | |
1,012 | <s> package net . sf . sveditor . core . tests . parser ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . StringInputStream ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBItemBase ; im... | |
1,013 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . PurchaseTranError ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ SuppressWarnin... | |
1,014 | <s> package org . rubypeople . rdt . refactoring . core . formatsource ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . core . RefactoringConditionChecker ; public class FormatSourceConditionChecker extends RefactoringConditionChecker { private Fo... | |
1,015 | <s> package org . rubypeople . rdt . internal . ui . wizards . dialogfields ; import org . eclipse . swt . events . KeyEvent ; public interface ITreeListAdapter { void customButtonPressed ( TreeListDialogField field , int index ) ; void selectionChanged ( TreeListDialogField field ) ; void doubleClicked ( TreeListDialo... | |
1,016 | <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 . EnumerableInclusionVisitor ; public class TC_EnumerableInclusio... | |
1,017 | <s> package net . sf . sveditor . core . db ; public class SVDBLocation { public int fLine ; public int fPos ; public SVDBLocation ( int line , int pos ) { fLine = line ; fPos = pos ; } public SVDBLocation ( SVDBLocation other ) { fLine = other . fLine ; fPos = other . fPos ; } public int getLine ( ) { return fLine ; }... | |
1,018 | <s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; imp... | |
1,019 | <s> package com . asakusafw . compiler . bulkloader . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . bulkloader . testing . model . Cached ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class CachedOutput ... | |
1,020 | <s> package com . asakusafw . dmdl . java . emitter ; import java . io . IOException ; import java . io . PrintWriter ; import java . math . BigDecimal ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . Set ; import org . apache . hadoop . io . Text ; import com . asakusafw .... | |
1,021 | <s> package org . rubypeople . rdt . internal . ui . preferences ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . viewers . IFontProvider ; import org . eclipse . jface . v... | |
1,022 | <s> package com . asakusafw . compiler . fileio . flow ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . vocabulary . external . FileExporterDescription ; public class Out3ExporterDesc extends FileExporterDescription { @ Override public Class < ? > getModelType ( ) { | |
1,023 | <s> package org . rubypeople . rdt . refactoring . ui . pages . extractmethod ; import org . eclipse . swt . widgets . Table ; public class ParametersButtonUpListener extends ParametersButtonListener { public ParametersButtonUpListener ( Table table ) { super ( table ) ; } @ Override protected void buttonPressed ( Meth... | |
1,024 | <s> package org . oddjob . persist ; import org . oddjob . arooa . life . ComponentPersistException ; import org . oddjob . arooa . registry . Path ; public class MockPersisterBase extends PersisterBase { @ | |
1,025 | <s> package de . fuberlin . wiwiss . d2rq . sql ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import d2... | |
1,026 | <s> package org . oddjob . designer . view ; import org . oddjob . arooa . design . screem . TextInput ; public class TextInputDummy implements DummyItemView { private TextInput textInput ; | |
1,027 | <s> package og . android . tether ; import og . android . tether . data . ClientData ; import og . android . tether . system . BluetoothService ; import android . app . Service ; import android . app . Notification ; import android . bluetooth . BluetoothAdapter ; import android . net . Uri ; import android . net . wif... | |
1,028 | <s> package org . oddjob . state ; import junit . framework . TestCase ; public class IsContineableTest extends TestCase { public void testAllStates ( ) { IsContinueable test = new IsContinueable ( | |
1,029 | <s> package org . rubypeople . rdt . refactoring . ui . pages ; public class ConverterPageParameters { private boolean inCurrentMethodRadioEnabled = true ; private boolean inClassConstructorRadioEnabled = true ; private boolean deaclareAsClassFieldEnabled = true ; public ConverterPageParameters ( boolean inCurrentMetho... | |
1,030 | <s> package org . vaadin . teemu . clara . inflater ; @ SuppressWarnings ( "serial" ) public class ComponentInstantiationException extends RuntimeException { public ComponentInstantiationException ( ) { super ( ) ; } public ComponentInstantiationException ( String message ) { super ( message ) ; } public ComponentInsta... | |
1,031 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . BasicType ; import com . asakusafw . utils . java . model . syntax . BasicTypeKind ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . jav... | |
1,032 | <s> package net . sf . sveditor . ui . views . objects ; import org . eclipse . jface . viewers . Viewer ; import org . eclipse . jface . viewers . ViewerSorter ; public class SVObjectsViewerSorter extends ViewerSorter { @ Override public int compare | |
1,033 | <s> package org . oddjob . jmx . client ; import java . util . LinkedList ; import javax . management . Notification ; import javax . management . NotificationListener ; public class Synchronizer implements NotificationListener { private final NotificationListener listener ; private LinkedList < Notification > pending ... | |
1,034 | <s> package edsdk ; import com . sun . jna . NativeLong ; import com . sun . jna . Structure ; public class EdsCapacity extends Structure { public NativeLong numberOfFreeClusters ; public NativeLong bytesPerSector ; public int reset ; public EdsCapacity ( ) { super ( ) ; initFieldOrder ( ) ; } protected void initFieldO... | |
1,035 | <s> package com . asakusafw . yaess . paralleljob ; import java . io . IOException ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . | |
1,036 | <s> package com . asakusafw . vocabulary . flow . testing ; import com . asakusafw . vocabulary . flow . Out ; import com . asakusafw . vocabulary . flow . Source ; import com . asakusafw . vocabulary . flow . graph . FlowElement ; import com . asakusafw . vocabulary . flow . graph . FlowElementResolver ; import com . ... | |
1,037 | <s> package journal . io . api ; import java . io . File ; import java . io . IOException ; import java . util . Iterator ; import java . util . NoSuchElementException ; import java . util . concurrent . * ; import java . util . concurrent . atomic . AtomicInteger ; import org . junit . After ; import org . junit . Bef... | |
1,038 | <s> package org . springframework . samples . petclinic . aspects ; import org . aspectj . lang . JoinPoint ; import org . aspectj . lang . annotation . Aspect ; import org . aspectj . lang . annotation . Before ; import org . aspectj . lang . annotation . Pointcut ; import org . slf4j . Logger ; import org . slf4j . L... | |
1,039 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import java . util . List ; import org . eclipse . core . resources . ResourcesPlugin ; ... | |
1,040 | <s> package com . lmax . disruptor . support ; import com . lmax . disruptor . BatchHandler ; public final class FunctionHandler implements BatchHandler < FunctionEntry > { private final FunctionStep functionStep ; private | |
1,041 | <s> package com . asakusafw . testdriver . windgate ; import java . io . IOException ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . core . DataModelReflection ; import com . asakusafw . testdriver . core . DataModelSource ; import com . asakusafw . windgate . ... | |
1,042 | <s> package net . ggtools . grand . ui . graph . draw2d ; import net . ggtools . grand . ui . Application ; import org . eclipse . draw2d . AbstractBorder ; import org . eclipse . draw2d . ColorConstants ; import org . eclipse . draw2d . Figure ; import org . eclipse . draw2d . Graphics ; import org . eclipse . draw2d ... | |
1,043 | <s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import org . eclipse . debug . ui . AbstractLaunchConfigurationTabGroup ; import org . eclipse . debug . ui . CommonTab ; import org . eclipse . debug . ui . ILaunchConfigurationDialog ; import org . eclipse . debug . ui . ILaunchConfigurationTab ;... | |
1,044 | <s> package net . ggtools . grand . ui . event ; import java . lang . reflect . Method ; | |
1,045 | <s> package org . rubypeople . rdt . internal . ui . filters ; import org . eclipse . jface . viewers . Viewer ; import org . eclipse . jface . viewers . ViewerFilter ; import org . rubypeople . rdt . core . IImportContainer ; import org . rubypeople . rdt . core . IImportDeclaration ; public class ImportDeclarationFil... | |
1,046 | <s> package com . asakusafw . compiler . testing . flow ; import com . asakusafw . compiler . flow . testing . external . Ex1MockImporterDescription ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . operator . ExOperatorFactory ; import com . asaku... | |
1,047 | <s> package org . rubypeople . rdt . internal . corext . util ; import java . io . File ; import java . net . URI ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import org . eclipse . core . filesystem . EFS ; impo... | |
1,048 | <s> package com . mcbans . firestar . mcbans . pluginInterface ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firestar . mcbans . request . JsonHandler ; import java . util . HashMap ; public class Disconnect implements Runnable { private BukkitInterface MCBans ; private String Play... | |
1,049 | <s> package com . asakusafw . testdriver . testing . jobflow ; import com . asakusafw . compiler . testing . TemporaryOutputDescription ; | |
1,050 | <s> package org . rubypeople . rdt . refactoring . action ; import org . rubypeople . rdt . refactoring . core . encapsulatefield . EncapsulateFieldRefactoring ; public class EncapsulateFieldAction extends WorkbenchWindowActionDelegate | |
1,051 | <s> package org . rubypeople . rdt . refactoring . core . generateaccessors ; import org . rubypeople . rdt . | |
1,052 | <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 . Projection ; public final class ProjectionOutput implements Mod... | |
1,053 | <s> package net . sf . sveditor . core . db . index ; import java . io . InputStream ; import java . util . List ; public interface ISVDBFileSystemProvider { String MARKER_TYPE_ERROR = "ERROR" ; String MARKER_TYPE_WARNING = "WARNING" ; | |
1,054 | <s> package org . rubypeople . rdt . internal . core . buffer ; import java . text . NumberFormat ; import java . util . Enumeration ; import java . util . Iterator ; public abstract class OverflowingLRUCache extends LRUCache { protected int fOverflow = 0 ; protected boolean fTimestampsOn = true ; protected double fLoa... | |
1,055 | <s> package de . fuberlin . wiwiss . d2rq . sql . types ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Types ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import de . fuberlin . wiwiss . d2rq . sql . vendor . Vendor ; p... | |
1,056 | <s> package net . sf . sveditor . core . db . persistence ; import java . io . DataOutput ; import java . util . Collection ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBItemType ; @ SuppressWarnings ( "rawtypes" ) public interface ID... | |
1,057 | <s> package net . sf . sveditor . core . db . project ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import java . util . WeakHa... | |
1,058 | <s> package org . rubypeople . rdt . refactoring . tests . core . mergeclasspartsinfile . conditionchecks ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . rubypeople . rdt . refactoring . core . RefactoringConditionChecker ; import org . rubypeople . rdt . refactoring . core . ... | |
1,059 | <s> package br . com . caelum . vraptor . dash . hibernate . stats ; import br . com . caelum . vraptor . InterceptionException ; import br . com . caelum . vraptor . core . InterceptorStack ; import br . com . caelum . vraptor . interceptor . Interceptor ; import br . com . caelum . vraptor . ioc | |
1,060 | <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,061 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IWorkspaceRoot ; import org . eclipse . cor... | |
1,062 | <s> package org . rubypeople . rdt . refactoring . action ; import org . rubypeople . rdt . internal . refactoring . RefactoringMessages ; import org . rubypeople . rdt . refactoring . core . extractconstant . ExtractConstantRefactoring ; public class ExtractConstantAction extends WorkbenchWindowActionDelegate { @ Over... | |
1,063 | <s> package com . asakusafw . compiler . flow . join . processor ; import java . lang . reflect . Method ; import java . util . List ; import com . asakusafw . compiler . common . EnumUtil ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . flow . LineEndProcessor ; impor... | |
1,064 | <s> package net . sf . sveditor . core . parser ; import net . sf . sveditor . core . db . IFieldItemAttr ; import net . sf . sveditor . core . db . ISVDBAddChildItem ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . SVDBLocation ; import net . sf . sveditor . core . db... | |
1,065 | <s> package net . sf . sveditor . ui ; import net . sf . sveditor . ui . wizards . NewSVClassWizard ; import net . sf . sveditor . ui . wizards . NewSVInterfaceWizard ; import net . sf . sveditor . ui . wizards . NewSVModuleWizard ; import net . sf . sveditor . ui . wizards . NewSVPackageWizard ; import net . sf . sved... | |
1,066 | <s> package org . oddjob ; import javax . swing . ImageIcon ; import org . oddjob . images . IconListener ; public interface Iconic { | |
1,067 | <s> package com . asakusafw . vocabulary . model ; import java . lang . annotation . Documented ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; @ Target ( { ElementType . PARAME... | |
1,068 | <s> package com . asakusafw . yaess . jsch ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashMap ; ... | |
1,069 | <s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import org . eclipse . swt . SWT ; import org . eclipse . swt . graphics . Color ; import org . eclipse . swt . widgets . Display ; import org . rubypeople . rdt . core . IMember ; import org . rubypeople . rdt . core . IMethod ; import org . rubypeop... | |
1,070 | <s> package com . asakusafw . dmdl . thundergate . model ; import java . text . MessageFormat ; public class ModelProperty { private String name ; private Source from ; private Source joined ; public ModelProperty ( String name , Source from ) { this . name = name ; this . from = from ; } public ModelProperty ( String ... | |
1,071 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . ui . IWorkingSet ; import org . rubypeople . rdt . internal . ui . viewsupport . TreeHierarchyLayoutProblemsDecorator ; import org . rubypeople . rdt . ui . RubyElementImageDesc... | |
1,072 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Attribute ; import com . asakusafw . utils . java . model . syntax . EnumConstantDeclaration ; import com . asakusafw . utils . java . model . syntax . EnumDeclar... | |
1,073 | <s> package journal . io . api ; import java . io . File ; import org . junit . Before ; import org . junit . Test ; import static org . junit . Assert . * ; public class ApiTest { private static File JOURNAL_DIR ; @ Test public void api ( ) throws Exception { Journal journal = new Journal ( ) ; journal . setDirectory ... | |
1,074 | <s> package com . asakusafw . utils . java . model . syntax ; import java . util . List ; public interface ModelFactory { AlternateConstructorInvocation newAlternateConstructorInvocation ( Expression ... arguments ) ; AlternateConstructorInvocation newAlternateConstructorInvocation ( List < ? extends Expression > argum... | |
1,075 | <s> package com . asakusafw . thundergate . runtime . cache ; import java . text . MessageFormat ; import java . text . ParseException ; import java . text . SimpleDateFormat ; import java . util . Calendar ; import java . util . Collection ; import java . util . Collections ; import java . util . Date ; import java . ... | |
1,076 | <s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; public abstract class IrDocMember extends AbstractIrDocElement implements IrDocFragment { private static final long serialVersionUID = - 7631714928819729918L ; private IrDocNamedType declaringType ; | |
1,077 | <s> package org . oddjob . state ; public class IsSaveable implements StateCondition { @ Override public boolean test ( State state ) { return state . isReady ( ) || state . isComplete ( ) || state . isIncomplete | |
1,078 | <s> package og . android . tether ; import java . io . UnsupportedEncodingException ; import java . net . URLEncoder ; import android . R . drawable ; import android . annotation . TargetApi ; import android . app . Activity ; import android . app . AlertDialog ; import android . app . Dialog ; import android . app . P... | |
1,079 | <s> package com . lmax . disruptor . support ; import java . util . concurrent . BlockingQueue ; public final class FunctionQueueConsumer implements Runnable { private final FunctionStep functionStep ; private final BlockingQueue < long [ ] > stepOneQueue ; private final BlockingQueue < Long > stepTwoQueue ; private fi... | |
1,080 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jface . ... | |
1,081 | <s> package com . asakusafw . runtime . core ; public interface Result < T > { void add ( T result ) ; class OutputException extends RuntimeException { private static final long serialVersionUID = 1L ; | |
1,082 | <s> package org . rubypeople . rdt . internal . launching ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org... | |
1,083 | <s> package com . asakusafw . compiler . bulkloader . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . bulkloader . testing . model . MockTableModel ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . | |
1,084 | <s> package de . fuberlin . wiwiss . d2rq . jena ; import com . hp . hpl . jena . enhanced . BuiltinPersonalities ; import com . hp . hpl . jena . rdf . model . Model ; import com . hp . hpl . jena . rdf . model . impl . ModelCom ; import com . hp . hpl . jena . util . FileManager ; import de . fuberlin . wiwiss . d2rq... | |
1,085 | <s> package org . rubypeople . rdt . refactoring . core . encapsulatefield ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . BlockNode ; import org . jruby . ast . CommentNode ; import org . jruby . ast . FCallNode ; import org . jruby . ast . Node ; import org . jruby . le... | |
1,086 | <s> package org . rubypeople . rdt . refactoring . nodewrapper ; import org . jruby . ast . ClassVarAsgnNode ; import org . jruby . ast . ClassVarDeclNode ; import org . jruby . ast . ClassVarNode ; import org . jruby . ast . InstAsgnNode ; import org . jruby . ast . InstVarNode ; import org . jruby . ast . Node ; impo... | |
1,087 | <s> package com . asakusafw . modelgen . source ; import java . io . Closeable ; import java . io . IOException ; import java . sql . Connection ; import java . sql . DriverManager ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . util . ArrayList... | |
1,088 | <s> package com . sun . tools . hat . internal . oql ; import com . sun . tools . hat . internal . model . * ; import java . io . * ; import java . util . * ; import javax . script . * ; public class OQLEngine { static { ScriptEngineManager manager = new ScriptEngineManager ( ) ; ScriptEngine jse = manager . getEngineB... | |
1,089 | <s> package org . oddjob . launch ; import java . io . File ; import org . apache . log4j . Logger ; import junit . framework . TestCase ; public class PathParserTest extends TestCase { private static final Logger logger = Logger . getLogger ( PathParserTest . class ) ; String pathToParse = null ; String result1 = null... | |
1,090 | <s> package org . oddjob . jobs . structural ; import org . oddjob . | |
1,091 | <s> package org . rubypeople . rdt . internal . ui . text . spelling ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . contentassist . IContextInformation ; import org . eclipse . swt . graphics . Image ; import org . eclipse . swt . graphics . Point ; import org . rubypeople . r... | |
1,092 | <s> package org . rubypeople . rdt . internal . core ; import java . util . HashSet ; import java . util . Set ; public class RubyMethodElementInfo extends MemberElementInfo { protected String selector ; protected int visibility ; private Set < String > blockVars = new HashSet < String > ( ) ; protected String [ ] argu... | |
1,093 | <s> package org . rubypeople . rdt . internal . corext . callhierarchy ; import java . util . HashMap ; import java . util . Iterator ; import java . util . Map ; import org . eclipse . core . runtime . Assert ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . Operation... | |
1,094 | <s> package com . asakusafw . modelgen . view ; import java . io . IOException ; import java . io . StringReader ; import java . text . MessageFormat ; import com . asakusafw . modelgen . view . model . CreateView ; public final class ViewParser { public static CreateView parse ( ViewDefinition definition ) throws IOEx... | |
1,095 | <s> package com . asakusafw . testdriver . bulkloader ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . sql . Connection ; import org . junit . Rule ; import org . junit . Test ; public class ConfigurationTest { @ Rule public H2Resour... | |
1,096 | <s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . core . resources . IResource ; import org . eclipse . jface . viewers . IColorProvider ; import org . eclipse . swt . graphics . Image ; import org . rubypeople . rdt . core . IImportDeclaration ; import org . rubypeople . rdt . core .... | |
1,097 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . DeductionTran ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ SuppressWarnings (... | |
1,098 | <s> package net . sf . sveditor . core . db . project ; public class SVDBPath { private String fPath ; private boolean fPhantom ; public SVDBPath ( String path ) { fPath = path ; fPhantom = false ; } public SVDBPath ( String path , boolean is_phantom ) { fPath = path ; fPhantom = is_phantom ; } public boolean getIsPhan... | |
1,099 | <s> package com . aptana . rdt . internal . rake ; import org . rubypeople . rdt . core . ISourceRange ; import org . rubypeople . rdt . core . ISourceReference ; import org . rubypeople . rdt . core . RubyModelException ; import org . rubypeople . rdt . internal . core . SourceRange ; public class Task implements ISou... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.