id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
2,200 | <s> package net . bioclipse . opentox . test ; import org . junit . runner . RunWith ; import org . junit . runners . Suite ; import org . junit . runners . Suite . SuiteClasses ; @ RunWith ( Suite . class ) @ SuiteClasses ( | |
2,201 | <s> package com . asakusafw . vocabulary . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . ElementType ; | |
2,202 | <s> package org . rubypeople . rdt . internal . ui . workingsets ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . ... | |
2,203 | <s> package de . fuberlin . wiwiss . d2rq . server ; import java . util . Enumeration ; import java . util . HashMap ; import java . util . Vector ; import javax . servlet . http . HttpServletRequest ; import javax . servlet . http . HttpServletRequestWrapper ; public class RequestParamHandler { private static final St... | |
2,204 | <s> package org . rubypeople . rdt . refactoring . tests . core . inlineclass . conditionchecks ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . core . SelectionNodeProvider ; import org . rubypeople . rdt . ref... | |
2,205 | <s> package com . asakusafw . bulkloader . collector ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . util . Properties ; import org . junit . After ; import org . junit . AfterClass ; import org . junit . Before ; i... | |
2,206 | <s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import java . util . Arrays ; import java . util . List ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . dialogs . StatusDialog ; import org . eclipse . jface . viewers... | |
2,207 | <s> package net . sf . sveditor . core . diagrams ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBFunction ; import net . sf . sveditor . ... | |
2,208 | <s> package org . rubypeople . rdt . refactoring . nodewrapper ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . DefsNode ; import org . jruby . ast . MethodDefNode ; import org . jruby . ast . Node ; import org . jruby . ast . SymbolNode ; import org . jruby . lexer . yacc... | |
2,209 | <s> package net . sf . sveditor . core . docs . html ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import net . sf . sveditor . core . docs . model . DocFile ; import net . sf . sveditor . core . docs . model . DocModel ; import net . sf . sveditor . core . docs . model . DocTopic ; im... | |
2,210 | <s> package org . oddjob ; import java . io . File ; import java . util . concurrent . Exchanger ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . arooa . xml . XMLConfiguration ; import org . oddjob . framework . SimpleJob ; import org . oddjob . io . BufferType ; imp... | |
2,211 | <s> package de . fuberlin . wiwiss . d2rq . server ; import java . io . IOException ; import java . util . Iterator ; import java . util . Map . Entry ; import javax . servlet . ServletException ; import javax . servlet . ServletOutputStream ; import javax . servlet . http | |
2,212 | <s> package org . oddjob . jmx . handlers ; import javax . management . MBeanAttributeInfo ; import javax . management . MBeanNotificationInfo ; import javax . management . MBeanOperationInfo ; import javax . management . MBeanParameterInfo ; import org . oddjob . Stoppable ; import org . oddjob . jmx . client . Client... | |
2,213 | <s> package net . sf . sveditor . ui . views . objects ; import net . sf . sveditor . core . objects . ObjectsTreeNode ; import net . sf . sveditor . ui . svcp . SVTreeLabelProvider ; import org . eclipse . jface . viewers . StyledString ; import org . eclipse . swt . graphics . Image ; public class ObjectsLabelProvide... | |
2,214 | <s> package de . fuberlin . wiwiss . d2rq . expr ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; public class Add extends BinaryOperator { public Add ( Expression expr1 , Expression expr2 ) { super ( expr1 , expr2 , "+" ) ; } public Expression renameAttributes ( ColumnRenamer columnRenamer ) { return... | |
2,215 | <s> package org . rubypeople . rdt . internal . ui . wizards ; import org . eclipse . osgi . util . NLS ; public class NewWizardMessages extends NLS { private static final String BUNDLE_NAME = "" ; private NewWizardMessages ( ) { } public static String NewContainerWizardPage_container_label ; public static String NewCo... | |
2,216 | <s> package com . asakusafw . windgate . file . resource ; import java . io . File ; import java . io . IOException ; import java . text . MessageFormat ; import com . asakusafw . windgate . core . DriverScript ; import com . asakusafw . windgate . core . GateScript ; import com . asakusafw . windgate . core . ProcessS... | |
2,217 | <s> package org . rubypeople . rdt . refactoring . ui . pages ; import org . eclipse . swt . SWT ; import org . eclipse . swt . layout . FillLayout ; import org . eclipse . swt . widgets . Composite ; import org . rubypeople . rdt . | |
2,218 | <s> package org . oddjob . jmx . server ; import javax . management . JMException ; import javax . management . ObjectName ; import org . oddjob . arooa . ArooaSession ; import org . oddjob | |
2,219 | <s> package net . sf . sveditor . core . db ; public class SVDBModportClockingPortDecl extends SVDBModportPortsDecl { public String fClockingId ; public SVDBModportClockingPortDecl ( ) { super ( SVDBItemType . ModportClockingPortDecl | |
2,220 | <s> package net . sf . sveditor . ui . editor ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . DocumentEvent ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . ITextViewer ; import... | |
2,221 | <s> package net . sf . sveditor . ui . wizards ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import org . eclipse . jface . wizard . IWizard ; import org . eclipse . jface . wizard . IWizardPage ; public abstract class AbstractSVSubWizard implements ISVSubWizard { protected I... | |
2,222 | <s> package com . asakusafw . vocabulary . operator ; import java . lang . annotation . Documented ; import java . | |
2,223 | <s> package com . asakusafw . bulkloader . log ; import java . sql . Timestamp ; import java . text . DateFormat ; import java . text . MessageFormat ; import java . text . SimpleDateFormat ; import java . util . ResourceBundle ; import org . apache . log4j . Logger ; import org . apache . log4j . MDC ; import com . as... | |
2,224 | <s> package com . asakusafw . bulkloader . cache ; import java . io . IOException ; import java . net . URI ; import java . text . MessageFormat ; import java . util . Arrays ; import java . util . List ; import org . apache . commons . io . IOUtils ; import org . apache . hadoop . conf . Configuration ; import org . a... | |
2,225 | <s> package net . ggtools . grand . ui . menu ; import net . ggtools . grand . ui . actions . OpenFileAction ; import net . ggtools . grand . ui . actions . PageSetupAction ; import net . ggtools . grand . ui . actions . PreferenceAction ; import net . ggtools . grand . ui . actions . PrintAction ; import net . ggtools... | |
2,226 | <s> package org . oddjob . scheduling ; import java . util . Date ; import org . oddjob . Resetable ; import org . oddjob . arooa . life . ComponentPersistException ; import org . oddjob . jobs . GrabJob ; import org . oddjob . persist . ArchiveJob ; import org . oddjob . schedules . Interval ; import org . oddjob . sc... | |
2,227 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . PurchaseTranError2 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ SuppressWar... | |
2,228 | <s> package com . asakusafw . compiler . flow . testing . external ; import java . util . Collections ; import java . util . Set ; import com . asakusafw . compiler . flow . testing . model . Part1 ; import com . asakusafw . compiler . testing . TemporaryInputDescription ; public class Part1MockImporterDescription exte... | |
2,229 | <s> package org . rubypeople . rdt . refactoring . tests . core . nodewrapper ; import junit . framework . TestCase ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . ArgumentNode ; import org . jruby . ast . ArrayNode ; import org . jruby . ast . DefnNode ; import org . jruby . ast . NewlineNode ; impo... | |
2,230 | <s> package org . oddjob . tools . includes ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import junit . framework . TestCase ; import org . oddjob . OurDirs ; public class SnippetFilterTest extends TestCase { public void testFilter ( ... | |
2,231 | <s> package org . rubypeople . rdt . internal . ui . search ; import java . util . Arrays ; import java . util . HashSet ; import java . util . Iterator ; import java . util . Set ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Platform ; import org . eclipse . jface . dialog... | |
2,232 | <s> package com . asakusafw . dmdl . spi ; import com . asakusafw . dmdl . Diagnostic ; import com . asakusafw . dmdl . Diagnostic . Level ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . semantics . Declaration ; import com . asakusafw . dmdl . semantics . DmdlSemantics ; import... | |
2,233 | <s> package org . rubypeople . eclipse . testutils ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IProjectDescription ; import org . eclipse . core . resources . IWorkspace ; import org . eclipse . core . resources . IWorkspaceRoot ; import org . eclipse . core . resour... | |
2,234 | <s> package net . sf . sveditor . core . tests . preproc ; import junit . framework . Test ; import junit . framework . TestCase ; import junit . framework . TestSuite ; public class PreProcTests extends TestCase { public static Test suite ( ) { TestSuite suite = new TestSuite ( "PreProcTests" ) ; suite | |
2,235 | <s> package com . pogofish . jadt . comments ; import java . io . Reader ; import com . pogofish . jadt . ast . JavaComment ; import com . pogofish . jadt . comments . javacc . generated . BlockCommentParserImpl ; import com . pogofish . jadt . parser . javacc . JavaCCReader ; import com . | |
2,236 | <s> package com . asakusafw . windgate . hadoopfs . ssh ; import java . io . Closeable ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . text . MessageFormat ; import java . util . Arrays ; import java . util . zip . ZipEntry ; import java . util . zip .... | |
2,237 | <s> package com . asakusafw . compiler . flow . plan ; import java . text . MessageFormat ; import java . util . List ; import java . util . Set ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . collections . Sets ; impo... | |
2,238 | <s> package com . asakusafw . yaess . core ; import java . io . Closeable ; import java . io . IOException ; import java . io . OutputStream ; public interface ExecutionMonitor extends Closeable { ExecutionMonitor NULL = new ExecutionMonitor ( ) { @ Override public void progressed ( double deltaSize ) { return ; } @ Ov... | |
2,239 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . QualifiedType ; import com . asakusafw . utils . java . model . syntax . SimpleName ; import com . asakusafw . utils . ja... | |
2,240 | <s> package org . rubypeople . rdt . refactoring . ui . pages . inlinemethod ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private static final String BUNDLE_NAME = "" ; public static String TargetClassFinderUI_ChooseType ; | |
2,241 | <s> package org . oddjob . jmx . handlers ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import javax . management . MBeanException ; import javax . management . MalformedObjectNameException ; import javax . management . Notification ; import jav... | |
2,242 | <s> package org . rubypeople . rdt . internal . ui . filters ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IStorage ; import org . eclipse . jface . viewers . Viewer ; import org | |
2,243 | <s> package net . sf . sveditor . ui . editor . actions ; import java . util . LinkedList ; import java . util . List ; import java . util . ResourceBundle ; import net . sf . sveditor . ui . editor . SVDocumentPartitions ; import net . sf . sveditor . ui . editor . SVEditor ; import org . eclipse . core . runtime . As... | |
2,244 | <s> package com . sun . tools . hat . internal . model ; public class ReferenceChain { private final JavaHeapObject obj ; private final ReferenceChain next ; public ReferenceChain ( JavaHeapObject obj , ReferenceChain next ) { this . obj = obj ; this | |
2,245 | <s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import org . eclipse . jface . action . Action ; import org . eclipse . swt . custom . BusyIndicator ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . internal . ui . IRubyHelpContextIds ; import org . rubypeople . rdt . inter... | |
2,246 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . CastExpression ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . j... | |
2,247 | <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 . DateT... | |
2,248 | <s> package org . rubypeople . rdt . core ; import org . eclipse . core . resources . IResourceDelta ; import org . jruby . ast . Node ; public interface IRubyElementDelta { public int ADDED = 1 ; public int REMOVED = 2 ; public int CHANGED = 4 ; public int F_CONTENT = 0x000001 ; public int F_MODIFIERS = 0x000002 ; pub... | |
2,249 | <s> package com . asakusafw . bulkloader . common ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . apache . hadoop . io . SequenceFile . CompressionType ; import com . asakusafw . runtime . util . VariableTable ; import com . asakusafw . runtime . util . Variable... | |
2,250 | <s> package org . oddjob . designer . components ; import java . io . Serializable ; import org . oddjob . arooa . design . DesignComponentBase ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import ... | |
2,251 | <s> package com . lmax . disruptor ; public final class Util { public static int ceilingNextPowerOfTwo ( final int x ) { return 1 << ( 32 - Integer . numberOfLeadingZeros ( x - 1 ) ) ; } public static long getMinimumSequence ( final Consumer [ ] consumers ) { long minimum = Long . MAX_VALUE ; for ( Consumer | |
2,252 | <s> package org . rubypeople . rdt . internal . ui . browsing ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . debug . ui . IDebugUIConstants ; import org . eclipse . search . ui . NewSearchUI ; import org . eclipse . ui . IPageLayout ; import org . eclipse . ui . IPerspectiveFactory ; impo... | |
2,253 | <s> package com . asakusafw . compiler . batch ; import com . asakusafw . compiler . flow . processor . operator . UpdateFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . UpdateFlowFactory . WithParameter ; import com . asakusafw . compiler . flow . testing . external . Ex1MockExporterDesc... | |
2,254 | <s> package com . lmax . disruptor ; import java . util . concurrent . atomic . AtomicLong ; public interface ClaimStrategy { long incrementAndGet ( ) ; long incrementAndGet ( int delta ) ; void setSequence ( long sequence ) ; enum Option { MULTI_THREADED { @ Override public ClaimStrategy newInstance ( ) { return new M... | |
2,255 | <s> package net . sf . sveditor . ui ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . net . URI ; import net . sf . sveditor . core . Tuple ; import org... | |
2,256 | <s> package org . rubypeople . rdt . internal . corext . util ; import java . util . StringTokenizer ; import org . eclipse . jface . util . IPropertyChangeListener ; import org . eclipse . jface . util . PropertyChangeEvent ; import org . rubypeople . rdt . core . IType ; import org . rubypeople . rdt . internal . ui ... | |
2,257 | <s> package org . rubypeople . rdt . internal . core ; import org . rubypeople . rdt . core . IBuffer ; import org . rubypeople . rdt . core . IRubyScript ; import org . rubypeople . rdt . core . WorkingCopyOwner ; public class DefaultWorkingCopyOwner extends WorkingCopyOwner { public WorkingCopyOwner primaryBufferProv... | |
2,258 | <s> package org . rubypeople . rdt . internal . ui . packageview ; import org . eclipse . ui . views . framelist . TreeFrame ; import org . eclipse . ui . views . framelist . TreeViewerFrameSource ; class PackagesFrameSource extends TreeViewerFrameSource { private PackageExplorerPart fPackagesExplorer ; PackagesFrameSo... | |
2,259 | <s> package br . com . caelum . vraptor . dash . uristats ; import java . util . Calendar ; import javax . persistence . Entity ; import javax . persistence . GeneratedValue ; import javax . persistence . Id ; import javax . persistence . Lob ; import javax . persistence . Table ; import org . slf4j . Logger ; import o... | |
2,260 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . List ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; import org . eclipse . jface . dialogs . StatusDialog ; import org . eclipse . jface . viewers . DoubleClickEvent ; impor... | |
2,261 | <s> package org . rubypeople . rdt . internal . core . pmd ; import java . io . File ; import java . io . FilenameFilter ; import org . rubypeople . rdt . internal . core . util . Util ; public class RubyLanguage implements Language { public static class RubyFileOrDirectoryFilter implements FilenameFilter { public bool... | |
2,262 | <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 ; | |
2,263 | <s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . jface . util . Assert ; import org . eclipse . ui . IWorkbenchSite ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . internal . ui . IRubyHelpContextIds ; import org ... | |
2,264 | <s> package com . asakusafw . vocabulary . flow . graph ; import java . text . MessageFormat ; public enum ObservationCount implements FlowElementAttribute { DONT_CARE ( false , false ) { @ Override public ObservationCount and ( ObservationCount other ) { if ( other == null ) { throw new IllegalArgumentException ( "" )... | |
2,265 | <s> package com . asakusafw . testdriver . excel ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . core . DataM... | |
2,266 | <s> package org . oddjob . state ; import java . util . Date ; import org . oddjob . framework . JobDestroyedException ; public interface StateChanger < S extends State > | |
2,267 | <s> package org . oddjob . io ; import java . io . File ; import java . io . Serializable ; import org . apache . log4j . Logger ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; public class RenameJob implements Runnable , Serializable { private static final long serialVersionUID = 20060117 ; pri... | |
2,268 | <s> package net . sf . sveditor . core . tests . index . src_collection ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . PrintStream ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import net . sf . ... | |
2,269 | <s> package net . sf . sveditor . core . db . search ; import net . sf . sveditor . core . db . ISVDBNamedItem ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBFindModuleMatcher implements ISVDBFindNameMatcher { public boolean | |
2,270 | <s> package org . rubypeople . rdt . internal . formatter ; import java . io . IOException ; import java . io . InputStream ; import javax . xml . parsers . FactoryConfigurationError ; import javax . xml . parsers . ParserConfigurationException ; import org . rubypeople . rdt . core . formatter . CodeFormatter ; import... | |
2,271 | <s> package org . rubypeople . rdt . internal . core ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . RubyModelException ; import org . rubypeople . rdt . internal . core . buffer . LRUCache ; import org . rubypeople . rdt . internal . core . buffer . OverflowingLRUCache ; ... | |
2,272 | <s> package net . sf . sveditor . ui . search ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . SVDBItemType ; import org . eclipse . search . ui . text . Match... | |
2,273 | <s> package com . asakusafw . vocabulary . flow . graph ; import java . text . MessageFormat ; import com . asakusafw . vocabulary . flow . Out ; import com . asakusafw . vocabulary . flow . Source ; public final class FlowOut < T > implements Out < T > { private OutputDescription description ; private FlowElementResol... | |
2,274 | <s> package org . rubypeople . rdt . refactoring . core . mergeclasspartsinfile ; import java . util . ArrayList ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . classnodeprovider . IncludedClassesProvider ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; impor... | |
2,275 | <s> package com . asakusafw . compiler . flow . debugging ; import java . lang . reflect . Type ; import com . asakusafw . compiler . flow . LinePartProcessor ; import com . asakusafw . vocabulary . flow . graph . FlowElement ; import com . asakusafw . vocabulary . flow . graph . FlowElementInput ; import com . asakusa... | |
2,276 | <s> package org . rubypeople . rdt . internal . ui . workingsets ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . ui . IWorkbenchPartSite ; impo... | |
2,277 | <s> package com . asakusafw . runtime . stage . input ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . ... | |
2,278 | <s> package org . oddjob . designer . components ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaType ; im... | |
2,279 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IResource ; import org . eclipse .... | |
2,280 | <s> package org . rubypeople . rdt . internal . debug . core ; public class ExceptionSuspensionPoint extends SuspensionPoint { private String exceptionMessage ; private String exceptionType ; public boolean isBreakpoint ( ) { return false ; } public boolean isException ( ) { return true ; } public boolean isStep ( ) { ... | |
2,281 | <s> package com . asakusafw . runtime . directio ; import java . util . concurrent . atomic . AtomicLong ; import com . asakusafw . runtime . directio . util . CountInputStream ; import com . asakusafw . runtime . directio . util . CountOutputStream ; public class Counter { private final AtomicLong | |
2,282 | <s> package org . rubypeople . rdt . ui . search ; import org . eclipse . jface . viewers . ILabelProvider ; import org | |
2,283 | <s> package org . oddjob . script ; import java . io . File ; import java . text . ParseException ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . convert . ArooaConversionException ; import o... | |
2,284 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import org . eclipse . jface . text . Assert ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . contentassist . IContextInformation ; import org . eclipse . swt . graphics . Image ; import org . rubypeople . rdt . ... | |
2,285 | <s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core ... | |
2,286 | <s> package org . rubypeople . rdt . internal . ui . filters ; import org . eclipse . core . resources . IProject ; import org . eclipse . jface . viewers . Viewer ; import org . eclipse . jface . viewers . ViewerFilter ; import org . eclipse . team . core . RepositoryProvider ; import org . rubypeople . rdt . core . I... | |
2,287 | <s> package com . asakusafw . compiler . flow . processor . operator ; import com . asakusafw . compiler . flow . processor . ConvertFlowProcessor ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . model . Ex2 ; import com . asakusafw . vocabulary .... | |
2,288 | <s> package org . rubypeople . rdt . internal . ui . search ; import java . util . Hashtable ; import java . util . List ; import java . util . Map ; import org . eclipse . jface . viewers . AbstractTreeViewer ; import org . eclipse . swt . events . TreeListener ; import org . eclipse . swt . widgets . Control ; import... | |
2,289 | <s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . ui . IWorkbenchSite ; import org . eclipse . ui . IWorkingSet ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . core . IField ; import org . rubypeople . rdt . core . search . IRubySearchConstants ; import org . rubypeop... | |
2,290 | <s> package com . asakusafw . testdriver . html ; import java . io . Closeable ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; im... | |
2,291 | <s> package com . aptana . rdt . internal . core . parser . warnings ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import com . aptana . rdt . internal . parser . warnings . SimilarVariableNameVisitor ; public class TC_SimilarVariableNam... | |
2,292 | <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 ... | |
2,293 | <s> package org . rubypeople . rdt . internal . ui . text . ruby . hover ; import org . eclipse . jface . text . IInformationControl ; import org . eclipse . jface . text . IInformationControlCreator ; import org . eclipse . jface . text . ITextHoverExtension ; import org . eclipse . jface . text . information . IInfor... | |
2,294 | <s> package org . rubypeople . rdt . internal . ui . search ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IProject ... | |
2,295 | <s> package com . asakusafw . compiler . flow . example ; import com . asakusafw . compiler . operator . model . MockFoo ; | |
2,296 | <s> package de . fuberlin . wiwiss . d2rq . nodes ; import java . util . Collections ; import java . util . List ; import java . util . Set ; import com . hp . hpl . jena . graph . Node ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; import de . fuberlin . wiwiss . d2rq . algebra . OrderSpec ; import... | |
2,297 | <s> package edsdk ; import com . sun . jna . NativeLong ; import com . sun . jna . Structure ; public class EdsFocusPoint extends Structure { public NativeLong valid ; public NativeLong selected ; public NativeLong justFocus ; public EdsRect rect ; public NativeLong reserved ; public EdsFocusPoint ( ) { super ( ) ; ini... | |
2,298 | <s> package net . sf . sveditor . core . db ; import java . util . List ; import net . sf . sveditor . core . db . expr . SVDBExpr ; import net . sf . sveditor . core . db . stmt . SVDBParamPortDecl ; public class SVDBCovergroup extends SVDBModIfcDecl { public enum BinsKW { Bins , IllegalBins , IgnoreBins } ; public SV... | |
2,299 | <s> package com . team1160 . scouting . h2 ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; public c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.