id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
2,800 | <s> package com . asakusafw . compiler . flow . plan ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . ArrayList ; import java . util . Arrays ; import org . junit . Test ; import com . asakusafw . compiler . flow . FlowGraphGenerator ; import com . asakusafw ... | |
2,801 | <s> package de . fuberlin . wiwiss . d2rq . vocab ; import java . lang . reflect . Field ; import java . lang . reflect . Modifier ; import java . util . Collection ; import java . util . HashSet ; import java . util . Set ; import com . hp . hpl . jena . rdf . model . Model ; import com . hp . hpl . jena . rdf . model... | |
2,802 | <s> package org . rubypeople . rdt . internal . ui . viewsupport ; import java . util . ArrayList ; import org . eclipse . jface . viewers . CheckStateChangedEvent ; import org . eclipse . jface . viewers . CheckboxTreeViewer ; import org . eclipse . jface . viewers . ICheckStateListener ; import org . eclipse . jface ... | |
2,803 | <s> package org . springframework . social . google . api . plus . person ; import org . springframework . social . google . api . query . ApiQueryBuilder ; import org . springframework . social | |
2,804 | <s> import java . io . BufferedReader ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . FileReader ; import java . io . IOException ; import java . io . PrintWriter ; public class DataDirectory { public static String VERSION = "4.0.5" ; public static String CAPTURE_PATH ; public ... | |
2,805 | <s> package org . rubypeople . rdt . refactoring . core . splitlocal ; import org . jruby . ast . AssignableNode ; public class LocalVarUsage { private int fromPosition ; private int toPosition ; private AssignableNode node ; private String name ; private String newName = "" ; public int getFromPosition ( ) { return fr... | |
2,806 | <s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstGrouping extends AbstractAstNode { private final Region region ; public final List < AstSimpleName > properties ; public AstGrouping ( ... | |
2,807 | <s> package org . rubypeople . rdt . refactoring . core . renamelocal ; import java . util . Observable ; import org . eclipse . swt . widgets . Event ; import org . eclipse . swt . widgets . List ; import org . eclipse . swt . widgets . Text ; import org . rubypeople . rdt . refactoring . ui . IErrorMessageGenerator ;... | |
2,808 | <s> package org . oddjob . state ; import java . util . Date ; public class OrderedStateChanger < S extends State > implements StateChanger < S > { private final StateChanger < S > stateChanger ; private final StateLock stateLock ; public OrderedStateChanger ( StateChanger < S > stateChanger , StateLock stateLock ) { t... | |
2,809 | <s> package org . rubypeople . rdt . internal . testunit . ui ; import org . eclipse . swt . custom . CTabFolder ; import org . eclipse . swt . dnd . Clipboard ; public abstract class TestRunTab { public abstract void createTabControl ( CTabFolder tabFolder , Clipboard clipboard , TestUnitView runner ) ; | |
2,810 | <s> package net . sf . sveditor . ui . views . objects ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . objects . ObjectsTreeNode ; import net . sf . sveditor . ui . SVDBIconUtils ; import net . sf . sveditor . ui . SVEditor... | |
2,811 | <s> package net . sf . sveditor . core . templates ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; public class TemplateFSFileCreator implements ITemplateFileCreator { private File fRoot ; public Templa... | |
2,812 | <s> package org . rubypeople . rdt . ui ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . SelectionAdapter ; import org . eclipse . swt . events . SelectionEvent ; import org . eclipse . swt . layout . GridData ; import org . eclipse . swt . layout . GridLayout ; import org . eclipse . swt . wi... | |
2,813 | <s> package org . oddjob . monitor . actions ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; public class AccumulatingActionProvider implements ActionProvider { private List < ActionProvider > providers = new ArrayList < ActionProvider > ( ) ; public void addProvider ( Actio... | |
2,814 | <s> package com . facebook . android ; import android . app . Dialog ; import android . app . ProgressDialog ; import android . content . Context ; import android . content . Intent ; import android . graphics . Bitmap ; import android . graphics . Color ; import android . graphics . drawable . Drawable ; import androi... | |
2,815 | <s> package org . oddjob . jmx . handlers ; import javax . management . MBeanAttributeInfo ; import javax . management . MBeanException ; import javax . management . MBeanNotificationInfo ; import javax . management . MBeanOperationInfo ; import javax . management . ReflectionException ; import org . apache . commons .... | |
2,816 | <s> package org . rubypeople . rdt . refactoring . tests . core . generateaccessors ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . core . generateaccessors . AccessorsGenerator ; import org . rubypeople . rdt . refactoring... | |
2,817 | <s> package com . asakusafw . testtools . inspect ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . ValueOption ; import com . asakusafw . testtools . ColumnInfo ; public class Cause { public enum Type { NOT_STRING_COLUMN ( "" ) , CONDITION_NOW_ON_INVALID_COLUMN ( "" ) , CONDIT... | |
2,818 | <s> package org . oddjob . sql ; import java . io . IOException ; import java . util . List ; import junit . framework . TestCase ; import org . oddjob . arooa . standard . StandardArooaSession ; import org . oddjob . beanbus . BeanTrap ; import org . oddjob . beanbus . BusException ; import org . oddjob . io . BufferT... | |
2,819 | <s> package org . oddjob . framework ; import java . util . concurrent . atomic . AtomicInteger ; public class ExecutionWatcher { private final Runnable action ; private final AtomicInteger added = new AtomicInteger ( ) ; private final AtomicInteger executed = new AtomicInteger ( ) ; private boolean started ; public | |
2,820 | <s> package org . oddjob . jmx ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . util . HashMap ; import java . util . Map ; import junit . framework . TestC... | |
2,821 | <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... | |
2,822 | <s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . | |
2,823 | <s> package gettingstarted ; import static edsdk . EdSdkLibrary . kEdsPropID_Av ; import static edsdk . EdSdkLibrary . kEdsPropID_BatteryLevel ; import static edsdk . EdSdkLibrary . kEdsPropID_ISOSpeed ; import static edsdk . EdSdkLibrary . kEdsPropID_Tv ; import static edsdk . utils . CanonConstants . Av_7_1 ; import ... | |
2,824 | <s> package com . asakusafw . testdriver . bulkloader ; import java . math . BigDecimal ; import java . util . Calendar ; import com . asakusafw . testdriver . model . SimpleDataModelDefinition ; import com . asakusafw . vocabulary . bulkloader . ColumnOrder ; import com . asakusafw . vocabulary . bulkloader . Original... | |
2,825 | <s> package org . rubypeople . rdt . internal . testunit . ui ; import java . net . MalformedURLException ; import java . net . URL ; import java . util . AbstractSet ; import java . util . HashSet ; import java . util . MissingResourceException ; import java . util . ResourceBundle ; import java . util . Set ; import ... | |
2,826 | <s> package org . rubypeople . rdt . internal . ui . actions ; import org . eclipse . core . resources . IResource ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . action . MenuManager ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . jface . viewers .... | |
2,827 | <s> package com . asakusafw . utils . java . parser . javadoc ; import static com . asakusafw . utils . java . internal . parser . javadoc . ir . IrDocElementKind . * ; import static org . junit . Assert . * ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . InputStream ; i... | |
2,828 | <s> package com . asakusafw . testdriver . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . math . BigDecimal ; import java . util . GregorianCalendar ; import org . junit . Test ; public class DifferenceTest { @ Test public void string ( ) { | |
2,829 | <s> package org . rubypeople . rdt . internal . ui . filters ; import java . text . Collator ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . eclipse . core . runtime . IConfigurationElement ; import org . eclipse . core . runtime . IE... | |
2,830 | <s> package org . rubypeople . rdt . internal . core ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . LinkedList ; import java . util . List ; import org . jruby . ast . AliasNode ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . ArgumentNode ; import org . jruby ... | |
2,831 | <s> package com . asakusafw . dmdl . directio . csv . driver ; import java . text . SimpleDateFormat ; import com . asakusafw . dmdl . model . AstNode ; import com . asakusafw . dmdl . semantics . Trait ; import com . asakusafw . runtime . io . csv . CsvConfiguration ; import com . asakusafw . runtime . value . Date ; ... | |
2,832 | <s> package com . asakusafw . runtime . flow ; public class BufferException extends RuntimeException | |
2,833 | <s> package org . rubypeople . rdt . refactoring . core . extractmethod ; public class ExtractedArgument { private String originalArgName ; private String newInExtractedMethodArgName ; private String oldInExtractedMethodArgName ; private int index ; public ExtractedArgument ( int id , | |
2,834 | <s> package com . asakusafw . compiler . flow . processor . operator ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . List ; import com . asakusafw . compiler . flow . processor . CoGroupFlowProcessor ; import com . asakusafw . compiler . flow . testing . mod... | |
2,835 | <s> package com . asakusafw . yaess . jsch ; import java . io . IOException ; import java . text . MessageFormat ; import com . asakusafw . yaess . basic . ProcessExecutor ; import com . asakusafw . yaess . basic . ProcessHadoopScriptHandler ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asak... | |
2,836 | <s> package net . sf . sveditor . core . tests . index . persistence ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . DataInputStream ; import java . io . DataOutputStream ; import java . io . IOException ; import java . util . ArrayList ; import junit . framewor... | |
2,837 | <s> package org . oddjob . framework ; import org . oddjob . arooa . beanutils . DynaArooaClass ; import org . oddjob . arooa . reflect . BeanOverview ; import org . oddjob . arooa . reflect . PropertyAccessor ; public class WrapDynaArooaClass extends DynaArooaClass { public WrapDynaArooaClass ( WrapDynaClass dynaClass... | |
2,838 | <s> package $ { package } . util ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . core . DataModelReflection ; import com . asakusafw... | |
2,839 | <s> package com . asakusafw . testdriver . rule ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import java . util . Set ; import com . asakusafw . testdriver . core . DataModelReflection ; import com . a... | |
2,840 | <s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . ui . views . tasklist . ITaskListResourceAdapter ; import org . rubypeople . rdt . core . IRubyScript ; import org . rubypeople . rdt . c... | |
2,841 | <s> package com . asakusafw . compiler . directio ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . List ; import org . junit . Test ; import com . asakusafw . compiler . directio . OutputPattern . CompiledOrder ; import com . asa... | |
2,842 | <s> package org . oddjob . images ; import java . io . Serializable ; import java . util . | |
2,843 | <s> package com . asakusafw . runtime . io ; import java . io . Closeable ; import java . io . Flushable ; import java . io . IOException ; import com . asakusafw . runtime . value . BooleanOption ; import com . asakusafw . runtime . value . ByteOption ; import com . asakusafw . runtime . value . DateOption ; import co... | |
2,844 | <s> package com . asakusafw . dmdl . java . emitter ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . apache . hadoop . io . Text ; import org . junit . Test ; import com . asakusafw . dmdl . java . GeneratorTesterRoot ; import com . asakusafw . dmdl . java . emitter ... | |
2,845 | <s> package com . fredbrunel . android . twitter ; import oauth . signpost . OAuth ; import oauth . signpost . exception . OAuthCommunicationException ; import oauth . signpost . exception . OAuthExpectationFailedException ; import oauth . signpost . exception . OAuthMessageSignerException ; import oauth . signpost . e... | |
2,846 | <s> package net . sf . sveditor . core . db . search ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . index . ISVDBIndexIterator ; import net . sf . sve... | |
2,847 | <s> package com . asakusafw . dmdl . java . emitter ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import com . asakusafw . dmdl . java . Configuration ; import com . asakusafw . dmdl . java . spi . JavaDataModelDriver ; import com . asaku... | |
2,848 | <s> package de . fuberlin . wiwiss . d2rq . map ; import java . lang . reflect . Constructor ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashMap ; import java . util . Map ; import com . hp . hpl . jena . rdf . model . Resource ; import de . fuberlin . wiwiss . d2rq . D2RQE... | |
2,849 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ExportTempImportTarget19 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; @ Generated ( "" ) @ Suppr... | |
2,850 | <s> package com . aptana . rdt . core . gems ; import java . util . ArrayList ; import java . util . List ; import java . util . StringTokenizer ; public class Gem implements Comparable < Gem > { private String name ; private String version ; private String description ; private String platform ; private boolean compil... | |
2,851 | <s> package com . asakusafw . compiler . flow . example ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . vocabulary . flow . Export ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . Import ; import com . asakusafw . ... | |
2,852 | <s> package org . springframework . social . google . api . impl ; import java . io . IOException ; import org . codehaus . jackson . JsonParser ; import org . codehaus . jackson . JsonProcessingException ; import org . codehaus . jackson . map . DeserializationContext ; import org . codehaus . jackson . map . JsonDese... | |
2,853 | <s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import org . eclipse . jface . action . Action ; import org . eclipse . ui . IWorkingSet ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . core . RubyModelException ; import org . rubypeople . rdt . internal . ui . IRubyHelpCo... | |
2,854 | <s> package org . rubypeople . rdt . internal . debug . ui ; import java . io . File ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . c... | |
2,855 | <s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . attr . SVDBDoNotSaveAttr ; public class SVDBItemBase implements ISVDBItemBase { @ SVDBDoNotSaveAttr public SVDBItemType fType ; public SVDBLocation fLocation ; public SVDBItemBase ( SVDBItemType type ) { fType = type ; fLocation = nu... | |
2,856 | <s> package net . sf . sveditor . core . tests ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . index . ISVDBIndex ; import net . sf . sveditor . core . db . index . SVDBFi... | |
2,857 | <s> package net . sf . sveditor . core . db . index ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import net . sf . sveditor . core . db . refs . SVDBRefCacheEntry ; public class SVDBBaseIndexCacheData { public String fVersion ; public String fB... | |
2,858 | <s> package org . rubypeople . rdt . refactoring . core ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . AttrAssignNode ; import org . jruby . ast . BlockNode ; import org . jruby . ast . CallNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . ClassVar... | |
2,859 | <s> package com . aptana . rdt . ui . gems ; import java . util . Collections ; import java . util . Set ; import java . util . TreeSet ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . jobs . Job ; import org . eclipse... | |
2,860 | <s> package com . asakusafw . dmdl . thundergate . model ; import java . util . Set ; import com . asakusafw . utils . collections . Sets ; public class Source { private Aggregator aggregator ; private ModelReference declaring ; private String name ; private PropertyType type ; private Set < Attribute > attributes ; pu... | |
2,861 | <s> package com . loiane . model ; public class Tag { private int id ; private String value ; public int getId ( ) { return id ; } public void setId ( int id ) { this . id = id ; } public String getValue ( ) { return value ; } public void setValue ( String value ) { this . value = value ; } public String toString ( ) {... | |
2,862 | <s> package com . pogofish . jadt . samples . ast . data ; import java . util . List ; public final class Function { public static final Function _Function ( Type returnType , String name , List < Arg > args , List < Statement > statements ) { return new Function ( returnType , name , args , statements ) ; } public fin... | |
2,863 | <s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Preferences ; import org . eclipse . core . runtime . Status ; import org . eclipse . jface . wizard . WizardDialog ; ... | |
2,864 | <s> package org . rubypeople . rdt . internal . core . index ; import org . rubypeople . rdt . internal . compiler . util . HashtableOfObject ; import org . rubypeople . rdt . internal . compiler . util . SimpleSet ; import org . rubypeople . rdt . internal . core . util . CharOperation ; public class EntryResult { pri... | |
2,865 | <s> package com . asakusafw . vocabulary . flow . graph ; import java . util . HashMap ; import java . util . Map ; import java . util . NoSuchElementException ; import com . asakusafw . vocabulary . flow . Source ; public class FlowElementResolver { private final FlowElement element ; private final Map < String , Flow... | |
2,866 | <s> package net . sf . sveditor . ui . pref ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . jface . preference . BooleanFieldEditor ; import org . eclipse | |
2,867 | <s> package org . oddjob . jmx . server ; import java . util . ArrayList ; import java . util . List ; import javax . management . JMException ; import javax . management . MBeanServer ; import javax . management . MBeanServerFactory ; import javax . management . Notification ; import javax . management . NotificationL... | |
2,868 | <s> package $ { package } . jobflow ; import $ { package } . modelgen . table . model . CategorySummary ; import $ { package } . modelgen . table . model . ErrorRecord ; import $ { package } . modelgen . table . model . ItemInfo ; import $ { package } . modelgen . table . model . SalesDetail ; import $ { package } . mo... | |
2,869 | <s> package com . asakusafw . bulkloader . importer ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import ... | |
2,870 | <s> package com . asakusafw . compiler . fileio . flow ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . vocabulary . external . FileExporterDescription ; public class RootOutputExporterDesc extends FileExporterDescription { @ Override public Class < ? > getModelType ( ) { return Ex1... | |
2,871 | <s> package com . asakusafw . utils . collections ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . io . Serializable ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Iterator ; import java . util . Li... | |
2,872 | <s> package org . rubypeople . rdt . refactoring . tests . core . splitlocal ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . Collection ; import junit . framework . TestCase ; import org . rubypeople . rdt . refactoring . core . splitlocal . LocalVarFinder ; import org... | |
2,873 | <s> package org . oddjob . swing ; import java . util . Date ; import org . oddjob . Oddjob ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . OddjobLookup ; import org . oddjob . Resetable ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . convert . ArooaConversion... | |
2,874 | <s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; import java . text . MessageFormat ; public class IrDocMethodParameter extends AbstractIrDocElement { private static final long serialVersionUID = 1L ; private IrDocType type ; private boolean variableArity ; private IrDocSimpleName name ; ... | |
2,875 | <s> package com . example . servletjspdemo . web ; import java . io . IOException ; import java . io . PrintWriter ; import javax . servlet . ServletException ; import javax . servlet . annotation . WebServlet ; import javax . servlet . | |
2,876 | <s> package org . rubypeople . rdt . internal . ui . filters ; import org . eclipse . jface . viewers . Viewer ; import org . eclipse . jface . viewers . ViewerFilter ; import org . | |
2,877 | <s> package org . oddjob . designer . components ; import java . io . File ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . OddjobInheritance ; import org . o... | |
2,878 | <s> package org . rubypeople . rdt . core ; import java . util . EventObject ; public class BufferChangedEvent extends EventObject { private int length ; private int offset ; private String text ; private static final long serialVersionUID = 655379473891745999L ; public BufferChangedEvent ( IBuffer buffer , int offset ... | |
2,879 | <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... | |
2,880 | <s> package com . asakusafw . dmdl . model ; import java . util . List ; import com . asakusafw . dmdl . Region ; import com . asakusafw . utils . collections . Lists ; public class AstScript extends AbstractAstNode { private final Region region ; public final List < AstModelDefinition < ? > > models ; public AstScript... | |
2,881 | <s> package br . com . caelum . vraptor . dash . audit ; import static br . com . caelum . vraptor . dash . matchers . IsOfResourceMatcher . isOpenRequestOfResource ; import static org . mockito . Matchers . argThat ; import static org . mockito . Mockito . doThrow ; import static org . mockito . Mockito . inOrder ; im... | |
2,882 | <s> package org . rubypeople . rdt . internal . ui . wizards ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . swt . widgets . Shell ; import org . eclipse . ui . INewWizard ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . internal . ui . IRubyHelpContextIds ; im... | |
2,883 | <s> package com . asakusafw . compiler . flow . processor ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . List ; import org . junit . After ; import org . junit . Before ; import org . junit . Test ; import com . asakusafw . compiler . flow . JobflowCompiler... | |
2,884 | <s> package org . rubypeople . rdt . internal . ui . text . spelling . engine ; import java . util . Collections ; import java . util . HashSet ; import java . util . Iterator ; import java . util . Set ; import org . eclipse . jface . preference . IPreferenceStore ; public class DefaultSpellChecker implements ISpellCh... | |
2,885 | <s> package com . asakusafw . compiler . operator ; import java . lang . annotation . Annotation ; import java . util . List ; import javax . lang . model . element . AnnotationMirror ; import javax . lang . model . element . ExecutableElement ; import com . asakusafw . compiler . common . NameGenerator ; import com . ... | |
2,886 | <s> package org . rubypeople . rdt . internal . ui . util ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IWorkspace ; import org . eclipse . core . resources . IWorkspaceRoot ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtim... | |
2,887 | <s> package org . oddjob . tools . taglet ; import java . util . Map ; import org . oddjob . doclet . CustomTagNames ; import com . sun . tools . doclets . Taglet ; public class RequiredTaglet extends BaseBlockTaglet { public static void register ( Map < String , Taglet > tagletMap ) { tagletMap . put ( CustomTagNames ... | |
2,888 | <s> package org . rubypeople . rdt . internal . launching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IConfigurationElement ; import org . eclipse . debug . core . ILaunchConfiguration ; import org . rubypeople . rdt . core . ILoadpathEntry ; import org . rubypeople... | |
2,889 | <s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . ISafeRunnable ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse... | |
2,890 | <s> package net . sf . sveditor . core . db . index ; import net . sf . sveditor . core . db . | |
2,891 | <s> package org . oddjob . jobs . structural ; import junit . framework . TestCase ; import org . oddjob . FailedToStopException ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . xml . XMLConfiguration ; import org . oddjob . state . JobSt... | |
2,892 | <s> package com . asakusafw . modelgen . view . model ; public class Name { public final String token ; public Name ( String token ) { if ( token == null ) { throw new IllegalArgumentException ( "" ) ; } this . token = token ; } public Name ( Name qualifier , Name rest ) { if ( qualifier == null ) { throw new IllegalAr... | |
2,893 | <s> package org . rubypeople . rdt . testunit . launcher ; import java . io . IOException ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . ec... | |
2,894 | <s> package org . rubypeople . rdt . internal . corext . dom ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . text . IRegion ; import org . jruby . ast . Node ; public class Selection { public static final int INTERSECTS = 0 ; public static final int BEFORE = 1 ; public static final int... | |
2,895 | <s> package com . asakusafw . vocabulary . flow . util ; import static com . asakusafw . vocabulary . flow . util . CoreOperatorFactory . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . HashSet ; import java . util . LinkedList ; import java . util . Set ; import org . ha... | |
2,896 | <s> package org . springframework . social . google . api . tasks . impl ; import org . codehaus . jackson . map . annotate . JsonCachable ; import org . springframework . social . google . api . impl . ApiEnumDeserializer ; import org . springframework . social . google . api | |
2,897 | <s> package org . rubypeople . rdt . internal . core ; import org . rubypeople . rdt . core . IImportContainer ; import org . rubypeople . rdt . core . IImportDeclaration ; import org . rubypeople . rdt . core . IParent ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . ISour... | |
2,898 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . BlockComment ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . Visitor ; public final class BlockCommentImpl ext... | |
2,899 | <s> package com . asakusafw . compiler . flow . join . processor ; import java . util . List ; import java . util . Set ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . flow . DataClass ; import com . asakusafw . compiler . flow . DataClass . Property ; import com . as... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.