id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
2,000
<s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . Collections ; import java . util . List ; import de . fuberlin . wiwiss . d2rq . expr . Expression ; import de . fuberlin . wiwiss . d2rq . sql . ConnectedDB ; public class OrderSpec { public final static List < OrderSpec > NONE = Collections . ...
2,001
<s> package org . oddjob . values ; import java . io . Serializable ; import java . util . ArrayList ; import java . util . LinkedHashMap ; import java . util . List ; import java . util . Map ; import org . apache . commons . beanutils . ConversionException ; import org . apache . commons . beanutils . DynaBean ; impo...
2,002
<s> package org . rubypeople . rdt . internal . core ; import java . util . ArrayList ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . Path ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeopl...
2,003
<s> package org . rubypeople . rdt . internal . launching ; import java . io . File ; import java . text . MessageFormat ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . eclipse . core . run...
2,004
<s> package net . sf . sveditor . core . db . persistence ; import java . lang . reflect . Field ; import java . lang . reflect . Modifier ; import java . lang . reflect . ParameterizedType ; import java . lang . reflect . Type ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . HashS...
2,005
<s> package com . asakusafw . windgate . core . util ; import static org . hamcrest . CoreMatchers . * ; import static org . junit . Assert . * ; import java . util . HashMap ; import java . util . Map ; import java . util . Properties ; import org . junit . Test ; public class PropertiesUtilTest { @ Test public void c...
2,006
<s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . ui . IWorkbenchSite ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . core . IField ; import org . rubypeople . rdt . core . IImportDeclaration ; import org . rubypeople . rdt . core . IMethod ; import org . rubypeople ....
2,007
<s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . ContinueStatement ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . SimpleName ; import com . asakusafw . utils ...
2,008
<s> package net . sf . sveditor . core . db . search ; import java . util . List ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . SVDBTypeInfoClassType ; import net . sf . sveditor . core . db . index . ISVDBIndexIterator ; public class SVDBFindSuperClass { ISVDBIndexI...
2,009
<s> package com . devtty . gat . test ; import com . devtty . gat . controller . MemberRegistration ; import com . devtty . gat . data . MemberRepository ; import com . devtty . gat . data . MemberRepositoryProducer ; import com . devtty . gat . model . Member ; import javax . enterprise . inject . Produces ; import ja...
2,010
<s> package com . asakusafw . bulkloader . importer ; import java . io . File ; import java . util . List ; import com . asakusafw . bulkloader . bean . ImportBean ; import com . asakusafw . bulkloader . bean . ImportTargetTableBean ; import com . asakusafw . bulkloader . log . Log ; public class ImportFileDelete { sta...
2,011
<s> package org . rubypeople . rdt . refactoring . tests . core . movemethod . conditionchecks ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . rubypeople . rdt . refactoring . core . movemethod . MethodMover ; import org . rubypeople . rdt . refactoring . core . movemethod . M...
2,012
<s> package net . sf . sveditor . core . tests . scanner ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core
2,013
<s> package net . sf . sveditor . core . db . index ; import java . io . InputStream ; import java . util . List ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . sveditor . core . db . IS...
2,014
<s> package com . asakusafw . testdriver . temporary ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . fs . FileSystem ; import org . apache . hadoop . fs . Path ;...
2,015
<s> package net . sf . sveditor . core . parser ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . SVDBLocation ; import net . sf . sveditor . core . db . SVDBTypeInfo ; import net . sf . sveditor . core . db . SVDBTypeInfoBuiltin ; import net . sf . sveditor . core ...
2,016
<s> package de . fuberlin . wiwiss . d2rq . map ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import com . hp . hpl . jena . datatypes . RDFDatatype ; import com . hp . hpl . jena ....
2,017
<s> package org . rubypeople . rdt . internal . ui . browsing ; import java . util . List ; import org . eclipse . core . runtime . ListenerList ; import org . eclipse . jface . util . Assert ; import org . eclipse . jface . viewers . IBaseLabelProvider ; import org . eclipse . jface . viewers . IContentProvider ; impo...
2,018
<s> package edsdk . utils . commands ; import edsdk . utils . CanonTask ; import edsdk . utils . CanonUtils ; public class GetPropertyTask extends CanonTask < Long > { private long property ; public GetPropertyTask
2,019
<s> package com . pogofish . jadt . checker ; import java . util . List ; import
2,020
<s> package com . asakusafw . dmdl . directio . csv . driver ; import java . text . SimpleDateFormat ; import java . util . Map ; import com . asakusafw . dmdl . Diagnostic ; import com . asakusafw . dmdl . Diagnostic . Level ; import com . asakusafw . dmdl . directio . csv . driver . CsvFormatTrait . Configuration ; i...
2,021
<s> package com . asakusafw . yaess . tools ; import java . io . File ; import java . io . IOException ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java . io . Writer ; import java . nio . charset . Charset ; import java . text . MessageFormat ; import java . util . Arrays ; import ...
2,022
<s> package org . rubypeople . rdt . internal . ui . text . template . contentassist ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . swt . graphics . Image ; import org . eclipse . swt . graphics . Point ; import org . eclipse . jface . text . Assert...
2,023
<s> package net . sf . sveditor . core . tests . open_decl ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . ...
2,024
<s> package com . asakusafw . compiler . operator . processor ; import java . util . Collections ; import java . util . List ; import javax . lang . model . element . ExecutableElement ; import javax . lang . model . element . VariableElement ; import com . asakusafw . compiler . common . JavaName ; import com . asakus...
2,025
<s> package org . oddjob . monitor . model ; import java . util . LinkedList ; import java . util . List ; import java . util . concurrent . CopyOnWriteArrayList ; import java . util . concurrent . Executor ; import javax . swing . event . TreeModelEvent ; import javax . swing . event . TreeModelListener ; import javax...
2,026
<s> package com . asakusafw . utils . java . model . util ; import java . io . PrintWriter ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . LinkedList ; import java . util . List ; import java . util . Map ; im...
2,027
<s> package net . bioclipse . opentox . api ; import java . io . IOException ; import java . io . InputStream ; import java . security . GeneralSecurityException ; import java . util . HashMap ; import net . bioclipse . core . business . BioclipseException ; import net . bioclipse . core . domain . StringMatrix ; impor...
2,028
<s> package org . oddjob . input ; import java . io . File ; import java . io . IOException ; import org . oddjob . arooa . design . screem . FileSelectionOptions ; abstract class TerminalInput implements InputMedium { private String value ; @ Override public void prompt ( String prompt , String defaultValue ) { String...
2,029
<s> package net . sf . sveditor . core . scanutils ; import java . util . ArrayList ; import java . util . List ; public class StringBIDITextScanner extends AbstractTextScanner implements IBIDITextScanner { private String fData ; private int fIdx ; private int fUngetCh ; List < Integer > fLineOffsets ; public StringBID...
2,030
<s> package com . asakusafw . compiler . flow . processor . operator ; import java . util . List ; import com . asakusafw . compiler . flow . processor . MasterCheckFlowProcessor ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . model . Ex2 ; impor...
2,031
<s> package com . asakusafw . compiler . flow ; import com . asakusafw . compiler . flow . example . MockHogeExporterDescription ; import com . asakusafw . compiler . flow . example . MockHogeImporterDescription ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . vocabulary . fl...
2,032
<s> package org . rubypeople . rdt . refactoring . action ; import org . rubypeople . rdt . refactoring . core . pushdown . PushDownRefactoring ; public class PushDownAction
2,033
<s> package net . sf . sveditor . ui . views . diagram ; import org . eclipse . zest . layouts . algorithms . AbstractLayoutAlgorithm ; import org . eclipse . zest . layouts . dataStructures . InternalNode ; import org . eclipse . zest . layouts . dataStructures . InternalRelationship ; public class LeaveEmBeLayoutAlgo...
2,034
<s> package com . asakusafw . yaess . basic ; import java . text . MessageFormat ; import java . util . ResourceBundle ; import com . asakusafw .
2,035
<s> package org . rubypeople . rdt . internal . ti . util ; import java . util . List ; import org . jruby . ast . Node ; import org . rubypeople . rdt . internal . core . parser . InOrderVisitor ; public class NodeLocator extends InOrderVisitor { protected List < String > typeNameStack ; protected boolean nodeDoesSpan...
2,036
<s> package com . pogofish . jadt . sink ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . fail ; import org . junit . Test ; public class StringSinkTest { @ Test public void testHappy ( ) { final StringSink sink = new StringSink ( "test" ) ; try { sink . write ( "world" ) ; } f...
2,037
<s> package com . asakusafw . compiler . operator . model ; import com . asakusafw . compiler . operator . io . MockProjectionInput ; import com . asakusafw . compiler . operator . io . MockProjectionOutput ; import com . asakusafw . runtime . model . DataModelKind ; import com . asakusafw . runtime .
2,038
<s> package com . mcbans . firestar . mcbans . callBacks ; import java . util . HashMap ; import org . bukkit . ChatColor ; import org . bukkit . OfflinePlayer ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firestar . mcbans . org . json . JSONException ; import com . mcbans . fires...
2,039
<s> package net . sf . sveditor . core . db . index . cache ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . RandomAccessFile ;
2,040
<s> package org . oddjob ; import java . beans . PropertyVetoException ; import java . io . Serializable ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddj...
2,041
<s> package br . com . caelum . vraptor . dash . statement ; import java . util . List ; import br . com . caelum . vraptor . Delete ; import br . com . caelum . vraptor . Get ; import br . com . caelum . vraptor . Path ; import br . com . caelum . vraptor . Post ; import br . com . caelum . vraptor . Put ; import br ....
2,042
<s> package org . rubypeople . rdt . refactoring . ui ; import org . eclipse . jface . viewers . ITreeContentProvider ; import org . eclipse . jface . viewers . Viewer ; public abstract class TreeContentProvider implements ITreeContentProvider { public Object [ ] getChildren ( Object parentElement ) { if ( parentElemen...
2,043
<s> package com . asakusafw . runtime . directio . hadoop ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Random ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . fs . FSDataOutputStream ;...
2,044
<s> package net . sf . sveditor . core . docs ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . co...
2,045
<s> package org . springframework . social . quickstart . config ; import javax . inject . Inject ; import org . springframework . context . annotation . Bean ; import org . springframework . context . annotation . Configuration ; import org . springframework . social . connect . UsersConnectionRepository ; import org ...
2,046
<s> package org . rubypeople . rdt . refactoring . ui . pages ; import java . util . Collection ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . ModifyEvent ; import org . eclipse . swt . events . ModifyListener ; import org . eclipse . swt . graphics . Color ; import org . eclipse . swt . gra...
2,047
<s> package org . rubypeople . rdt . refactoring . core . inlinemethod ; import org . rubypeople . rdt . refactoring . classnodeprovider . IncludedClassesProvider ; import org . rubypeople . rdt . refactoring . documentprovider . DocumentProvider ;
2,048
<s> package org . oddjob . doclet ; import java . util . ArrayList ; import java . util . List ; import org . oddjob . arooa . parsing . QTag ; public class PageData { private final QTag name ; private final String fileName ; private String firstSentence ; private String description ; private final List < String
2,049
<s> package org . springframework . social . google . api . tasks ; import java . util . Date ; import org . springframework . social . google . api . query . ApiQueryBuilder ; import org . springframework . social . google . api . query . QueryBuilder ; public interface TaskQueryBuilder extends ApiQueryBuilder < TaskQ...
2,050
<s> package de . fuberlin . wiwiss . d2rq . vocab ; import com . hp . hpl . jena . rdf . model . Model ; import com . hp . hpl . jena . rdf . model . ModelFactory ; import com . hp . hpl . jena . rdf . model . Property ; import com . hp . hpl . jena . rdf . model . Resource ; public class VoID { private static Model vo...
2,051
<s> package org . rubypeople . rdt . internal . ui . text . spelling . engine ; import java . util . Set ; public interface ISpellChecker { public void addDictionary ( ISpellDictionary dictionary ) ; public void addListener ( ISpellEventListener listener ) ;
2,052
<s> package br . com . caelum . vraptor . dash . monitor ; import java . lang . management . ManagementFactory ; import java . lang . management . MemoryMXBean ; import java . lang . management . ThreadMXBean ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public class BasicMonitor { private static...
2,053
<s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . ISVDBNamedItem ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBCoverageOptionStmt extends SVDBStmt implements ISVDBNamedItem { public boolea...
2,054
<s> package handson . springbatch ; import static org . junit . Assert . assertEquals ; import org . junit . Assert ; import org . junit . Test ; import org . junit . runner . RunWith ; import org . springframework . batch . core . BatchStatus ; import org . springframework . batch . core . JobExecution ; import org . ...
2,055
<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,056
<s> package fi . koku . services . entity . person . v1 ; import java . util . ArrayList ; import java . util . List ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import fi . koku . KoKuFaultException ; public class PersonService { private static final Logger LOG = LoggerFactory . getLogger ( Per...
2,057
<s> package de . fuberlin . wiwiss . d2rq . sql ; import java . util . regex . Pattern ; public interface Quoter { public abstract String quote ( String s ) ;
2,058
<s> package org . rubypeople . rdt . ui . text . ruby ; import org . jruby . ast . Node ; import org . jruby . ast . RootNode ; public interface IProblemLocation {
2,059
<s> package org . rubypeople . rdt . internal . corext . template . ruby ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . templates . GlobalTemplateVariables ; import org . eclipse
2,060
<s> package org . rubypeople . rdt . internal . formatter . rewriter ; import org . rubypeople . rdt . core . formatter . ReWriteVisitor ; import org . rubypeople . rdt . core . formatter . ReWriterContext ; public class DRegxReWriteVisitor extends ReWriteVisitor {
2,061
<s> package org . rubypeople . rdt . refactoring . core . formatsource ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . editprovider . ReplaceEditProvider ; public class FormattedSourceEditProvider
2,062
<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,063
<s> package net . sf . sveditor . ui . text ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . SVDBItem ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . hierarchy . Clas...
2,064
<s> package org . rubypeople . rdt . refactoring . core . renamemethod ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashSet ; import org . jruby . ast . MethodDefNode ; import org . jruby . ast . Node ; import org . jruby . ast . SymbolNode ; import org . rubypeople . rdt . ...
2,065
<s> package org . oddjob . structural ; import org . oddjob . OddjobException ; public class OddjobChildException extends OddjobException { private static
2,066
<s> package fi . koku . services . entity . family ; import fi . koku . settings . KoKuPropertiesUtil ;
2,067
<s> package net . sf . sveditor . core . db . index . plugin_lib ; import java . io . InputStream ; import java . net . URI ; import java . net . URL ; import org . eclipse . core . filesystem . EFS ; import org . eclipse . core . filesystem . IFileInfo ; import org . eclipse . core . filesystem . IFileStore ; import o...
2,068
<s> package com . aptana . rdt . internal . ui ; import java . util . ArrayList ; import java . util . Collection ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Platform ; import org . ecl...
2,069
<s> package com . asakusafw . compiler . testing ; import java . text . MessageFormat ; import
2,070
<s> package org . oddjob . scheduling ; import junit . framework . TestCase ; import org . oddjob . Helper ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaType ; import org . oddjob ....
2,071
<s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . attr . SVDBDoNotSaveAttr ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBGenerateIf extends
2,072
<s> package com . asakusafw . runtime . stage . directio ; import java . io . IOException ; import org . apache . hadoop . conf . Configurable ; import org . apache . hadoop . mapreduce . Reducer ; import com . asakusafw . runtime . directio . Counter ; import com . asakusafw . runtime . directio . DataFormat ; import ...
2,073
<s> package com . asakusafw . dmdl . java . emitter . driver ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . hamcrest . Matcher ; import org . junit . Before ; import org . junit . Test ; import com . asakusafw . dmdl . java . GeneratorTesterRoot ; public class Proj...
2,074
<s> package org . oddjob . designer . components ; import java . util . Map ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Helper ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaPar...
2,075
<s> package org . oddjob . monitor . action ; import junit . framework . TestCase ; import org . oddjob . Loadable ; import org . oddjob . monitor . model . MockExplorerContext ; import org . oddjob . util . MockThreadManager ; import org . oddjob . util . ThreadManager ; public class LoadActionTest extends TestCase { ...
2,076
<s> package com . asakusafw . bulkloader . exception ; public class BulkLoaderReRunnableException extends Exception { private Class < ? > clazz ; private String messageId ; private Object [ ] messageArgs ; private static final long serialVersionUID = 1L ; public BulkLoaderReRunnableException ( Throwable
2,077
<s> package net . sf . sveditor . core . tests . indent ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . log . LogFactory ; import net . sf . sveditor . core . log . LogHandle ; import junit . framework . TestCase ; public class IndentComparator { public static void com...
2,078
<s> package org . oddjob . script ; import java . io . Reader ; import javax . script . ScriptEngine ; import javax . script . ScriptException ; public class NotPreCompiled implements Evaluatable { private final ScriptEngine engine ; private final Reader reader ; public NotPreCompiled ( ScriptEngine engine , Reader rea...
2,079
<s> package org . rubypeople . rdt . internal . ui . filters ; import org . eclipse . core . resources . IResource ; import org . eclipse . jface . viewers . Viewer ; import org
2,080
<s> package com . asakusafw . dmdl . thundergate . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Collections ; import java . util . List ; import java . util . Set ; import org . junit . Test ; import com . asakusafw . dmdl . thundergate . model . Agg...
2,081
<s> package net . sf . sveditor . ui . editor ; import java . util . ResourceBundle ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . action . MenuManager ; import org . eclipse . jface . action . Separator ; import org . eclipse . ui ...
2,082
<s> package org . rubypeople . rdt . internal . core . search . matching ; import org . rubypeople . rdt . core . search . SearchPattern ; import org . rubypeople . rdt . internal . core . RubyScript ; import org . rubypeople . rdt . internal . core . search . indexing . IIndexConstants ; import org . rubypeople . rdt ...
2,083
<s> package com . asakusafw . compiler . flow . stage ; public class CompiledReduce { private CompiledType reducerType ; private CompiledType combinerTypeOrNull ; public CompiledReduce ( CompiledType reducerType , CompiledType combinerTypeOrNull ) {
2,084
<s> package $ { package } . jobflow ; import $ { package } . modelgen . table . model . ItemInfo ; import com . asakusafw . vocabulary . bulkloader . DbImporterDescription ; public class ItemInfoFromJdbc extends DbImporterDescription {
2,085
<s> package org . oddjob . logging . log4j ; import org . apache . log4j . Appender ; import org . apache . log4j . Level ; import org . apache . log4j . Logger ; import org . apache . log4j . PatternLayout ; import org . apache . log4j . Priority ; import org . oddjob . logging . ArchiveNameResolver ; import org . odd...
2,086
<s> package org . oddjob . framework ; import java . net . URL ; import junit . framework . TestCase ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaParser ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . convert . ArooaConversionException ; import or...
2,087
<s> package org . oddjob . state ; import org . oddjob . images . IconHelper ; import org . oddjob . persist . Persistable ;
2,088
<s> package org . oddjob . values ; import java . util . concurrent . BlockingQueue ; import java . util . concurrent . LinkedBlockingQueue ; import junit . framework . TestCase ; import org . oddjob . FailedToStopException ; import org . oddjob . Helper ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLook...
2,089
<s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBModIfcClassParam extends SVDBItem { public SVDBExpr fDefault ; public SVDBTypeInfo fDefaultType ; public SVDBModIfcClassParam ( ) { super ( "" , SVDBItemType . ModIfcClassParam ) ; } public SVDBModI...
2,090
<s> package net . ggtools . grand . ui . prefs ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . LinkedList ; import java . util . List ; import org . eclipse . draw2d . ColorConstants ; import org . eclipse . jface . preference . ColorFieldEditor ; import org . eclipse . jface . p...
2,091
<s> package org . rubypeople . rdt . internal . ui . util ; import java . util . Comparator ; import org . eclipse . core . runtime . Assert ; public class TwoArrayQuickSorter { private Comparator fComparator ; public static final class StringComparator implements Comparator < String > { private boolean fIgnoreCase ; S...
2,092
<s> package net . sf . sveditor . core . db . persistence ; import java . io . DataInput ; import java . io . DataOutput ; import java . util . Set ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBItemType ;...
2,093
<s> package org . rubypeople . rdt . ui . rubyeditor ; import org . eclipse . ui . views . contentoutline . IContentOutlinePage ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . ISourceReference ; import org . rubypeople . rdt . internal . ui . rubyeditor . RubyAbstractEdito...
2,094
<s> package com . asakusafw . compiler . fileio . flow ; import static com . asakusafw . vocabulary . flow . util . CoreOperators . * ; import com . asakusafw . compiler . fileio . external . Ex1MockExporterDescription ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . compiler . file...
2,095
<s> package com . asakusafw . compiler . windgate . testing . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . windgate . testing . io . Si...
2,096
<s> package net . sf . sveditor . core . templates ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import net . sf . sveditor . core . Tuple ; public class TemplateInfo { private String fId ; private String fName ; private String fCategoryI...
2,097
<s> package com . asakusafw . dmdl . semantics . trait ; import java . util . List ; import com . asakusafw . dmdl . model . AstNode ; import com . asakusafw . dmdl . semantics . ModelSymbol ; import com . asakusafw . dmdl . semantics . Trait ; public class ProjectionsTrait implements Trait < ProjectionsTrait > { priva...
2,098
<s> package com . asakusafw . testdriver . core ; public class ModelVerifierDriver < T > implements VerifyRule { private final ModelVerifier < ? super T > verifier ; private final DataModelDefinition < ? extends T > definition ; public ModelVerifierDriver ( ModelVerifier < ? super T > verifier , DataModelDefinition < ?
2,099
<s> package com . asakusafw . windgate . core . resource ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . NavigableMap ; import java . util . Properties...