id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
900 | <s> package net . sf . sveditor . core . db . stmt ; import net . sf . | |
901 | <s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemBase ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . SVDBItemUtils ; public class SVDBExpr extends SVDBItemBase { protected SVDBExpr ( SVDBItemType type ) { super ( ty... | |
902 | <s> package com . pogofish . jadt . sampleast ; import java . util . List ; public abstract class Type { private Type ( ) { } private static final Type _Int = new Int ( ) ; public static final Type _Int ( ) { return _Int ; } private static final Type _Long = new Long ( ) ; public static final Type _Long ( ) { return _L... | |
903 | <s> package com . asakusafw . testdriver . temporary ; import java . lang . annotation . Annotation ; import java . util . Collection ; import java . util . Collections ; import org . apache . hadoop . io . Text ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . c... | |
904 | <s> package net . sf . sveditor . ui . editor ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . DefaultTextDoubleClickStrategy ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . Regi... | |
905 | <s> package de . fuberlin . wiwiss . d2rq . nodes ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import org . apache . commons . logging . Log ; import org . apache . commons . log... | |
906 | <s> package org . rubypeople . rdt . internal . ti ; import org . jruby . ast . CallNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . ConstNode ; import org . jruby . ast . DefnNode ; import org . jruby . ast . DefsNode ; import org . jruby . ast . IterNode ; import org . jruby . ast . LocalAsgnN... | |
907 | <s> package com . asakusafw . compiler . fileio . flow ; import com . asakusafw . compiler . fileio . external . Ex1MockExporterDescription ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . compiler . fileio . model . Ex2 ; import com . asakusafw . compiler . fileio . operator . ExOp... | |
908 | <s> package org . rubypeople . rdt . internal . core . buffer ; public class ToStringSorter { Object [ ] sortedObjects ; String [ ] sortedStrings ; public boolean compare ( String stringOne , String stringTwo ) { return stringOne . compareTo ( stringTwo ) < 0 ; } private void quickSort ( int left , int right ) { int or... | |
909 | <s> package org . oddjob ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import junit . framework . TestCase ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaT... | |
910 | <s> package com . asakusafw . compiler . flow . join . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . Retention ; import java . lang . annotation . | |
911 | <s> package org . oddjob . scheduling ; import java . util . concurrent . ExecutorService ; import java . util . concurrent . ScheduledExecutorService ; import org . oddjob . OddjobExecutors ; import org . oddjob . OddjobServices ; import org . oddjob . input . InputHandler ; public class OddjobServicesBean implements ... | |
912 | <s> package com . asakusafw . dmdl . windgate . csv . driver ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . semantics . DmdlSemantics ; import com . asakusafw . dmdl . semantics . PropertyDeclaration ; import com . asakusafw . dmdl . spi . PropertyAttributeDriver ; import com .... | |
913 | <s> package net . sf . sveditor . ui . editor . actions ; import java . util . Iterator ; import java . util . List ; import java . util . ResourceBundle ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . BadPartitioningE... | |
914 | <s> package org . rubypeople . rdt . internal . ui . util ; import java . io . File ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . FileDialog ; public class FileSelector extends ResourceSelector { public FileSelector ( Composite parent ) { super ( parent ) ; } @ Override pro... | |
915 | <s> package org . oddjob . jmx . client ; import junit . framework . TestCase ; public class ClientInterfaceManagerFactoryTest extends TestCase { interface Foo { public void foo ( ) ; } public void testInvoke ( ) throws Throwable { class MockFoo implements Foo { boolean invoked ; public void foo ( ) { invoked = true ; ... | |
916 | <s> package com . aptana . rdt . internal . ui . actions ; import java . text . MessageFormat ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . jobs . Job ; import org . eclipse . jface . action . IAction ; import org .... | |
917 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . util . Comparator ; import org . eclipse . jface . text . contentassist . ICompletionProposal ; import org . rubypeople . rdt . ui . text . ruby . AbstractProposalSorter ; import org . rubypeople | |
918 | <s> package net . sf . sveditor . core . job_mgr ; import org . eclipse . core . runtime . IProgressMonitor ; public interface IJob { void init ( String name , Runnable runnable ) ; String getName ( ) ; void setPriority ( int p ) ; int getPriority ( ) ; void run ( IProgressMonitor monitor ) ; void addListener ( IJobLis... | |
919 | <s> package net . sf . sveditor . core . tests . parser ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . parser . SVParseException ; import net . sf . sveditor . core . tests . SVDBTestUtils ; import junit . framework . TestCase... | |
920 | <s> package com . asakusafw . compiler . batch ; import java . lang . reflect . Type ; import java . text . MessageFormat ; import java . util . List ; import com . asakusafw . runtime . util . TypeUtil ; import com . | |
921 | <s> package net . sf . sveditor . ui . argfile . editor ; import org . eclipse . jface . text . rules . IWordDetector ; public class SVArgFileWordDetector implements IWordDetector { private boolean fStartsWithPlus ; | |
922 | <s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import org . eclipse . jface . action . Action ; import org . eclipse . swt . custom . BusyIndicator ; import org . eclipse . ui . | |
923 | <s> package test . modelgen . table . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import javax . annotation . Generated ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . IntOp... | |
924 | <s> package de . fuberlin . wiwiss . d2rq . optimizer ; import junit . framework . Test ; import | |
925 | <s> package com . asakusafw . testdriver . testing . io ; import java . io . IOException ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; import com . asakusafw . testdriver . testing . model . Ordered ; public final class OrderedInput implements ModelInput <... | |
926 | <s> package org . rubypeople . rdt . internal . ui ; import org . rubypeople . eclipse . shams . resources . ShamProject ; import org . rubypeople . rdt . internal . ui . util . StackTraceLine ; import junit . framework . TestCase ; public class TC_StackTraceLine extends TestCase { private static final String BACKSLASH... | |
927 | <s> package org . rubypeople . rdt . ui ; import org . eclipse . core . resources . IStorage ; import org . eclipse . jface . viewers . LabelProvider ; import org . eclipse . swt . graphics . Image ; import org . rubypeople . rdt . internal . ui . viewsupport . RubyElementImageProvider ; import org . rubypeople . rdt .... | |
928 | <s> package org . rubypeople . rdt . internal . corext . buildpath ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IP... | |
929 | <s> package com . asakusafw . utils . collections ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . uti... | |
930 | <s> package org . rubypeople . rdt . refactoring . core ; 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 ; import org... | |
931 | <s> package org . oddjob . scheduling ; import java . io . File ; import java . io . IOException ; import java . text . ParseException ; import java . util . ArrayList ; import java . util . Date ; import java . util . List ; import java . util . TimeZone ; import java . util . concurrent . ExecutorService ; import jav... | |
932 | <s> package com . asakusafw . compiler . operator . processor ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . compiler . operator . OperatorCompilerTestRoot ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . utils . graph . Graph ... | |
933 | <s> package org . oddjob . monitor ; import java . awt . event . ActionEvent ; import java . awt . event . KeyEvent ; import javax . swing . KeyStroke ; public class Standards extends org . oddjob . arooa . design . view . Standards { public static final Integer NEW_MNEMONIC_KEY = new Integer ( KeyEvent . VK_N ) ; publ... | |
934 | <s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . jface . text . IDocument ; | |
935 | <s> package net . sf . sveditor . core . dirtree ; import java . util . ArrayList ; import java . util . List ; public class SVDBDirTreeNode { private String fName ; private boolean fIsDir ; private SVDBDirTreeNode fParent ; private List < SVDBDirTreeNode > fChildren ; public SVDBDirTreeNode ( SVDBDirTreeNode parent , ... | |
936 | <s> package org . rubypeople . rdt . internal . corext . util ; import java . io . IOException ; import java . io . InputStream ; import java . io . Reader ; import org . rubypeople . rdt | |
937 | <s> package com . asakusafw . compiler . flow . visualizer ; import java . util . Collections ; import java . util . Set ; import java . util . UUID ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . utils . collections . Sets ; public class VisualGraph implements VisualNode { privat... | |
938 | <s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBForkStmt | |
939 | <s> package journal . io . util ; import java . util . logging . Level ; import java . util . logging . Logger ; public class LogHelper { private static final Logger LOG = Logger . getLogger ( LogHelper . class . getName ( ) ) ; public static void warn ( String message , Object ... args ) { if ( LOG . isLoggable ( Leve... | |
940 | <s> package org . rubypeople . rdt . refactoring . core ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . ConstNode ; import org . jruby . ast . ModuleNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . documentprovider . IDocumentProvider... | |
941 | <s> package com . asakusafw . yaess . flowlog ; import java . io . File ; import java . nio . charset . Charset ; import java . text . DateFormat ; import java . text . MessageFormat ; import java . text . SimpleDateFormat ; import java . util . Map ; import java . util . TreeMap ; import com . asakusafw . yaess . core... | |
942 | <s> package com . sun . tools . hat . internal . server ; import java . io . PrintWriter ; import com . google . common . base . Function ; import com . google . common . base . Preconditions ; import com . google . common . base . Strings ; import com . google . common . collect . Collections2 ; import com . google . ... | |
943 | <s> package de . fuberlin . wiwiss . d2rq . values ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute ; import de . fuberlin ... | |
944 | <s> package net . sf . sveditor . core . tests . index . libIndex ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . PrintStream ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . ISVDBItemBase ; impo... | |
945 | <s> package org . rubypeople . rdt . refactoring . core . renamemethod ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . CallNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . FCallNode ; import org . jruby . ast . Node ; import org . jruby . ast . SCl... | |
946 | <s> package org . rubypeople . rdt . internal . compiler . util ; public final class HashtableOfLong { public long [ ] keyTable ; public Object [ ] valueTable ; public int elementSize ; int threshold ; public HashtableOfLong ( ) { this ( 13 ) ; } public HashtableOfLong ( int size ) { this . elementSize = 0 ; this . thr... | |
947 | <s> package fruit ; public class FlavourType implements Flavour { private static final long serialVersionUID = 2010112500L ; private String description ; public | |
948 | <s> package org . oddjob . schedules . regression ; import java . text . ParseException ; import java . util . Date ; import org . apache . log4j . Logger ; import org . oddjob . arooa . utils . DateHelper ; import org . oddjob . schedules . Interval ; import org . oddjob . schedules . IntervalTo ; import org . oddjob ... | |
949 | <s> package org . rubypeople . rdt . refactoring . tests . core . inlinemethod ; import org . jruby . ast . MethodDefNode ; import org . rubypeople . rdt . refactoring . core . inlinemethod . MethodFinder ; import org . rubypeople . rdt . refactoring . core . inlinemethod . SelectedCallFinder ; import org . rubypeople ... | |
950 | <s> package org . oddjob . logging . log4j ; import junit . framework . TestCase ; import org . apache . log4j . Level ; import org . apache . log4j . Logger ; import org . oddjob . Structural ; import org . oddjob . logging . LogEnabled ; import org . oddjob . logging . LogEvent ; import org . oddjob . logging . LogLe... | |
951 | <s> package com . asakusafw . compiler . flow . processor . operator ; import java . util . Arrays ; import javax . annotation . Generated ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . vocabulary . flow . Operator ; import com . asakusafw . vocabulary . flow . Source ; im... | |
952 | <s> package org . oddjob . jobs ; import java . util . LinkedList ; import org . oddjob . Stateful ; import org . oddjob . Stoppable ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; import org . oddjob . framework . SimpleJob ; import org . oddjob . scheduling . ExecutorThrottleType ; import org ... | |
953 | <s> package com . asakusafw . windgate . core . process ; import static org . hamcrest . CoreMatchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . junit . Rule ; import org . juni... | |
954 | <s> package com . asakusafw . utils . java . parser . javadoc ; import static com . asakusafw . utils . java . internal . parser . javadoc . ir . IrDocElementKind . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import java . uti... | |
955 | <s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . ExtendFlowProcessor ; import com . asakusafw . compiler . flow . testing . external . Ex1MockImporterDescription ; import com . asakusafw . compiler . flow . testing . external . Ex2MockExporterDesc... | |
956 | <s> package net . sf . sveditor . core . templates ; import java . io . IOException ; import java . io . InputStream ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IWorkspaceRoot ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . ru... | |
957 | <s> package net . sf . sveditor . core . db . utils ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . c... | |
958 | <s> package com . asakusafw . compiler . flow . example ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . vocabulary . flow . Export ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . Import ; import com . asakusafw . ... | |
959 | <s> package test . modelgen . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import java . math . BigDecimal ; import javax . annotation . Generated ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw... | |
960 | <s> package com . pogofish . jadt . source ; import java . io . File ; import java . io . FilenameFilter ; import java . util . ArrayList ; import java . util . List ; import com . pogofish . jadt . util . Util ; public class FileSourceFactory implements SourceFactory { private static final FilenameFilter FILTER = new ... | |
961 | <s> package de . fuberlin . wiwiss . d2rq . sql ; public class BeanCounter implements Cloneable { public static int totalNumberOfExecutedSQLQueries = 0 ; public static int totalNumberOfReturnedRows = 0 ; public static int totalNumberOfReturnedFields = 0 ; public int numberOfExecutedSQLQueries = 0 ; public int numberOfR... | |
962 | <s> package com . asakusafw . yaess . core . task ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import java . util . LinkedHashMap ;... | |
963 | <s> package org . oddjob . designer . elements ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . DesignValueBase ; import org . oddjob . arooa . design . SimpleTe... | |
964 | <s> package net . sf . sveditor . ui . pref ; import java . util . Set ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . resource . JFaceResources ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . Modif... | |
965 | <s> package net . sf . sveditor . ui . editor ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . swt . graphics . Color ; import org . eclipse . swt . graphics . RGB ; import org . eclipse . swt . widgets . Display ; public class SVColorManager { private static Map < RGB , Color > fColor... | |
966 | <s> package com . asakusafw . bulkloader . collector ; import java . io . PrintStream ; public final class SystemOutManager { private static final PrintStream OUT = System . out ; private static | |
967 | <s> package com . asakusafw . windgate . core . session ; import java . io . IOException ; import java . text . MessageFormat ; public class SessionException extends IOException { private static final long serialVersionUID = - 819170343696459140L ; private final String sessionId ; private final Reason reason ; public S... | |
968 | <s> package org . rubypeople . rdt . internal . ui . preferences ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import org . eclipse . core . com... | |
969 | <s> package net . heraan . ui ; import java . util . ArrayList ; import java . util . Calendar ; import java . util . Scanner ; import net . heraan . Game ; import net . heraan . Game . Play ; import net . heraan . Game . Result ; import net . heraan . Player . AI . AI ; import net . heraan . Player . AI . AI_Strategy ... | |
970 | <s> package org . rubypeople . rdt . astviewer . preferences ; import org . eclipse . core . runtime . preferences . AbstractPreferenceInitializer ; import org . eclipse . jface . preference . IPreferenceStore ; import org . rubypeople . rdt | |
971 | <s> package com . asakusafw . generator ; import java . io . File ; import java . io . InputStream ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . apache . commons . io . FileUtils ; import ... | |
972 | <s> package org . oddjob . describe ; import java . util . Map ; import org . oddjob . Describeable ; public class DescribeableDescriber implements Describer { @ Override public Map < String , String > describe | |
973 | <s> package journal . io . api ; import java . io . File ; import java . io . IOException ; import java . io . RandomAccessFile ; import java . util . concurrent . atomic . AtomicInteger ; import journal . io . util . IOHelper ; class DataFile implements Comparable < DataFile > { private final File file ; private final... | |
974 | <s> package com . asakusafw . modelgen ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . sql . SQLException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . List ; import java . uti... | |
975 | <s> package com . asakusafw . compiler . operator . model ; import java . util . List ; import javax . lang . model . element . Element ; import javax . lang . model . element . ElementKind ; import javax . lang . model . element . ExecutableElement ; import javax . lang . model . element . TypeElement ; import javax .... | |
976 | <s> package com . asakusafw . testtools . inspect ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . util . ArrayList ; import java . util . Comparator ; import java . util . Iterator ; import java . util . List ; import org . apache . hadoop . io . Writab... | |
977 | <s> package com . asakusafw . dmdl . thundergate . model ; public enum Aggregator { IDENT { @ Override public PropertyType inferType ( PropertyType original ) { return original ; } } , SUM { @ Override public PropertyType inferType ( PropertyType original ) { switch ( original . getKind ( ) ) { case BYTE : case SHORT :... | |
978 | <s> package net . ggtools . grand . ui ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . prefs . BackingStoreException ; import java . util . prefs . Preferences ; import net . ggtools . grand . ui . prefs . ComplexPreferenceStore ; import net .... | |
979 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . dialogs . MessageDialog ; import org . eclipse . jface . dialogs . ProgressMonitorDialog ; import org . eclipse .... | |
980 | <s> package org . rubypeople . rdt . refactoring . tests . core . inlineclass ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt . refactoring . tests . | |
981 | <s> package com . asakusafw . yaess . tools ; import java . text . MessageFormat ; import java . util . Map ; import java . util . Properties ; import java . util . SortedMap ; import java . util . TreeMap ; import org . apache . commons . cli . BasicParser ; import org . apache . commons . cli . CommandLine ; import o... | |
982 | <s> package com . asakusafw . compiler . operator . processor ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . compiler . operator . OperatorCompilerTestRoot ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . compiler . operator . ... | |
983 | <s> package org . oddjob . sql ; import junit . framework . TestCase ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . reflect . ArooaPropertyException ; import org . oddjob . arooa . xml . XMLConfigurat... | |
984 | <s> package com . asakusafw . runtime . stage . directio ; import org . apache . hadoop . io . Writable ; import org . apache . hadoop . util . ReflectionUtils ; import com . asakusafw . runtime . directio . DataFormat ; import com . asakusafw . runtime . io . util . WritableRawComparableUnion ; public class DirectOutp... | |
985 | <s> package org . rubypeople . rdt . refactoring . core . formatsource ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . documentprovider . DocumentProvider ; import org . rubypeople . rdt . refactoring . documentprovider . IDocumentProvider ; publ... | |
986 | <s> package net . sf . sveditor . core . db . stmt ; import java . util . ArrayList ; import java . util . List ; | |
987 | <s> package net . sf . sveditor . ui . prop_pages ; import net . sf . sveditor . core . db . project . SVProjectFileWrapper ; import org . eclipse . swt . | |
988 | <s> package com . asakusafw . testdriver . excel ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . net . URI ; import java . net . URISynt... | |
989 | <s> package org . rubypeople . rdt . refactoring . core . inlinelocal ; import java . util . ArrayList ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . core . RefactoringContext ; import org . rubypeople . rdt . refactoring . core . extractmethod . ExtractMethodConditionChecker ; import... | |
990 | <s> package org . rubypeople . rdt . internal . debug . ui ; import org . eclipse . core . runtime . IAdapterFactory ; import org . eclipse . ui . IActionFilter ; import org . rubypeople . rdt . debug . core . model . IRubyVariable ; class ActionFilterAdapterFactory implements IAdapterFactory , IActionFilter { public O... | |
991 | <s> package com . asakusafw . windgate . hadoopfs . jsch ; import static org . hamcrest . CoreMatchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOExcep... | |
992 | <s> package org . rubypeople . rdt . refactoring . core . renamemodule ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . IScopingNode ; import org . rubypeople . rdt . refactoring . core . ModuleNodeProvider ; import org . rubypeople . rdt . refactoring . editprovider . Fil... | |
993 | <s> package org . rubypeople . rdt . debug . core . tests ; import java . io . BufferedReader ; import java . io . File ; import java . io . InputStreamReader ; import java . io . PrintWriter ; import java . net . Socket ; import java . text . DecimalFormat ; import java . text . DecimalFormatSymbols ; import java . ut... | |
994 | <s> package org . oddjob . framework ; import junit . framework . TestCase ; public class ProxyGeneratorTest extends TestCase { interface Fruit { String getType ( ) ; } class Apple implements Fruit { @ Override public String getType ( ) { return "apple" ; } } interface Snack { public void eat ( ) ; } class FruitWrapper... | |
995 | <s> package com . asakusafw . testdata . generator . excel ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; impor... | |
996 | <s> package org . oddjob . jmx . handlers ; import java . io . Serializable ; import java . lang . reflect . UndeclaredThrowableException ; import java . util . ArrayList ; import java . util . LinkedList ; import java . util . List ; import javax . management . JMException ; import javax . management . MBeanAttributeI... | |
997 | <s> package org . rubypeople . rdt . refactoring . core . splitlocal ; import org . rubypeople . rdt . refactoring . core . IRefactoringContext ; import org . rubypeople . rdt . refactoring . core . RubyRefactoring ; import org . rubypeople . rdt . refactoring . ui . pages . SplitLocalPage ; public | |
998 | <s> package org . oddjob . schedules ; import java . text . ParseException ; import org . oddjob . arooa . utils . DateHelper ; import junit . framework . TestCase ; public class SimpleScheduleResultTest extends TestCase { public void testEquals ( ) throws ParseException { Object o1 , o2 ; o1 = new SimpleScheduleResult... | |
999 | <s> package org . oddjob . monitor . context ; public class AncestorSearch { private final ExplorerContext start ; public AncestorSearch ( ExplorerContext |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.