id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
700 | <s> package org . oddjob . jmx . client ; import javax . management . ObjectName ; import org . apache . log4j . Logger ; import org . oddjob . framework . Transportable ; import org . oddjob . jmx . ObjectNames ; public class ComponentTransportable implements Transportable { private static final long serialVersionUID ... | |
701 | <s> package org . rubypeople . rdt . ui . actions ; public class RdtActionConstants { public static final String OPEN = "" ; public static final String OPEN_TYPE_HIERARCHY = "" ; public static final String OPEN_CALL_HIERARCHY = "" ; public static final String SHOW_RUBY_DOC = "" ; public static final String FIND_REFEREN... | |
702 | <s> package org . oddjob . oddballs ; import java . io . File ; import java . io . IOException ; import java . net . URL ; import java . util . Arrays ; import java . util . HashSet ; import org . oddjob . OurDirs ; import junit . framework . TestCase ; public class DirectoryOddball2Test extends TestCase { public void ... | |
703 | <s> package com . asakusafw . vocabulary . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; | |
704 | <s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import org . rubypeople . rdt . core . IType ; import org . rubypeople . rdt . core . ITypeHierarchy ; public class HierarchyViewerSorter extends AbstractHierarchyViewerSorter { private final TypeHierarchyLifeCycle fHierarchy ; private boolean fSortBy... | |
705 | <s> package net . sf . sveditor . core . tests . constraint_parser ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . ISVDBScopeItem ; import net . sf . sveditor . core . db . SVDBConstraint ; import net .... | |
706 | <s> package de . fuberlin . wiwiss . d2rq . map ; import java . util . ArrayList ; import java . util . Collection ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import com . hp . hpl . jena . rdf . model . Property ; import com . hp . hpl . jena . rdf . model .... | |
707 | <s> package bonsai . app ; import android . app . Activity ; import android . content . Intent ; import android . net . Uri ; import android . os . Bundle ; import android . view . View ; import android . widget . Toast ; import android . view . View . OnClickListener ; import android . widget . Button ; public class M... | |
708 | <s> package org . rubypeople . rdt . internal . cheatsheets ; import org . eclipse . ui . plugin . AbstractUIPlugin ; import org . osgi . framework . BundleContext ; public class RdtPlugin extends AbstractUIPlugin { public static final String PLUGIN_ID = "" ; protected static RdtPlugin plugin ; public RdtPlugin ( ) { p... | |
709 | <s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; import java . util . ArrayList ; import java . util . LinkedList ; import java . util . List ; public class IrDocQualifiedName extends IrDocName { private static final long serialVersionUID = 1L ; private IrDocName qualifier ; private IrDoc... | |
710 | <s> package net . sf . sveditor . core . parser ; import net . sf . sveditor . core . db . SVDBItem ; import net . sf . sveditor . core . db . SVDBLocation ; import net . sf . sveditor . core . db . SVDBScopeItem ; import net . sf . sveditor . core . db . expr . SVDBIdentifierExpr ; import net . sf . sveditor . core . ... | |
711 | <s> package org . oddjob . jmx . server ; import org . oddjob . arooa . registry . Address ; import org . oddjob . arooa . registry . BeanDirectory ; import org . oddjob . arooa . registry . ServerId ; import org . oddjob . logging . ConsoleArchiver ; import org . oddjob . logging . LogArchiver ; public class MockServe... | |
712 | <s> package com . asakusafw . thundergate . runtime . cache . mapreduce ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . Externalizable ; import java . io . IOException ; import java . io . ObjectInput ; import java . io . ObjectOutput ; import org . apache . hadoop . io . VIntWritabl... | |
713 | <s> package com . asakusafw . testdriver . directio ; import java . lang . annotation . Annotation ; import java . util . Collection ; import java . util . Collections ; import org . apache . hadoop . io . Text ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw . testdriver . co... | |
714 | <s> package org . oddjob . scheduling ; import java . util . Date ; import org . oddjob . Resetable ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; import org . oddjob . arooa . life . ComponentPersistException ; import org . oddjob . schedules . Interval ; import org . oddjob . state . Complete... | |
715 | <s> package org . rubypeople . rdt . refactoring . tests . core . renamemethod . conditioncheck ; import junit . framework . Test ; import org . rubypeople . rdt . refactoring . tests . FileTestSuite ; public class TS_RenameMethodChecks extends FileTestSuite { public static | |
716 | <s> package org . rubypeople . rdt . internal . ui . text . template . contentassist ; import org . eclipse . core . runtime . Assert ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; import org . eclipse . jface ... | |
717 | <s> package org . vaadin . teemu . clara ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . assertTrue ; import org . junit . Before ; import org . junit . Test ; import org . vaadin . teemu . clara . inflater . PrimitiveAttributeParser ; public class PrimitiveAttributeParserTest... | |
718 | <s> package org . oddjob . jmx . server ; import org . oddjob . Structural ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . reflect . ArooaPropertyException ; import org . oddjob . arooa . registry . BeanDirectory ; import org . oddjob . arooa . registry . BeanDirectory... | |
719 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Set ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . runtime ... | |
720 | <s> package org . oddjob . jmx . client ; import javax . management . ObjectName ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ArooaSession ; public class MockClientSession implements ClientSession { @ Override public Object create ( ObjectName objectName ) { throw new RuntimeException ( "" + g... | |
721 | <s> package com . asakusafw . runtime . directio ; import static com . asakusafw . runtime . directio . FilePattern . PatternElementKind . * ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . List ; import org . hamcrest . BaseMatc... | |
722 | <s> package fi . koku . services . entity . kks . v1 ; import java . net . URL ; import javax . xml . namespace . QName ; import javax . xml . ws . BindingProvider ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public class KksServiceFactory { private static Logger log = LoggerFactory . getLogger ... | |
723 | <s> package org . rubypeople . rdt . refactoring . core . inlineclass ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . AssignableNode ; import org . jruby . ast . Node ; import org . jruby . lexer . yacc . ISourcePosition ; import org . rubypeople . rdt . refactoring . cla... | |
724 | <s> package com . asakusafw . compiler . flow . join . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; | |
725 | <s> package com . asakusafw . runtime . flow ; import | |
726 | <s> package com . asakusafw . vocabulary . windgate ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . util . List ; import com . asakusafw . windgate . core . vocabulary . DataModelJdbcSupport ; public abstract class MockJdbcSupport < T > implements DataModelJdbcSupport < T > { @ O... | |
727 | <s> package com . sun . tools . hat . internal . parser ; import java . io . IOException ; import java . io . RandomAccessFile ; import java . nio . MappedByteBuffer ; import java . nio . channels . FileChannel ; class MappedReadBuffer implements ReadBuffer { private final MappedByteBuffer buf ; MappedReadBuffer ( Mapp... | |
728 | <s> package net . sf . sveditor . core . db . search ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . ... | |
729 | <s> package com . asakusafw . bulkloader . transfer ; import java . text . MessageFormat ; import java . util . Properties ; import com . asakusafw . thundergate . runtime . cache . CacheInfo ; public class FileProtocol { public static final String KEY_KIND = "kind" ; public static final String KEY_LOCATION = "location... | |
730 | <s> package org . rubypeople . rdt . internal . corext . template . ruby ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . templates . DocumentTemplateContext ; import org . eclipse . jface . text . templates . TemplateContextType ; import org . rubypeople . rdt . core . IRubyScr... | |
731 | <s> package net . sf . sveditor . core . text ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . StringInputStream ; import net .... | |
732 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . lang . reflect . InvocationTargetException ; import java . util . List ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . resource . ImageDescriptor ; import org . rubypeople . rdt . ... | |
733 | <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 . Writable ; import com . asakusafw . runtime . value . LongOption ; import com . asakusafw . vocabulary... | |
734 | <s> package com . team1160 . scouting . frontend . elements ; import java . awt . Component ; import java . awt . Dimension ; import javax . swing . JTable ; import javax . swing . JTextArea ; import javax . swing . UIManager ; import javax . swing . border . EmptyBorder ; import javax . swing . table . TableCellRender... | |
735 | <s> package org . oddjob . state ; import java . util . Date ; import org . oddjob . Stateful ; import org . oddjob . framework . JobDestroyedException ; public class StateExchange { private final StateChanger < ParentState > recipient ; private final Stateful source ; private boolean running ; private final StateListe... | |
736 | <s> package net . bioclipse . opentox . api ; import java . util . HashMap ; import java . util . Map ; import net . bioclipse . core . domain . IStringMatrix ; import net . bioclipse . rdf . business . RDFManager ; public abstract class Algorithm { private static RDFManager rdf = new RDFManager ( ) ; public static Map... | |
737 | <s> package com . asakusafw . runtime . value ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; @ SuppressWarnings ( "deprecation" ) public class LongOptionTest extends ValueOptionTestRoot { @ Test public void init ( ) { LongOption option = new LongOpti... | |
738 | <s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . List ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . expr . Expression ; public class MutableRelation implements RelationalOperators { private Relation relation ; public MutableRelation ( Relation initialState ) { this . rela... | |
739 | <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 ... | |
740 | <s> package net . sf . sveditor . core . tests . index . cache ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . DataInputStream ; import java . io . DataOutputStream ; import java . io . File ; import java . io . IOException ; import java . util . List ; import j... | |
741 | <s> package org . rubypeople . eclipse . shams . debug . core ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resource... | |
742 | <s> package org . rubypeople . rdt . internal . debug . ui . actions ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . text . ITextSelection ; import org . eclipse . jface . text . TextSelection ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . ui . IEditorPa... | |
743 | <s> package org . rubypeople . rdt . internal . formatter . rewriter ; import org . jruby . ast . StrNode ; import org | |
744 | <s> package org . oddjob . util ; public class MockThreadManager implements ThreadManager { public String [ ] activeDescriptions ( ) { throw new | |
745 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . jface . action . ToolBarManager ; import org . eclipse . jface . operation . IRunnableContext ; import org . eclipse . jface . preference . IPre... | |
746 | <s> package org . oddjob . monitor . view ; import java . awt . GraphicsEnvironment ; import javax . swing . JMenu ; import junit . framework . TestCase ; import org . oddjob . monitor . action . HardResetAction ; import org . oddjob . monitor . actions . | |
747 | <s> package com . aptana . rdt . internal . ui . rspec ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . NullProgressMonitor ; import org . eclipse . jface . resource . ImageDescriptor ; import org . eclipse . jface . viewers . IBaseLabelProvider ; import org . eclipse . jface . ... | |
748 | <s> package org . oddjob . jmx . server ; import javax . management . MBeanAttributeInfo ; import javax . management . MBeanNotificationInfo ; import javax . management . MBeanOperationInfo ; import org . oddjob . jmx . client . ClientHandlerResolver ; public class MockServerInterfaceHandlerFactory < X , Y > implements... | |
749 | <s> package net . sf . sveditor . core . db . stmt ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBCaseStmt extends SVDBStmt { public enum CaseType { Case , Casex , Casez , ... | |
750 | <s> package com . asakusafw . compiler . flow . packager ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . OutputStream ; import java . io . Pri... | |
751 | <s> package com . asakusafw . utils . java . jsr199 . testing ; import java . io . IOException ; import java . io . PrintWriter ; import java . io . Writer ; import java . lang . reflect . Field ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashSet ; import java . util . Set ; ... | |
752 | <s> package org . oddjob . framework ; public class RunnableProxyGenerator extends ProxyGenerator < Runnable > { public Object generate ( Runnable runnable , ClassLoader classLoader ) { return generate ( runnable , new BaseWrapperFactory < Runnable > ( ) { @ Override public ComponentWrapper wrapperFor ( Runnable wrappe... | |
753 | <s> package net . sf . sveditor . ui . explorer ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . SVDBItem ; import net . sf . sveditor . core . log . LogFactory ; import net . sf . svedito... | |
754 | <s> package net . thucydides . showcase . simple ; import net . thucydides . core . annotations . Managed ; import net . thucydides . core . annotations . ManagedPages ; import net . thucydides . core . annotations . Steps ; import net . thucydides . core . annotations . Story ; import net . thucydides . core . pages .... | |
755 | <s> package com . aptana . rdt . rake ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Status ; import org . eclipse . ui . plugin . AbstractUIPlugin ; import org . osgi . framework . BundleContext ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt... | |
756 | <s> package com . asakusafw . vocabulary . batch ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . io . InputStream ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . HashMap ; import java . util . Map ; import java . util . Propertie... | |
757 | <s> package com . asakusafw . modelgen . emitter ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . File ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java ... | |
758 | <s> package net . sf . sveditor . core . tests ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; i... | |
759 | <s> package net . sf . sveditor . core . templates ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . log . LogFactory ; import org . eclipse . core . runtime . IConfigurationElement ; import org . eclipse . core . runtime . IExtension ; ... | |
760 | <s> package org . oddjob . persist ; import java . io . File ; import java . net . URISyntaxException ; import java . net . URL ; import java . util . Properties ; import junit . framework . TestCase ; import org . apache . commons . io . FileUtils ; import org . oddjob . Helper ; import org . oddjob . Loadable ; impor... | |
761 | <s> package org . oddjob . schedules ; import java . text . ParseException ; import java . util . Date ; import java . util . HashMap ; import junit . framework . TestCase ; import org . oddjob . arooa . utils . DateHelper ; import org . oddjob . schedules . schedules . IntervalSchedule ; import org . oddjob . schedule... | |
762 | <s> package org . oddjob . scheduling ; class RunnableWrapper implements Runnable { private final Runnable runnable ; private Thread t ; public RunnableWrapper ( Runnable runnable ) { this . runnable = runnable ; } public void run ( | |
763 | <s> package org . oddjob . jmx . client ; import java . util . ArrayList ; import java . util . List ; import org . oddjob . arooa . ClassResolver ; public class ResolverHelper { private final ClassResolver classResolver ; public ResolverHelper ( ClassResolver classResolver ) { this . classResolver = classResolver ; } ... | |
764 | <s> package org . rubypeople . rdt . internal . ui . wizards ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . viewers . Viewer ; import org . eclipse . jface . viewers . ViewerFilter ; public class TypedViewerFilter extends ViewerFilter { private | |
765 | <s> package org . rubypeople . rdt . refactoring . core . renamelocal ; import org . jruby . ast . MethodDefNode ; import org . jruby . ast . Node ; import org . jruby . ast . types . INameNode ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . docu... | |
766 | <s> package org . rubypeople . rdt . internal ; import org . rubypeople . rdt . internal . codeassist . TS_InternalCodeAssist ; import org . rubypeople . rdt . internal . core . TS_InternalCore ; import org . rubypeople . rdt . internal . formatter . TS_InternalFormatter ; import org . rubypeople . rdt . internal . ti ... | |
767 | <s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . core . resources . IFile ; import org . eclipse . jface . dialogs . MessageDialog ; import org . eclipse . search . ui . NewSearchUI ; import org . eclipse . search . ui . text . Match ; import org . eclipse . ui . IEditorDescriptor ; ... | |
768 | <s> package com . asakusafw . runtime . io . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . runtime . value . IntOption ; import com . asakusafw . runtime . value . LongOption ; import com . asakusafw . runtime . value .... | |
769 | <s> package osgiutils . services ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import org . osgi . framework . BundleContext ; import org . osgi . framework . FrameworkUtil ; import org . osgi . framework . InvalidSyntaxException ; import org . osgi . framework ... | |
770 | <s> package com . asakusafw . utils . java . model . util ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import java . util . LinkedList ; import java . util . List ; im... | |
771 | <s> package com . asakusafw . windgate . bootstrap ; import static org . hamcrest . CoreMatchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . FileOutputStream ; import java . io . IOException ; import java . net . URI ; import jav... | |
772 | <s> package com . asakusafw . testdriver . directio ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java . util . Scanner ; import org . apache . hadoop . io . Text ; import com . asakus... | |
773 | <s> package com . pogofish . jadt . sink ; import static org . junit . Assert . assertEquals ; import java . io . BufferedReader ; import java . io . BufferedWriter ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . ... | |
774 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . CacheFiles ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ SuppressWarnings ( "d... | |
775 | <s> package org . rubypeople . rdt . refactoring . tests ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import java . util . StringTokenizer ; import org . jruby . ast . Node ; import org . ru... | |
776 | <s> package org . oddjob . monitor . contexts ; import junit . framework . TestCase ; import org . oddjob . Oddjob ; import org . oddjob . monitor . context . ContextInitialiser ; import org . oddjob . monitor . context . ExplorerContext ; import org . oddjob . monitor . model . ExplorerContextImpl ; import org . oddjo... | |
777 | <s> package org . rubypeople . rdt . internal . ui . viewsupport ; import org . eclipse . swt . widgets . Control ; import org . eclipse . jface . util . Assert ; import org . eclipse . jface . viewers . StructuredViewer ; import org . eclipse . core . resources . IResourceChangeEvent ; import org . eclipse . core . re... | |
778 | <s> package net . bioclipse . opentox . business ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IConfigurationElement ; import org . eclipse . core . runtime . IExecutableExtension ; import org . eclipse . core . runtime . IExecutableExtensionFactory ; import net . bio... | |
779 | <s> package org . rubypeople . rdt . internal . launching ; public class LibraryInfo { private String fVersion ; private String [ ] fBootpath ; public LibraryInfo ( String version , String [ ] bootpath ) { | |
780 | <s> package org . rubypeople . rdt . refactoring . offsetprovider ; import org . jruby . ast . DefnNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . core . NodeProvider ; import org . rubypeople . rdt . refactoring . nodewrapper . ClassNodeWrapper ; import org . rubypeople . rdt . r... | |
781 | <s> package org . rubypeople . rdt . internal . debug . core . parsing ; import org . rubypeople . rdt . debug . core . RdtDebugCorePlugin ; import org . rubypeople . rdt . internal . debug . core . model . RubyProcessingException ; import org . xmlpull . v1 . XmlPullParser ; public class EvalReader extends XmlStreamRe... | |
782 | <s> package com . asakusafw . dmdl . java . emitter ; import java . io . IOException ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import java . util . ServiceLoader ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . dmdl . ... | |
783 | <s> package com . pogofish . jadt . emitter ; import com . pogofish . jadt . ast . Doc ; import com . pogofish . jadt . sink . Sink ; import com . pogofish . jadt . sink . SinkFactory ; public class DummyDocEmitter implements DocEmitter { private final Doc testDoc ; private final String className ; public DummyDocEmitt... | |
784 | <s> package org . rubypeople . rdt . internal . debug . ui ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . preference . PreferenceConverter ; import org . eclipse . jface . resource . JFaceResources ; import org... | |
785 | <s> package com . asakusafw . runtime . directio . hadoop ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . conf . Configured ; import org . apache . hadoop . fs . FileSystem ; import... | |
786 | <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... | |
787 | <s> package com . asakusafw . dmdl . thundergate . view . model ; import java . text . MessageFormat ; import java . util . List ; import java . util . Set ; import com . asakusafw . dmdl . thundergate . model . Aggregator ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . collect... | |
788 | <s> package net . sf . sveditor . ui . text ; import java . util . Vector ; public class StringMatcher { protected String fPattern ; protected int fLength ; protected boolean fIgnoreWildCards ; protected boolean fIgnoreCase ; protected boolean fHasLeadingStar ; protected boolean fHasTrailingStar ; protected String fSeg... | |
789 | <s> package com . asakusafw . compiler . flow ; import com . asakusafw . utils . java . model . syntax . ModelFactory ; public class FlowCompilerConfiguration { private ModelFactory factory ; private Packager packager ; private FlowElementProcessor . Repository processors ; private DataClassRepository dataClasses ; pri... | |
790 | <s> package com . asakusafw . testdriver . excel ; import org . apache . poi . ss . usermodel . CellStyle ; import org . apache . poi . ss . usermodel . CreationHelper ; import org . apache . poi . ss . usermodel . DataFormat ; import org . apache . poi . ss . usermodel . Font ; import org . apache . poi . ss . usermod... | |
791 | <s> package org . rubypeople . rdt . internal . core ; public class RubyFieldElementInfo extends MemberElementInfo { | |
792 | <s> package com . asakusafw . dmdl . model ; import com . asakusafw . dmdl . Region ; public class AstSummarize extends AbstractAstNode implements AstTerm < AstSummarize > { private final Region region ; public final AstModelReference reference ; public final AstModelFolding folding ; public final AstGrouping grouping ... | |
793 | <s> package org . oddjob . jmx ; import javax . swing . ImageIcon ; import junit . framework . TestCase ; import org . oddjob . Iconic ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . Resetable ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . o... | |
794 | <s> package com . asakusafw . dmdl . windgate . csv . driver ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . nio . charset . Charset ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Arrays ; import java . uti... | |
795 | <s> package org . oddjob ; import java . lang . reflect . InvocationHandler ; import java . lang . reflect . Proxy ; import java . util . concurrent . Callable ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . life . ComponentProxyResolver ; import org . oddjob . framework . CallableProxyGene... | |
796 | <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 . MockFoo ; import com . asakusafw . compiler . operator . m... | |
797 | <s> package net . sf . sveditor . core . db ; public class SVDBInclude extends SVDBItem { public SVDBInclude ( ) { super ( "" , SVDBItemType . Include ) ; } public SVDBInclude ( String name ) { super ( name , SVDBItemType . Include ) ; } @ Override public SVDBInclude duplicate ( ) { return ( SVDBInclude | |
798 | <s> package com . asakusafw . runtime . io . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . runtime . value . IntOption ; import com . asakusafw . runtime . value . LongOption ; import com . asakusafw . runtime . value .... | |
799 | <s> package org . rubypeople . rdt . internal . ui . viewsupport ; import org . eclipse . jface . action . Action ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . ui . actions . * ; public class MemberFilterAction extends Action { private int fFilterProperty ; private MemberFilterActionGroup f... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.