id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
1,600 | <s> package de . fuberlin . wiwiss . d2rq . csv ; import java . io . StringReader ; import java . util . Collection ; import java . util . HashSet ; import junit . framework . TestCase ; import de . fuberlin . wiwiss . d2rq . D2RQTestSuite ; import de . fuberlin . wiwiss . d2rq . map . TranslationTable . Translation ; ... | |
1,601 | <s> package com . asakusafw . compiler . operator ; import java . util . Collections ; import java . util . List ; import javax . lang . model . type . TypeMirror ; import com . asakusafw . compiler . common . NameGenerator ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . java .... | |
1,602 | <s> package com . asakusafw . compiler . flow . processor ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Comparator ; import java . util . List ; import org . junit . Rule ; import org . junit . Test ; import com . asakusafw... | |
1,603 | <s> package org . oddjob . state ; import junit . framework . TestCase ; public class AndStateOpTest extends TestCase { public void testAndNoStates ( ) { AndStateOp test = new AndStateOp ( ) ; assertEquals ( ParentState . READY , test . evaluate ( ) ) ; } public void testAndOneStates ( ) { AndStateOp test = new AndStat... | |
1,604 | <s> package hudson . jbpm . model . gpd ; import java . util . Collections ; import java . util . List ; import com . thoughtworks . xstream . annotations . XStreamAlias ; import com . thoughtworks . xstream . annotations . XStreamImplicit ; @ XStreamAlias ( "edge" ) public class Edge { Label label ; public Label getLa... | |
1,605 | <s> package org . rubypeople . rdt . internal . core . parser ; import org . jruby . ast . NewlineNode ; import org . jruby . ast . Node ; import org . jruby . lexer . yacc . ISourcePosition ; import org . rubypeople . rdt . internal . ti . util . INodeAcceptor ; public class ClosestNodeLocator extends InOrderVisitor {... | |
1,606 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import java . net . URL ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . runtime . FileLocator ; import org . eclipse . core . runtime . IConfigurationElement ; import org . ecl... | |
1,607 | <s> package com . asakusafw . vocabulary . model ; import java . lang . annotation . Documented ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; @ Deprecated @ Target ( ElementTy... | |
1,608 | <s> package org . rubypeople . rdt . internal . corext . util ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resourc... | |
1,609 | <s> package com . sun . tools . hat . internal . model ; import java . io . File ; import java . io . FileInputStream ; import java . io . InputStreamReader ; import java . io . BufferedReader ; import java . io . IOException ; import java . util . HashSet ; import java . util . Set ; public class ReachableExcludesImpl... | |
1,610 | <s> package org . oddjob . jmx ; import java . net . MalformedURLException ; import javax . management . remote . JMXServiceURL ; import junit . framework . TestCase ; public class JMXServiceURLHelperTest extends TestCase { public void testFullURL ( ) throws MalformedURLException { JMXServiceURLHelper test = new JMXSer... | |
1,611 | <s> package org . springframework . social . google . api . impl ; import static org . springframework . http . HttpMethod . POST ; import static org . springframework . http . HttpMethod . PUT ; import static org . springframework . util . StringUtils . hasText ; import org . springframework . http . HttpEntity ; impo... | |
1,612 | <s> package org . rubypeople . rdt . internal . launching ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IResourceChangeEvent ; import org . eclipse . core . resources . IResourceChangeListener ; import org . eclipse... | |
1,613 | <s> package org . oddjob . state ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . ConsoleCapture ; import org . oddjob . FailedToStopException ; import org . oddjob . Oddjob ; import org . oddjob . Resetable... | |
1,614 | <s> package com . asakusafw . compiler . flow . join ; import java . io . IOException ; import java . lang . annotation . Annotation ; import java . lang . reflect . Type ; import java . util . LinkedList ; import java . util . List ; import java . util . Set ; import org . slf4j . Logger ; import org . slf4j . LoggerF... | |
1,615 | <s> package org . rubypeople . rdt . ui . actions ; import java . util . ResourceBundle ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . TextSelection ; import org . eclipse . jface . viewers . ISelection ; import org ... | |
1,616 | <s> package org . rubypeople . rdt . internal . corext . util ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . DefaultLineTracker ; import org . eclipse . jface . text . ILineTracker ; import org . eclipse . jface . text . IRegion ; import org . rubypeople . rdt . cor... | |
1,617 | <s> package com . asakusafw . testtools . excel ; import static org . junit . Assert . * ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . math . BigDec... | |
1,618 | <s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; public class SVDBGenerateRegion extends SVDBChildItem implements ISVDBScopeItem { public List < ISVDBChildItem > fGenerateItems ; public SVDBLocation fEndLocation ; public SVDBGenerateRegion ( ) { super ( SVDBItem... | |
1,619 | <s> package org . oddjob . script ; import java . lang . reflect . Method ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . convert . ConversionProvider ; import org . oddjob . arooa . convert ... | |
1,620 | <s> package org . oddjob . sql ; import java . sql . Connection ; import java . sql . SQLException ; import org . apache . log4j . Logger ; import org . oddjob . arooa . life . ComponentPersistException ; import org . oddjob . arooa . registry . Path ; import org . oddjob . persist . OddjobPersister ; import org . oddj... | |
1,621 | <s> package org . rubypeople . rdt . internal . ui . text ; import junit . framework . TestCase ; import org . eclipse . jface . text . Document ; import org . eclipse . jface . text . IRegion ; public class TC_RubyWordFinder extends TestCase { private static final String document = "" + "" + "end" ; private IRegion fi... | |
1,622 | <s> package org . rubypeople . rdt . internal . core . pmd ; import java . io . File ; import java . io . FilenameFilter ; import java . util . ArrayList ; import java . util . List ; public class FileFinder { private FilenameFilter filter ; private static final String FILE_SEP = System . getProperty ( "" ) ; public Li... | |
1,623 | <s> package org . oddjob ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import org . oddjob . arooa . ArooaException ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . ar... | |
1,624 | <s> package handson . springbatch . model ; import java . util . Date ; public class Salary { private String id ; private int employeeId ; private int amount ; private Date fromDate ; private Date toDate ; public String getId ( ) { return id ; } public void setId ( String id ) { this . id = id ; } public int getEmploye... | |
1,625 | <s> package com . sun . tools . hat . internal . model ; public class JavaDouble extends JavaValue { public final double value ; public JavaDouble ( double value ) { | |
1,626 | <s> package net . heraan . Player . AI ; import net . heraan . Game . Play ; import net . heraan . Player . Player ; public final class AI extends Player { public AI ( ) { } public AI ( String nickname ) { super . | |
1,627 | <s> package org . rubypeople . rdt . internal . core . parser ; import java . io . Reader ; import java . io . StringReader ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . runtime . CoreException ; import org . jruby . CompatVersion ; import org . jruby . ast . Node ; import org . jrub... | |
1,628 | <s> package net . sf . sveditor . ui . argfile . editor ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . svf_scanner . SVFScanner ; import net . sf . sveditor . ui . editor . SVEditorColors ; import org . eclipse . jface . text . TextAttribute ; import org . eclipse . j... | |
1,629 | <s> package org . oddjob . doclet ; import java . io . File ; import java . io . IOException ; import org . apache . commons . io . FileUtils ; import org . apache . log4j . Logger ; import org . oddjob . OurDirs ; import org . oddjob . arooa . convert . convertlets . FileConvertlets ; import org . oddjob . doclet . Ma... | |
1,630 | <s> package net . sf . sveditor . ui . argfile . editor ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . ui . editor . CCommentRule ; import org . eclipse . core . filebuffers . IDocumentSetupParticipant ; import org . eclipse . jface . text . IDocument ; import org . eclipse ... | |
1,631 | <s> package com . loiane . dao ; import java . util . List ; import org . apache . ibatis . session . SqlSession ; import org . apache . ibatis . session . SqlSessionFactory ; import com . loiane . model . Blog ; public class | |
1,632 | <s> package com . aptana . rdt ; import junit . framework . Test ; import junit . framework . TestSuite ; import com . aptana . rdt . core . rspec . RSpecStructureCreatorTest ; import com . aptana . rdt . internal . core . gems . AllTests ; import com . aptana . rdt . internal . core . parser . warnings | |
1,633 | <s> package com . lmax . disruptor ; import java . util . logging . Level ; import java . util . logging . Logger ; public final class IgnoreExceptionHandler implements ExceptionHandler { private final static Logger LOGGER = Logger . getLogger ( IgnoreExceptionHandler . class . getName ( ) ) ; private final Logger logg... | |
1,634 | <s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import junit . framework . TestCase ; import org . eclipse . debug . core . ILaunchConfigurationWorkingCopy ; import org . rubypeople . eclipse . shams . debug . core . ShamLaunchConfigurationWorkingCopy ; import org . rubypeople . rdt . internal .... | |
1,635 | <s> package com . asakusafw . runtime . directio ; import java . util . Collections ; import java . util . List ; import java . util . Map ; public final class DirectInputFragment { private final String path ; private final long offset ; private final long length ; private final List < String > ownerNodeNames ; private... | |
1,636 | <s> package com . asakusafw . cleaner . main ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . util . Date ; import java . util . Properties ; import org . apache . commons . io . FileUtils ; import org . junit . After ; import org . junit . AfterClass ;... | |
1,637 | <s> package org . rubypeople . rdt . internal . launching ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . debug . core . ILaunchConfiguration ; import o... | |
1,638 | <s> package net . sf . sveditor . ui . prop_pages ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . jface . dialogs . Dialo... | |
1,639 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ExportTempImportTarget21 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ Suppr... | |
1,640 | <s> package com . asakusafw . vocabulary . flow . util ; import com . asakusafw . vocabulary . flow . Source ; import com . asakusafw . vocabulary . flow . util . CoreOperatorFactory . Checkpoint ; import com . asakusafw . vocabulary . flow . util . CoreOperatorFactory . Confluent ; import com . asakusafw . vocabulary ... | |
1,641 | <s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBTypeInfoEnumerator extends SVDBTypeInfo { public SVDBExpr | |
1,642 | <s> package org . oddjob . describe ; import java . lang . reflect . Method ; import java . util . Map ; import org . oddjob . arooa . ArooaBeanDescriptor ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . reflect . PropertyAccessor ; public class AnnotationDescriber implements Describer { pri... | |
1,643 | <s> package net . sf . sveditor . core . db . expr ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . SVDBItemBase ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBAssignmentPatternExpr extends SVDBExpr { public List < SVDBExpr > fPatternLis... | |
1,644 | <s> package net . sf . sveditor . core . tests . content_assist ; 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 . sf . sveditor . core . content_assi... | |
1,645 | <s> package com . asakusafw . utils . java . parser . javadoc ; import java . util . ArrayList ; import java . util . List ; public class JavadocParserBuilder { private boolean generated ; private List < JavadocBlockParser > inlines ; private List < JavadocBlockParser > toplevels ; public JavadocParserBuilder ( ) { sup... | |
1,646 | <s> package org . vaadin . teemu . clara ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . assertFalse ; import static org . junit . Assert . assertTrue ; import java . io . InputStream ; import org . junit . Before ; import org . junit . Test ; import org . vaadin . teemu . cla... | |
1,647 | <s> package org . oddjob . tools . includes ; import java . io . InputStream ; import org . apache . log4j . Logger ; import org . oddjob . io . ResourceType ; public class JavaCodeResourceLoader implements IncludeLoader { private static final Logger logger = Logger . getLogger ( JavaCodeResourceLoader . class ) ; | |
1,648 | <s> package com . asakusafw . runtime . value ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; @ SuppressWarnings ( "deprecation" ) public class DoubleOptionTest extends ValueOptionTestRoot { @ Test public void init ( ) { DoubleOption option = new Doub... | |
1,649 | <s> package org . rubypeople . rdt . internal . ui . dialogs ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Comparator ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import java... | |
1,650 | <s> package net . sf . sveditor . core . db . index ; 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 . core . db . ISVDBNamedItem ; import net . sf . sveditor . core... | |
1,651 | <s> package org . rubypeople . rdt . core ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; public abstract class LoadpathContainerInitializer { public LoadpathContainerInitializer ( ) { } public abstract void initialize ( IPath containerPath , IRubyProject projec... | |
1,652 | <s> package org . rubypeople . rdt . refactoring . core . extractconstant ; import java . util . ArrayList ; import java . util . Collection ; import java . util . List ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . editprovider . EditProvider ; import org . rubypeople . rdt . refacto... | |
1,653 | <s> package org . rubypeople . rdt . refactoring . ui . pages ; import org . eclipse . swt . SWT ; import org . eclipse . swt . custom . SashForm ; import org . eclipse . swt . custom . StyledText ; import org . eclipse . swt . layout . GridData ; import org . eclipse . swt . layout . GridLayout ; import org . eclipse ... | |
1,654 | <s> package net . ggtools . grand . ui . graph ; import java . util . Collection ; import java . util . HashMap ; import java . util . Iterator ; import java . util . Map ; import net . ggtools . grand . ant . AntLink ; import net . ggtools . grand . ant . AntTargetNode ; import net . ggtools . grand . ant . AntTaskLin... | |
1,655 | <s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . ConvertFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . ConvertFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . ConvertFlowFactory . S... | |
1,656 | <s> package de . fuberlin . wiwiss . d2rq ; import org . openjena . atlas . lib . AlarmClock ; import org . openjena . atlas . lib . Callback ; import org . openjena . atlas . lib . Pingback ; import com . hp . hpl . jena . graph . Graph ; import com . hp . hpl . jena . graph . Node ; import com . hp . hpl . jena . gra... | |
1,657 | <s> package org . oddjob . monitor . control ; import javax . swing . event . TreeExpansionEvent ; import javax . swing . event . TreeWillExpandListener ; import javax . swing . tree . ExpandVetoException ; import org . apache . log4j . Logger ; import org . oddjob . monitor . model . JobTreeNode ; public class NodeCon... | |
1,658 | <s> package com . asakusafw . runtime . io . csv ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . math . BigDecimal ; import java . util . Arrays ; import java . util . List ; impor... | |
1,659 | <s> package com . asakusafw . compiler . flow . testing . operator ; import java . util . Arrays ; import java . util . List ; import javax . annotation . Generated ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . model . Ex2 ; import com . asakus... | |
1,660 | <s> package org . rubypeople . rdt . internal . core . parser . warnings ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; public class ConstantReassignmentVisitorTest extends AbstractRubyLintVisitorTestCase { public void testCreatesProblemForReassignedConstantInSameNamespace ( ) throws Exc... | |
1,661 | <s> package com . asakusafw . compiler . flow . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . flow . testing . model . ExSummarized2 ; import com . asakusafw . | |
1,662 | <s> package org . oddjob . logging . cache ; import org . oddjob . logging . LogLevel ; import org . oddjob . logging . LogListener ; public class MockLogArchiverCache implements LogArchiverCache { @ Override public void addEvent ( String archive , LogLevel level , String message ) { throw new RuntimeException ( "" + g... | |
1,663 | <s> package fi . koku . services . entity . customerservice . model ; import java . util . Iterator ; import java . util . List ; import fi . koku . services . entity . customer . v1 . CustomerType ; import fi . koku . services . entity . customer . v1 . ElectronicContactInfoType ; import fi . koku . services . entity ... | |
1,664 | <s> package com . asakusafw . yaess . flowlog ; import static com . asakusafw . yaess . flowlog . FlowLoggerProfile . * ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . nio . charset . Charset ; import java . text . DateFormat ; import java . text . SimpleDateFormat... | |
1,665 | <s> package org . oddjob . logging . console ; import junit . framework . TestCase ; import org . oddjob . logging . ConsoleOwner ; import org . oddjob . logging . LogArchive ; import org . oddjob . logging . LogEvent ; import org . oddjob . logging . LogLevel ; import org . oddjob . logging . LogListener ; import org ... | |
1,666 | <s> package com . sun . tools . hat . internal . server ; import com . google . common . base . Function ; import com . google . common . base . Predicate ; import com . google . common . collect . Collections2 ; import com . google . common . collect . ComparisonChain ; import com . google . common . collect . Orderin... | |
1,667 | <s> package net . ggtools . grand . ui . prefs ; import org . eclipse . jface . preference . FieldEditorPreferencePage ; import org . eclipse . jface . preference . IntegerFieldEditor ; import org . eclipse . swt . widgets . | |
1,668 | <s> package com . asakusafw . compiler . windgate . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . windgate . testing . model . Pair ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class PairOutput implemen... | |
1,669 | <s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBPropertySpecExpr extends SVDBExpr { public SVDBClockingEventExpr fClockingEventExpr ; public SVDBExpr fDisableExpr ; public SVDBExpr fExpr ; public | |
1,670 | <s> package org . rubypeople . rdt . refactoring . offsetprovider ; import org . jruby . ast . DefnNode ; import org . jruby . ast . ModuleNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . core . NodeProvider ; import org . rubypeople . rdt . refactoring . nodewrapper . ClassNodeWra... | |
1,671 | <s> package com . asakusafw . runtime . flow . join ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import org . junit . Test ; import com . asakusafw... | |
1,672 | <s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBConstraintDistListItem extends SVDBStmt { public SVDBExpr fLHS ; public SVDBExpr fRHS ; public boolean fIsDist ; public SVDBConstraintD... | |
1,673 | <s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import java . io . File ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . CoreException ;... | |
1,674 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreExce... | |
1,675 | <s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstModelFolding extends AbstractAstNode { private final Region region ; public final List < AstPropertyFolding > properties ; public AstMo... | |
1,676 | <s> package com . aptana . rdt . internal . core . gems ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . FileOutputStream ; import java . io . FileReader ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Co... | |
1,677 | <s> package org . rubypeople . rdt . refactoring . action ; import org . eclipse . osgi . | |
1,678 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . Iterator ; import java . util . LinkedList ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . Name ; import com . asakusa... | |
1,679 | <s> package net . sf . sveditor . ui . pref ; import net . sf . sveditor . ui . WorkspaceDirectoryDialog ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . window . Window ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . ModifyEvent ; import org . eclipse . swt ... | |
1,680 | <s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import java . util . ArrayList ; import org . eclipse . swt . SWT ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Menu ; import org . eclipse . swt . widgets . Table ; import org . eclipse . swt . widgets . ... | |
1,681 | <s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . ExtractFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . ExtractFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . ExtractFlowFactory . O... | |
1,682 | <s> package com . asakusafw . dmdl . thundergate . util ; import java . text . MessageFormat ; import java . util . EnumSet ; import java . util . List ; import java . util . Set ; import com . asakusafw . dmdl . thundergate . model . Aggregator ; import com . asakusafw . dmdl . thundergate . model . Attribute ; import... | |
1,683 | <s> package com . asakusafw . compiler . batch ; import java . io . IOException ; import java . util . Collection ; import java . util . Set ; import com . asakusafw . vocabulary . batch . WorkDescription ; public interface WorkflowProcessor extends BatchCompilingEnvironment . Initializable { Collection < Class < ? ext... | |
1,684 | <s> package net . sf . sveditor . ui . wizards . templates ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . templates . ITemplateParameterProvider ; import net . sf . sveditor . core . templates . TemplateParameter ; import net . sf . sveditor . core . templates . Templ... | |
1,685 | <s> package org . rubypeople . rdt . refactoring . tests . core . renamefield ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . IRefactoringConditionChecker ; import org . rubype... | |
1,686 | <s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . engine . BindingMaker ; import de . fuberlin . wiwiss . d2rq . expr . Disj... | |
1,687 | <s> package org . oddjob . jmx . handlers ; public class OddjobTransportableException extends Exception { private static final long serialVersionUID = 2012032200L ; private final String originalExcpetionClassName ; public OddjobTransportableException ( Throwable t ) { | |
1,688 | <s> package com . asakusafw . yaess . bootstrap ; 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 . InputStream ; import java . util . ArrayList ; import java . util .... | |
1,689 | <s> package com . asakusafw . utils . java . parser . javadoc ; import com . asakusafw . utils . java . internal . parser . javadoc . ir . IrLocation ; public class IllegalDocCommentFormatException extends JavadocParseException { private static final long serialVersionUID = 1L ; private boolean head ; public IllegalDoc... | |
1,690 | <s> package com . asakusafw . windgate . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Properties ; import org . junit . Test ; public class CoreProfileTest { @ Test public void loadFrom ( ) { Properties p = new Properties ( ) ; CoreProfile profile = ... | |
1,691 | <s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; public enum IrBasicTypeKind { INT , LONG , FLOAT , | |
1,692 | <s> package org . oddjob . schedules ; import java . | |
1,693 | <s> package com . asakusafw . compiler . repository ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util ... | |
1,694 | <s> package com . asakusafw . compiler . fileio . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . fileio . io . Ex1Input ; import com . as... | |
1,695 | <s> package org . rubypeople . rdt . refactoring . tests . core . encapsulatefield ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . encapsulatefield . EncapsulateFieldConditionC... | |
1,696 | <s> package org . oddjob . jmx . handlers ; import java . lang . reflect . UndeclaredThrowableException ; import javax . management . MBeanAttributeInfo ; import javax . management . MBeanException ; import javax . management . MBeanNotificationInfo ; import javax . management . MBeanOperationInfo ; import javax . mana... | |
1,697 | <s> package org . rubypeople . rdt . refactoring . core . inlinemethod ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . FCallNode ; import org . jruby . ast . InstAsgnNode ; import org . jruby . ast . InstVarNode ; import org . jruby . ast . Node ; import org . jruby . ast... | |
1,698 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import org . eclipse . jface . text . Assert ; import org . eclipse . jface . text . IDocument ; import org . eclipse . swt . graphics . Image ; public class RubyCompletionProposal extends AbstractRubyCompletionProposal { public RubyCompletionProposal (... | |
1,699 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . TempImportTarget2Df ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.