id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
2,700
<s> package org . rubypeople . rdt . core . search ; import java . util . List ; import org . eclipse . core . resources . IResource ; import org . rubypeople . rdt . core . IRubyElement ; public class MethodReferenceMatch extends SearchMatch { private boolean constructor ; private IRubyElement binding ; private List <...
2,701
<s> package com . asakusafw . compiler . bulkloader ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . In ; import com . asakusafw . vocabulary . flow . Out ; public class IdentityFlow < T > extends FlowDescription { private In < T > in ; private
2,702
<s> package com . asakusafw . utils . java . parser . javadoc ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . EnumSet ; import java . util . List ; import com . asakusafw . utils . java . internal . parser . javadoc . ir . IrDocBlock ; import com . asakusafw . utils . java ....
2,703
<s> package org . oddjob . io ; import java . io . IOException ; import java . io . InputStream ; import java . net . URL ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . ArooaValue ; import org . oddjob . arooa . ClassResolver ; import org . oddjob . arooa . convert . ConversionProvider ; i...
2,704
<s> package net . sf . sveditor . core . db . search ; 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 . ...
2,705
<s> package com . asakusafw . compiler . windgate ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . In ; import com . asakusafw . vocabulary . flow . Out ; public class DualIdentityFlow < T > extends FlowDescription { private In < T > in1 ; private In < T
2,706
<s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . DocMethodParameter ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . SimpleName ; import com . asakusafw . utils...
2,707
<s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . List ; import java . util . ServiceLoader ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . vocabulary . external ....
2,708
<s> package com . asakusafw . compiler . flow ; import java . io . Serializable ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . runtime . util . VariableTable ...
2,709
<s> package org . oddjob . designer . components ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . SimpleTextAttribute ; import org . oddjob . arooa . design . sc...
2,710
<s> package com . sun . tools . hat . internal . lang . jruby12 ; import com . sun . tools . hat . internal . lang . Model ; import com . sun . tools . hat . internal . lang . ModelFactory ; import com . sun . tools . hat . internal . lang . ModelFactoryFactory ; import com . sun . tools . hat . internal . lang . Model...
2,711
<s> package com . asakusafw . runtime . stage . input ; import java . io . IOException ; import org . apache . hadoop . mapreduce
2,712
<s> package com . asakusafw . compiler . flow . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class Ex1Output implements ModelOu...
2,713
<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...
2,714
<s> package com . aptana . rdt . internal . core . gems ; import java . util . HashSet ; import java . util . Set ; import org . xml . sax . Attributes ; import org . xml . sax . ContentHandler ; import org . xml . sax . Locator ; import org . xml . sax . SAXException ;
2,715
<s> package com . asakusafw . testtools ; import org . junit . runner . RunWith ; import org . junit . runners . Suite ; import org . junit . runners . Suite . SuiteClasses ; import com . asakusafw . testtools . db . DbUtilTest ; import com . asakusafw . testtools . excel . ExcelUtilsTest ; import com . asakusafw . tes...
2,716
<s> package org . rubypeople . rdt . internal . core ; import java . io . ByteArrayOutputStream ; import java . io . OutputStreamWriter ; import java . io . UnsupportedEncodingException ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . core . resources ....
2,717
<s> package org . rubypeople . rdt . debug . ui . launchConfigurations ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . debug . core . ILaunchConfiguration ; import org . eclipse . debug . core . ILaunchConfigurationWorkingCopy ; import ...
2,718
<s> package com . aptana . rdt . internal . parser . warnings ; import java . util . ArrayList ; import java . util . List ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . FCallNode ; import org . jruby . ast . LocalAsgnNode ; import org . rubypeople . rdt . core...
2,719
<s> package org . oddjob . sql ; import java . sql . SQLException ; import java . util . ArrayList ; import java . util . List ; import java . util . concurrent . ScheduledFuture ; import java . util . concurrent . TimeUnit ; import junit . framework . TestCase ; import org . oddjob . arooa . convert . ArooaConversionE...
2,720
<s> package net . sf . sveditor . ui . tests . editor ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . StringInputStream ; import net . sf . sveditor . core . db . ISVDBFileFactory ; import net . sf . sveditor . core . ...
2,721
<s> package org . rubypeople . rdt . refactoring . tests . core . movemethod ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt . refactoring . tests . FileTestSuite ; import org . rubypeople . rdt . refactoring . tests . core . movemethod . conditionchecks . TS_Mov...
2,722
<s> package com . postmark . java ; import com . google . gson . Gson ; import com . google . gson . GsonBuilder ; import org . apache . http . client . HttpClient ; import org . apache . http . client . HttpResponseException ; import org . apache . http . client . ResponseHandler ; import org . apache . http . client ...
2,723
<s> package net . sf . sveditor . ui . editor ; import java . util . EnumMap ; import org . eclipse . jface . text . TextAttribute ; import org . eclipse . jface . text . source . SourceViewer ; public class SVHighlightingManager { private static EnumMap < SVEditorColors , TextAttribute > fHighlightAttr ; static { if (...
2,724
<s> package com . asakusafw . testtools . db ; import java . io . Closeable ; import java . sql . Connection ; import java . sql . DriverManager ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Statement ; import java . util . List ; import com . asakusafw . testtools . ColumnInf...
2,725
<s> package com . aptana . rdt . internal . core . gems ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Platform ; import org . eclipse . core . runtime . Status ; import org . eclipse . core . runtime . jobs . Job ; ...
2,726
<s> package org . oddjob . logging . cache ; import java . util . ArrayList ; import java . util . List ; import org . oddjob . Structural ; import org . oddjob . logging . ArchiveNameResolver ; import org . oddjob . logging . LogArchiver ; import org . oddjob . structural . StructuralEvent ; import org . oddjob . stru...
2,727
<s> package com . asakusafw . compiler . flow . stage ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . apache . hadoop . io . NullWritable ; import org . apache . hadoop . mapreduce . Mapper ; import org . slf4j . Logger ; impor...
2,728
<s> package com . asakusafw . testdriver . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . vocabulary . external . ImporterDescription ; public class AbstractImporterP...
2,729
<s> package org . rubypeople . rdt . refactoring . editprovider ; import org . eclipse . text . edits . InsertEdit ; import org . eclipse . text . edits . TextEdit ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . util . Constants ; public abstract class InsertEditProvider extends EditPr...
2,730
<s> package org . rubypeople . rdt . refactoring . classnodeprovider ; import org . rubypeople . rdt . refactoring . documentprovider . IDocumentProvider ; public class AllFilesClassNodeProvider extends ClassNodeProvider { public AllFilesClassNodeProvider ( IDocumentProvider docProvider ) { super ( docProvider , false ...
2,731
<s> package com . asakusafw . utils . java . internal . model . util ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . * ; import com . asakusafw . utils . java . model . util . NoThrow ; public final class ModelDigester extends StrictVisitor < Void , DigestContext , NoThrow > { pub...
2,732
<s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . expr . SVDBExpr ;
2,733
<s> package org . oddjob . jmx . client ; import java . io . Serializable ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Map ; import java . util . Set ; import javax . management . Attribute ; import javax . management . AttributeList ; import javax . management . AttributeNotFoun...
2,734
<s> package org . rubypeople . rdt . internal . core . builder ; import java . util . List ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; impor...
2,735
<s> package org . rubypeople . rdt . debug . ui ; import java . net . MalformedURLException ; import java . net . URL ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . resource . ImageDescriptor ; import org . eclipse . jface . resource . ImageRegistry ; import org . eclipse . swt . gra...
2,736
<s> package com . asakusafw . modelgen . util ; import static org . hamcrest . CoreMatchers . * ; import static org . junit . Assert . * ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . junit . Test ;...
2,737
<s> package org . rubypeople . rdt . internal . core . search . matching ; import java . util . ArrayList ; import org . jruby . ast . Node ; import org . rubypeople . rdt . core . search . SearchMatch ; import org . rubypeople . rdt . core . search . SearchPattern ; import org . rubypeople . rdt . internal . compiler ...
2,738
<s> package org . oddjob ; import java . io . IOException ; import java . io . Serializable ; import junit . framework . TestCase ; import org . oddjob . arooa . MockArooaSession ; import org . oddjob . framework . Service ; public class OddjobComponentResolverTest extends TestCase { public void testRunnable ( ) { Oddj...
2,739
<s> package com . asakusafw . vocabulary . flow ; import java . util . concurrent . atomic . AtomicBoolean ; public abstract class FlowDescription { private final AtomicBoolean described = new AtomicBoolean ( false ) ; public final void start ( ) { if ( described . compareAndSet ( false , true ) == false ) { return ; }...
2,740
<s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; import org . eclipse . core . runtime . SubProgressMo...
2,741
<s> package org . rubypeople . rdt . ui . text . ruby ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . jface . text . contentassist . ICompletionProposal ; import org . eclipse . jface . text . contentassist . IContextInformation ; public interface IRubyCom...
2,742
<s> package org . springframework . social . google . api . plus . person . impl ; import org . springframework . social . google . api . plus . person . Person ;
2,743
<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...
2,744
<s> package com . loiane . model ; public class Author { private int id ; private String name ; private String email ; public int getId ( ) { return id ; } public void setId ( int id ) { this . id = id ; } public String getName ( ) { return name ; } public void setName ( String name ) { this . name = name ; } public St...
2,745
<s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; public class IrDocMethod extends IrDocMember { private static final long serialVersionUID = 1L ; private Li...
2,746
<s> package net . sf . sveditor . core . db ; public class SVDBFieldItem extends SVDBItem implements IFieldItemAttr { public int fFieldAttr ; public SVDBFieldItem ( String name , SVDBItemType type ) { super ( name , type ) ; SVDBInclude inc = new SVDBInclude ( ) ; inc . fName = "foo" ; } public int getAttr ( ) { return...
2,747
<s> package org . rubypeople . rdt . ui . text . ruby ; import org . eclipse . jface . text . Assert ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . ITextViewer ; import org . rubypeople . rdt . core . RubyConventions...
2,748
<s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . stmt . SVDBParamPortDecl ; public class SVDBModIfcDecl extends SVDBScopeItem { public List < SVDBModIfcClassParam > fParams ; public List < SVDBParamPortDecl > fPorts ; pro...
2,749
<s> package com . asakusafw . windgate . core ; import java . text . MessageFormat ; import java . util . ResourceBundle ; public class WindGateCoreLogger extends WindGateLogger { private static final ResourceBundle BUNDLE =
2,750
<s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . preference . PreferenceConverter ; import org . eclipse . jface . resource . StringConverter ; import...
2,751
<s> package com . asakusafw . modelgen . model ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; public class SummarizedModelDescription extends ModelDescription { private final...
2,752
<s> package org . oddjob . monitor . actions ; import junit . framework . TestCase ; import org . oddjob . OddjobSessionFactory ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . monitor . action . AddJobAction ; import org . oddjob . monitor . action . DesignInsideAction ; import org . oddjob ...
2,753
<s> package com . asakusafw . utils . java . model . util ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import java . util . regex . Pattern ; import com . asakusafw . utils . java . model . syntax . D...
2,754
<s> package org . rubypeople . rdt . internal . testunit . ui ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . dialogs . MessageDialog ; import org . eclipse . ui . texteditor . ITextEditor ; import org . rubypeople . rdt . core . IMethod ; import org . rubypeople . rdt . core . IRubyE...
2,755
<s> package com . asakusafw . cleaner . common ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import ...
2,756
<s> package net . sf . sveditor . core . db . project ; import java . io . InputStream ; import java . io . OutputStream ; import java . util . ArrayList ; import java . util . List ; import java . util . Properties ; import javax . xml . parsers . DocumentBuilder ; import javax . xml . parsers . DocumentBuilderFactory...
2,757
<s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . attr . SVDBParentAttr ; import net . sf . sveditor . core . db . expr . SVDBIdentifierExpr ; public class SVDBItem extends SVDBItemBase implements ISVDBNamedItem , ISVDBChildItem { @ SVDBParentAttr public ISVDBChildItem fParent ; pub...
2,758
<s> package com . asakusafw . yaess . jobqueue . client ; import java . io . IOException ;
2,759
<s> package com . asakusafw . runtime . value ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; @ SuppressWarnings ( "deprecation" ) public class DateTimeOptionTest extends ValueOptionTestRoot { @ Test public void init ( ) { DateTimeOption option = new ...
2,760
<s> package org . rubypeople . rdt . refactoring . action ; import org . rubypeople . rdt
2,761
<s> package org . rubypeople . rdt . launching ; import java . util . Map ; import org . rubypeople . rdt . internal . launching . LaunchingMessages ; public class VMRunnerConfiguration { private String fFileToLaunch ; private String [ ] fVMArgs ; private String [ ] fProgramArgs ; private String [ ] fEnvironment ; priv...
2,762
<s> package com . aptana . rdt . internal . parser . warnings ; import java . util . HashSet ; import java . util . Map ; import java . util . Set ; import org . jruby . ast . DefnNode ; import org . jruby . ast . DefsNode ; import org . jruby . ast . LocalAsgnNode ; import org . jruby . ast . RootNode ; import org . r...
2,763
<s> package com . asakusafw . bulkloader . cache ; import java . text . SimpleDateFormat ; import java . util . Calendar ; public class LocalCacheInfo { private final String id ; private final Calendar localTimestamp ; private final Calendar remoteTimestamp ; private final String tableName ; private final String path ;...
2,764
<s> package com . asakusafw . compiler . flow . mapreduce . parallel ; import java . util . List ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . DataClass ; import com . asakusafw . compiler . flow . DataClass . Property ; import com . asakusafw . compiler . flow...
2,765
<s> package com . asakusafw . compiler . directio . emitter ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . common . Precondition ; impor...
2,766
<s> package org . springframework . social . google . connect ; import org . springframework . social . google . api . Google ; import org . springframework . social . google . api . impl . GoogleTemplate ; import org . springframework . social . oauth2 .
2,767
<s> package org . rubypeople . rdt . refactoring . tests . core . renamelocal . conditionchecks ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . rubypeople . rdt . refactoring . core . renamelocal . RenameLocalConditionChecker ; import org . rubypeople . rdt . refactoring . cor...
2,768
<s> package org . rubypeople . rdt . internal . core . parser ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import org . jruby . common . IRubyWarnings ; import org . jruby . lexer . yacc . IDESourcePosition ; import org . jruby . lexer . yacc . ISourcePosition ; impo...
2,769
<s> package com . asakusafw . compiler . testing ; import java . io . File ; import java . util . List ; import com . asakusafw . compiler . batch . Workflow ; import com . asakusafw . compiler . common . Precondition ; public class BatchInfo { private final Workflow workflow ; private final List < JobflowInfo > jobflo...
2,770
<s> package org . rubypeople . rdt . internal . launching ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . eclipse . core . runtime . IPath ; import org . rubypeople . rdt . core . ILoadpathContainer ; import org . rubypeople . rdt . c...
2,771
<s> package org . rubypeople . rdt . core . tests . util ; import java . io . File ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; public class Util { private static int DELETE_MAX_TIME = 0 ; public st...
2,772
<s> package com . asakusafw . compiler . yaess . testing . batch ; import com . asakusafw . compiler . yaess
2,773
<s> package org . rubypeople . rdt . internal . launching ; import org . rubypeople . rdt . launching . IRubyLaunchConfigurationConstants ; public interface RubyLaunchConfigurationAttribute { static final String SELECTED_INTERPRETER = IRubyLaunchConfigurationConstants . ATTR_VM_INSTALL_NAME ; static final
2,774
<s> package com . pogofish . jadt . samples . ast ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import java . util . Set ; import org . junit . Test ; import com . pogofish . jadt . samples . ast . Usage ; import com . pogofish . jadt . samples . ast . data . * ; import st...
2,775
<s> package org . oddjob . state ; import org . oddjob . images . IconHelper ;
2,776
<s> package br . com . caelum . vraptor . dash . statistics ; import java . util . List ; import br . com . caelum . vraptor . Result ; public class Collectors implements Collector { private List < Collector > collectors ; public Collectors ( List < Collector > collectors ) { this . collectors = collectors ; } @ Overri...
2,777
<s> package org . rubypeople . rdt . core . formatter ; import java . util . Map ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . internal . formatter . DefaultCodeFormatterOptions ; public class DefaultCodeFormatterConstants { public static final String MIXED = "mixed" ; public stati...
2,778
<s> package com . asakusafw . compiler . fileio . operator ; import java . util . Arrays ; import java . util . List ; import javax . annotation . Generated ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . compiler . fileio . model . Ex2 ; import com . asakusafw . compiler . fileio ...
2,779
<s> package net . sf . sveditor . ui . compare ; import net . sf . sveditor . ui . editor . SVDocumentPartitions ; import net . sf . sveditor . ui . editor . SVDocumentSetupParticipant ; import net . sf . sveditor . ui . editor . SVSourceViewerConfiguration ; import org . eclipse . compare . CompareConfiguration ; impo...
2,780
<s> package com . loiane . dao ; import java . util . List ; import org . apache . ibatis . session . SqlSession ; import org . apache . ibatis . session . SqlSessionFactory ; import com . loiane . data . BlogMapper ; import com . loiane . model . Blog ; public class BlogAnnotationDAO { public List < Blog > selectAllBl...
2,781
<s> package org . rubypeople . rdt . refactoring . offsetprovider ; import org . jruby . ast . MethodDefNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . nodewrapper . MethodNodeWrapper ; public class AfterMethodOffsetProvider
2,782
<s> package org . rubypeople . rdt . refactoring . ui . pages ; import java . util . ArrayList ; import java . util . Collection ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . SelectionEvent ; import org . eclipse . swt . events . SelectionListener ; import org . eclipse . swt . layout . Fil...
2,783
<s> package org . rubypeople . rdt . internal . corext . util ; import java . util . Arrays ; import java . util . Comparator ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . Path ; import org . rubypeople . rdt . core . IRubyModel ; import org . rubypeople . rdt . c...
2,784
<s> package net . sf . sveditor . core . diagrams ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . index . ISVDBIndex ; import net . sf . sveditor . core...
2,785
<s> package net . sf . sveditor . core . tests . index . src_collection ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . StringInputStream ; import net . s...
2,786
<s> package com . asakusafw . windgate . stream ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . OutputStream ; import java . util . ArrayList ; import java . util ...
2,787
<s> package de . fuberlin . wiwiss . d2rq . jena ; import java . util . HashMap ; import java . util . Map ; import com . hp . hpl . jena . graph . Graph ; import com . hp . hpl . jena . graph . Node ; import com . hp . hpl . jena . graph . Triple ; import com . hp . hpl . jena . graph . query . BindingQueryPlan ; impo...
2,788
<s> package com . asakusafw . compiler . flow . mapreduce . parallel ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . apache . hadoop . io . Writable ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import co...
2,789
<s> package com . asakusafw . windgate . hadoopfs . jsch ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . text . MessageFormat ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . concurrent . Time...
2,790
<s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . ExtendFlowProcessor ; import com . asakusafw . compiler . flow . testing . external . Ex1MockExporterDescription ; import com . asakusafw . compiler . flow . testing . external . Part1MockImporterDe...
2,791
<s> package org . oddjob . schedules . schedules ; import java . io . Serializable ; import java . util . Calendar ; import java . util . Date ; import java . util . TimeZone ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; import org . oddjob . schedules . CalendarUnit ; import org . oddjob . sc...
2,792
<s> package com . asakusafw . testtools . inspect ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . util . Calendar ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . Date ; import com . asakusafw . runtime . value...
2,793
<s> package org . rubypeople . rdt . internal . ui . preferences . formatter ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import java . util . Observable ; import org . eclipse ...
2,794
<s> package com . asakusafw . testdriver . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . net . URI ; import org . junit . Test ; public class SpiVerifyRuleProviderTest extends SpiTestRoot { @ Test public void open ( ) throws Exception { ClassLoader cl = regi...
2,795
<s> package com . team1160 . scouting . frontend . elements ; import java . awt . event . ActionEvent ; import java . awt . event . ActionListener ; import com . team1160 . scouting . frontend . resourcePackets . CardLayoutPacket ; import javax . swing . JMenuItem ; public class JumpMenuItem extends JMenuItem implement...
2,796
<s> package org . rubypeople . rdt . debug . core ; import org . eclipse . core . resources . IWorkspace ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Platform ; import org . eclipse . core . runtime . Plugin ; import org . eclipse . core . runtime . Status ; import org . o...
2,797
<s> package com . asakusafw . windgate . hadoopfs . jsch ; import java . io . IOException ; import java . util . List ; import org . apache . hadoop . conf . Configuration ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . runtime . core . context . SimulationSupport ; import ...
2,798
<s> package net . sf . sveditor . ui . svt . editor ; import org . eclipse . jface . viewers . LabelProvider ; import org . eclipse . swt . graphics . Image ; import org . w3c . dom . Element ; public class SVTLabelProvider extends LabelProvider { @ Override public Image getImage ( Object element ) { return super . get...
2,799
<s> package com . asakusafw . windgate . stream . file ; import java . io . BufferedInputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . util . Arrays ; import java . util . Iterator ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory...