id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
1,800 | <s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBIdentifierExpr extends SVDBExpr { public String fId ; public SVDBIdentifierExpr ( ) { this ( ( String ) null ) ; } public SVDBIdentifierExpr ( String id ) { | |
1,801 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import org . eclipse . core . resources . I... | |
1,802 | <s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import org . eclipse . osgi . util . NLS ; public class LauncherMessages extends NLS { private static final String BUNDLE_NAME = | |
1,803 | <s> package org . oddjob . scheduling ; import java . text . DecimalFormat ; public class TimeDisplay { private final int days ; private final int hours ; private final int minutes ; private final int seconds ; private final int milliseconds ; public TimeDisplay ( long time ) { milliseconds = ( int ) ( time % 1000 ) ; ... | |
1,804 | <s> package com . asakusafw . compiler . operator . io ; import java . io . IOException ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class MockHogeOutput implements ModelOutp... | |
1,805 | <s> package org . rubypeople . rdt . refactoring . core . extractconstant ; import org . jruby . ast . Node ; import org . rubypeople . rdt . core . RubyConventions ; import org . rubypeople . rdt . internal . core . util . ASTUtil ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org .... | |
1,806 | <s> package net . sf . sveditor . core . db . persistence ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . ... | |
1,807 | <s> package net . sf . sveditor . core . db . index ; import java . io . File ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . ISVDBNamedItem ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . SVDB... | |
1,808 | <s> package org . rubypeople . rdt . internal . ti . util ; import java . util . Collection ; import java . util . Collections ; import java . util . HashSet ; import java . util . Set ; import org . jruby . ast . ArrayNode ; import org . jruby . ast . FCallNode ; import org . jruby . ast . Node ; import org . jruby . ... | |
1,809 | <s> package org . oddjob . monitor . control ; import java . beans . PropertyChangeListener ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . util . HashMap ; import java . util . Map ; import org . apache . log4j . Logger ; public class PropertyChangeHel... | |
1,810 | <s> package org . rubypeople . eclipse . shams . runtime ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . core . runtime . preferences . IEclipsePreferences ; import org . eclipse . core . runtime . preferences . IPreferenceNodeVisitor ; import org . osgi . service . prefs . BackingSto... | |
1,811 | <s> package org . rubypeople . rdt . refactoring . core . extractmethod ; import java . util . ArrayList ; import java . util . Collection ; import java . util . LinkedHashMap ; import java . util . Map ; import java . util . Observable ; import org . jruby . ast . BlockNode ; import org . jruby . ast . DAsgnNode ; imp... | |
1,812 | <s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . jface . viewers . IBasicPropertyConstants ; import org . eclipse . ui . views . properties . IPropertyDescriptor ; import org . eclipse . ui . views . properties . IPropertySource ; import org . eclipse . ui . views . properties . PropertyDescr... | |
1,813 | <s> package com . asakusafw . compiler . repository ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import java . util . ServiceLoader ; import javax . lang . model . type . TypeMirror ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . as... | |
1,814 | <s> package com . asakusafw . runtime . flow ; import java . io . IOException ; import java . util . Iterator ; import org . apache . hadoop . mapreduce . Reducer ; public abstract class SegmentedCombiner < KEY extends SegmentedWritable , VALUE extends SegmentedWritable > extends Reducer < KEY , VALUE , KEY , VALUE > {... | |
1,815 | <s> package org . rubypeople . rdt . debug . core ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . debug . core . model . ILineBreakpoint ; public interface IRubyLineBreakpoint extends IRubyBreakpoint , ILineBreakpoint { public boolean supportsCondition ( ) ; public String getCondition (... | |
1,816 | <s> package com . asakusafw . windgate . stream . file ; 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 . ArrayList ; import java . util . Arrays ; import java . util . ... | |
1,817 | <s> package org . rubypeople . rdt . internal . formatter ; import java . io . IOException ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . Hashtable ; import java . util . List ; import javax . xml . parsers . DocumentBuilderFactory ; import javax . xml . parsers . FactoryConfig... | |
1,818 | <s> package og . android . tether ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . OutputStream ; import java . lang . reflect . Field ; impor... | |
1,819 | <s> package org . oddjob . logging . cache ; import junit . framework . TestCase ; import org . oddjob . Structural ; import org . oddjob . logging . ArchiveNameResolver ; import org . oddjob . logging . LogEnabled ; import org . oddjob . logging . LogEvent ; import org . oddjob . logging . LogHelper ; import org . odd... | |
1,820 | <s> package com . asakusafw . compiler . flow . debugging ; import java . lang . annotation . Documented ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; @ Target | |
1,821 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . PurchaseTran ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWarnings ... | |
1,822 | <s> package net . sf . sveditor . core . parser ; import net . sf . sveditor . core . db . ISVDBAddChildItem ; import net . sf . sveditor . core . db . SVDBLocation ; import net . sf . sveditor . core . db . SVDBTypeInfo ; import net . sf . sveditor . core . db . SVDBTypeInfoBuiltin ; import net . sf . sveditor . core ... | |
1,823 | <s> package com . asakusafw . runtime . model ; import java . lang . annotation . Documented ; import java . lang . annotation . ElementType ; import java . | |
1,824 | <s> package hudson . jbpm . hibernate ; import hudson . model . Hudson ; import hudson . model . Job ; import org . jbpm . context . exe . Converter ; public | |
1,825 | <s> package com . asakusafw . compiler . flow . example ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . model . Ex2 ; import com . asakusafw . compiler . flow . testing . operator . ExOperatorFactory ; import com . asakusafw . compiler . flow . t... | |
1,826 | <s> package org . oddjob . schedules . schedules ; import java . text . ParseException ; import java . util . Calendar ; import java . util . Date ; import java . util . TimeZone ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . arooa . utils . DateHelper ; import org ... | |
1,827 | <s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import java . net . URI ; public interface DataModelSourceProvider { < T > DataModelSource open ( DataModelDefinition < T | |
1,828 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ImportTarget2Rl ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ | |
1,829 | <s> package com . asakusafw . compiler . flow ; import java . lang . annotation . Annotation ; import java . util . Map ; import com . asakusafw . compiler . common . NameGenerator ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . common . TargetOperator ; import com . as... | |
1,830 | <s> package org . springframework . samples . petclinic . jpa ; import java . util . List ; import org . springframework . samples . petclinic . aspects . UsageLogAspect ; public class HibernateEntityManagerClinicTests extends AbstractJpaClinicTests { private UsageLogAspect usageLogAspect ; @ Override protected String ... | |
1,831 | <s> package org . oddjob . jmx . general ; import java . io . IOException ; import java . util . HashMap ; import java . util . Map ; import java . util . Set ; import javax . management . InstanceNotFoundException ; import javax . management . IntrospectionException ; import javax . management . MBeanServerConnection ... | |
1,832 | <s> package de . fuberlin . wiwiss . d2rq ; import com . hp . hpl . jena . shared . JenaException ; public class D2RQException extends JenaException { public static final int UNSPECIFIED = 0 ; public static final int MAPPING_NO_DATABASE = 1 ; public static final int CLASSMAP_DUPLICATE_DATABASE = 2 ; public static final... | |
1,833 | <s> package net . sf . sveditor . core ; import java . util . ArrayList ; import java . util . Comparator ; import java . util . List ; public class SortUtils { public static List < String > sortStringList ( List < String > l , boolean ascending ) { List < String > ret = new ArrayList < String > ( ) ; ret . addAll ( l ... | |
1,834 | <s> package org . oddjob . jmx ; import org . oddjob . jmx . server . ServerInfo ; public class MockRemoteOddjobBean implements RemoteOddjobBean { public void noop ( ) { throw new | |
1,835 | <s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . debug . core . ILaunchConfiguration ; import org . eclipse . debug . core . ILaunchConfigurationWorkingCopy ; import org . eclipse . debug . ui . AbstractLaunchConfigura... | |
1,836 | <s> package net . sf . sveditor . core . parser ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import net . sf . sveditor . core . db . ISVDBAddChildItem ; import net . sf . sveditor . core . db . SVDBFieldItem ; import net . sf . sveditor . core... | |
1,837 | <s> package com . devtty . gat . data ; import javax . enterprise . inject . Produces ; | |
1,838 | <s> package fi . koku . services . entity . customerservice . model ; public enum CommunityRole { FATHER ( "father" ) , MOTHER ( "mother" ) , FAMILY_MEMBER ( "family" ) , DEPENDANT ( "dependant" ) , CHILD ( "child" ) , PARENT ( | |
1,839 | <s> package com . asakusafw . compiler . windgate . testing . jdbc ; import java . sql . ParameterMetaData ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . util . List ; import java . util . Map ; import java . util . TreeMap ; import org . apach... | |
1,840 | <s> package org . oddjob . sql ; import java . io . FilterOutputStream ; import java . io . IOException ; import java . io . OutputStream ; import java . util . List ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . convert . ArooaConversionException ; i... | |
1,841 | <s> package org . rubypeople . rdt . internal . launching ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . debug . core . ILaunchConfiguration ; import org . rubypeople . rdt . core . ILoadpathEntry ; import org . rubypeople . ... | |
1,842 | <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 . apache . hadoop . io . RawComparator ; import org . apache . hadoop . io . Writable ; import org . juni... | |
1,843 | <s> package com . asakusafw . dmdl . thundergate . util ; import java . text . MessageFormat ; import java . util . List ; import java . util . Map ; import java . util . TreeMap ; import com . asakusafw . dmdl . thundergate . model . JoinedModelDescription ; import com . asakusafw . dmdl . thundergate . model . ModelD... | |
1,844 | <s> package org . rubypeople . rdt . core . util ; import java . io . File ; import java . io . FileInputStream ; import java . io . FilenameFilter ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . UnsupportedEncodingException ; import java . u... | |
1,845 | <s> package hudson . jbpm ; import java . util . logging . Logger ; import hudson . Extension ; import hudson . model . AbstractBuild ; import hudson . model . ParametersAction ; import hudson . model . Run ; import hudson . model . TaskListener ; import hudson . model . listeners . RunListener ; import org . jbpm . Jb... | |
1,846 | <s> package org . oddjob . tools . doclet . utils ; import junit . framework . TestCase ; import org . mockito . Mockito ; import com . sun . javadoc . ClassDoc ; import com . sun . javadoc . PackageDoc ; import com . sun . javadoc . SeeTag ; public class SeeTagProcessorTest extends TestCase { public void testProcessSe... | |
1,847 | <s> package org . rubypeople . rdt . refactoring . tests . core . mergewithexternalclassparts ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt . refactoring . tests . FileTestSuite ; import org . rubypeople . rdt | |
1,848 | <s> package com . asakusafw . runtime . stage ; public class StageResource { private String location ; private String name ; public StageResource ( String location , String name ) { if ( location == null ) { throw new IllegalArgumentException ( "" ) ; } if ( name == null ) { throw new IllegalArgumentException ( "" ) ; ... | |
1,849 | <s> package com . asakusafw . compiler . flow . processor ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . flow . DataClass ; import com . asakusafw . compiler . flow . DataClass . Property ; import com . asakusafw . compiler . flow . LinePartProcessor ; import com . a... | |
1,850 | <s> package com . pogofish . jadt ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . assertTrue ; import static org . junit . Assert . fail ; import java . io . FileNotFoundException ; import org . junit . Test ; public class VersionTest { @ Test public void testHappy ( ) { final... | |
1,851 | <s> package org . rubypeople . rdt . internal . ui . wizards ; import java . util . Collection ; import org . eclipse . core . runtime . Assert ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . ui . dialogs . ISelectionStatusValidator ; import org . rubypeople . rdt . internal . ui . dialogs . ... | |
1,852 | <s> package com . asakusafw . compiler . flow . logging ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . flow . FlowCompilingEnvironment ; import com . asakusafw . compiler . flow . FlowGraphRewriter ; import com . asakusafw . compiler . flow . plan . FlowGraphUti... | |
1,853 | <s> package com . aptana . rdt . internal . parser . warnings ; import java . util . HashMap ; import java . util . Map ; import org . jruby . ast . ClassNode ; import org . jruby . ast . DefnNode ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import com . aptana . rdt . AptanaRDTPlugin ... | |
1,854 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . dialogs . MessageDialog ; import org... | |
1,855 | <s> package org . oddjob . util ; import java . util . Date ; public class DefaultClock | |
1,856 | <s> package org . rubypeople . rdt . internal . testunit . ui ; import org . eclipse . swt . graphics . Image ; public class ProgressImages { private static final int PROGRESS_STEPS = 9 ; private static final String BASE = "prgss/" ; private static final String FAILURE = "ff" ; private static final String OK = "ss" ; p... | |
1,857 | <s> package org . rubypeople . rdt . internal . debug . core . parsing ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; import org . rubypeople . rdt . debug . core . RdtDebugCorePlugin ; import org . rubypeople . rdt . internal . debug . core . model . RubyProcessing... | |
1,858 | <s> package net . sf . sveditor . core . fileset ; import java . util . ArrayList ; import java . util . List ; public class SVFileSet { protected String fBaseLocation ; protected List < String > fIncludes ; protected List < String > fExcludes ; public SVFileSet ( String base_location ) { fBaseLocation = base_location ... | |
1,859 | <s> package net . sf . sveditor . core . docs . model ; import java . io . File ; public class DocFile extends DocTopic { String fDocPath ; String fPageTitle ; String fOutPath ; public DocFile ( String name ) { super ( name , "" , "" ) ; setDocFile ( this ) ; } public void setOutPath ( String path ) { fOutPath = path ;... | |
1,860 | <s> package net . sf . sveditor . ui ; import java . io . File ; import java . io . IOException ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import java . util . MissingResourceException ; import java . util . ResourceBundle ; import java . util . StringTokenizer ; import ja... | |
1,861 | <s> package org . rubypeople . rdt . refactoring . core . renamelocal ; import org . rubypeople . rdt . refactoring . core . IRefactoringContext ; import org . rubypeople . rdt . refactoring . core . RubyRefactoring ; import org . rubypeople | |
1,862 | <s> package com . asakusafw . runtime . stage . input ; import java . io . IOException ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . apache . hadoop . mapreduce . JobContext ; import org . apache . hadoop . mapreduce . Mapper ; publ... | |
1,863 | <s> package org . rubypeople . rdt . internal . ui . dnd ; import org . eclipse . jface . util . Assert ; import org . eclipse . jface . util . TransferDragSourceListener ; import org . eclipse . jface . viewers . IStructuredSelection ; import org . eclipse . jface . viewers . StructuredViewer ; import org . eclipse . ... | |
1,864 | <s> package org . rubypeople . rdt . internal . core ; import org . rubypeople . rdt . core . ISourceRange ; class | |
1,865 | <s> package com . asakusafw . testdriver . bulkloader ; import java . util . Calendar ; import com . asakusafw . testdriver . model . SimpleDataModelDefinition ; import com . asakusafw . thundergate . runtime . cache . ThunderGateCacheSupport ; import com . asakusafw . vocabulary . bulkloader . ColumnOrder ; import com... | |
1,866 | <s> package net . sf . sveditor . core . docs . model ; import java . util . ArrayList ; import java . util . List ; public class DocTopic implements IDocTopic { private String fTitle ; private String fSummary ; private String fKeyword ; private String fTopic ; private String fBody ; private List < DocTopic > fChildren... | |
1,867 | <s> package org . rubypeople . rdt . internal . core . search . matching ; import org . rubypeople . rdt . core . search . SearchPattern ; import org . rubypeople . rdt . internal . core . search . indexing . IIndexConstants ; import org . rubypeople . rdt . internal . core . util . CharOperation ; public class Qualifi... | |
1,868 | <s> package org . oddjob . framework ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; | |
1,869 | <s> package com . asakusafw . compiler . testing . flow ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . testing . TemporaryOutputDescription ; public class Out2ExporterDesc extends TemporaryOutputDescription { @ Override public Class < ? > getModelType ( ) { retu... | |
1,870 | <s> package com . asakusafw . compiler . fileio . io ; import java . io . IOException ; import com . asakusafw . compiler . fileio . model . ExSummarized2 ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class ExSummarized2Input implements ModelI... | |
1,871 | <s> package handson . springbatch ; import java . util . List ; import org . springframework . batch . item . ItemReader ; import org . springframework . batch . item . NonTransientResourceException ; import org . springframework . batch . item . ParseException ; import org . springframework . batch . item . Unexpected... | |
1,872 | <s> package net . sf . sveditor . core . db . index ; import java . lang . ref . Reference ; import java . lang . ref . WeakReference ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . SubProgressMonitor ; pub... | |
1,873 | <s> package org . oddjob . launch ; import java . io . File ; import java . io . FilenameFilter ; import java . net . MalformedURLException ; import java . net . URL ; import java . text . CharacterIterator ; import java . text . StringCharacterIterator ; public final class Locator { private Locator ( ) { } public stat... | |
1,874 | <s> package org . rubypeople . rdt . refactoring . tests . core . renamemethod . conditioncheck ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . rubypeople . rdt . refactoring . core . renamemethod . MethodRenamer ; import org . rubypeople . rdt . refactoring . core . renamemet... | |
1,875 | <s> package fruit ; import java . io . Serializable ; import org . oddjob . arooa . convert . ConversionProvider ; import org . oddjob . arooa . convert . ConversionRegistry ; import org . oddjob . arooa . convert . Convertlet ; import org . oddjob . arooa . convert . ConvertletException ; public interface Flavour exte... | |
1,876 | <s> package com . asakusafw . runtime . directio . hadoop ; 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 . hadoop . conf . Configurable ; import... | |
1,877 | <s> package org . rubypeople . rdt . internal . ui . search ; import java . util . StringTokenizer ; import org . rubypeople . rdt . core . IField ; import org . rubypeople . rdt . core . IImportDeclaration ; import org . rubypeople . rdt . core . IType ; import org . rubypeople . rdt . core . search . IRubySearchConst... | |
1,878 | <s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . text . ITextSelection ; import org . eclipse . jface . util . Assert ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . jface . viewers . ISelectionChangedListe... | |
1,879 | <s> package org . oddjob . monitor . model ; import java . beans . PropertyChangeEvent ; import java . beans . PropertyChangeListener ; import javax . swing . KeyStroke ; import org . oddjob . monitor . context . ExplorerContext ; import junit . framework . TestCase ; public class JobActionTest extends TestCase { publi... | |
1,880 | <s> package net . sf . sveditor . core . scanner ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Set ; import java . util . Stack ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . ... | |
1,881 | <s> package net . sf . sveditor . core . hierarchy ; import java . util . List ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . index . ISVDBIndexIterator ; import net . sf . sveditor . core . db . refs . SVDBSubClassRefFinder ; import net . sf . sveditor . core . db .... | |
1,882 | <s> package org . oddjob . jmx ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . life . ArooaSessionAware ; import org . oddjob . arooa . types . ValueFactory ; import org . oddjob . jmx . handlers . VanillaServerHandlerFactory ; import org . oddjob . jmx . server . ServerInterfaceHandlerFact... | |
1,883 | <s> package com . asakusafw . compiler . yaess . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . yaess . testing . model . Dummy ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class DummyInput implements Mode... | |
1,884 | <s> package com . aptana . rdt . internal . core . gems ; import java . util . Set ; import com . aptana . rdt . core . gems . Gem ; public class GemOnePointTwoParserTest extends AbstractGemParserTestCase { public void testParsingLocalGems ( ) throws GemParseException { String contents = getContents ( "" ) ; Set < Gem ... | |
1,885 | <s> package com . asakusafw . dmdl . directio . csv . driver ; import java . util . Arrays ; import java . util . Map ; import com . asakusafw . dmdl . Diagnostic ; import com . asakusafw . dmdl . Diagnostic . Level ; import com . asakusafw . dmdl . directio . csv . driver . CsvFieldTrait . Kind ; import com . asakusaf... | |
1,886 | <s> package com . aptana . rdt . internal . ui . preferences ; import org . eclipse . core . runtime . preferences . InstanceScope ; import org . eclipse . jface . preference . BooleanFieldEditor ; import org . eclipse . jface . preference . FieldEditorPreferencePage ; import org . eclipse . jface . preference . FileFi... | |
1,887 | <s> package com . sun . phobos . script . util ; import javax . script . ScriptException ; public class ExtendedScriptException extends ScriptException { public ExtendedScriptException ( Throwable cause , String message , String fileName , int lineNumber , int columnNumber ) { super ( message , fileName , lineNumber , ... | |
1,888 | <s> package org . rubypeople . rdt . internal . core . parser . warnings ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; | |
1,889 | <s> package org . springframework . samples . petclinic ; import java . util . Collection ; import org . springframework . dao . DataAccessException ; public interface Clinic { Collection < Vet > getVets ( ) throws DataAccessException ; Collection < PetType > getPetTypes ( ) throws DataAccessException ; Collection < Ow... | |
1,890 | <s> package org . rubypeople . rdt . internal . ui . preferences ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . Iterator ; import java . util . Map ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . text . Assert ; import org . eclipse . swt . SWT ... | |
1,891 | <s> package com . asakusafw . testdriver . directio ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . ArrayList ; import java... | |
1,892 | <s> package com . asakusafw . utils . java . jsr199 . testing ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . InputStream ; import java . io . OutputStream ; import java . net . URI ; import java . net . URISyntaxException ; import java . text . MessageFormat ; ... | |
1,893 | <s> package com . asakusafw . testdriver . core ; import java . io . File ; import java . io . IOException ; import java . io . PrintWriter ; import java . net . URL ; import java . net . URLClassLoader ; import java . util . Arrays ; import org . junit . Rule ; import org . junit . rules . TemporaryFolder ; public abs... | |
1,894 | <s> package org . rubypeople . rdt . refactoring . core . rename ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private static final String BUNDLE_NAME = "" ; public static String RenameConditionChecker_NothingSelected ; public static String RenameRefactoring_Name ; | |
1,895 | <s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; public class AliasMap extends ColumnRenamer { ... | |
1,896 | <s> package com . asakusafw . bulkloader . common ; import java . io . Closeable ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import com . asakusafw . bulkloader . log . Log ; public class StreamRedirectThread extends Thread { static final Log LOG = new Log ( Str... | |
1,897 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ImportTarget1Rl ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWarnin... | |
1,898 | <s> package org . rubypeople . rdt . internal . formatter ; public class EndBlockMarker | |
1,899 | <s> package org . rubypeople . rdt . internal . debug . ui ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.