id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
2,100
<s> package com . asakusafw . dmdl . thundergate . emitter ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; public class AstBuilderTest { @ Test public void toDmdlName ( ) { assertThat ( AstBuilder . toDmdlName ( "HELLO" ) . identifier , is ( "hello" )...
2,101
<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,102
<s> package com . sun . tools . hat . internal . lang . jruby ; import com . google . common . base . Charsets ; import com . sun . tools . hat . internal . lang . Models ; import com . sun . tools . hat . internal . lang . ScalarModel ; import com . sun . tools . hat . internal . model . JavaInt ; import com . sun . t...
2,103
<s> package com . asakusafw . cleaner . common ; public final class MessageIdConst { public static final String CMN_PROP_CHECK_ERROR = "" ; public static final String LCLN_START = "" ; public static final String LCLN_EXIT_SUCCESS = "" ; public static final String LCLN_EXIT_WARNING = "" ; public static final String LCLN...
2,104
<s> package org . rubypeople . rdt . internal . ui . actions ; import java . util . ResourceBundle ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . text . ITextOperatio...
2,105
<s> package net . sf . sveditor . ui . svcp ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . ISVDBNamedItem ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . SVDBFunction ; import net . sf . sveditor . core . db . SVDBI...
2,106
<s> package org . oddjob . persist ; import org . oddjob . Structural ; import org . oddjob . arooa . life . ComponentPersister ; import org . oddjob . framework . SimpleJob ; import org . oddjob . structural . ChildHelper ; import org . oddjob . structural . StructuralListener ; public class ArchiveBrowserJob extends ...
2,107
<s> package org . rubypeople . eclipse . shams . resources ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IResourceProxy ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Qu...
2,108
<s> package org . rubypeople . rdt . refactoring . tests . core . convertlocaltofield ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . convertlocaltofield . LocalToFieldConditio...
2,109
<s> package org . oddjob . jmx . server ; import java . io . File ; import java . util . HashMap ; import java . util . Map ; import javax . management . remote . rmi . RMIConnectorServer ; import javax . rmi . ssl . SslRMIClientSocketFactory ; import javax . rmi . ssl . SslRMIServerSocketFactory ; import org . oddjob ...
2,110
<s> package com . asakusafw . compiler . flow ; public interface Compilable < T > { boolean isCompiled ( ) ; T getCompiled ( ) ; void setCompiled ( T object ) ; class Trait < T > implements Compilable < T > { private T compiled ; @
2,111
<s> package com . lmax . disruptor . support ; import com . lmax . disruptor . collections . Histogram ; import java . util . concurrent . BlockingQueue ; public final class LatencyStepQueueConsumer implements Runnable { private final FunctionStep functionStep ; private final BlockingQueue < Long > inputQueue ; private...
2,112
<s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . Collections ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . algebra . AliasMap ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; import de . fuberlin ...
2,113
<s> package org . rubypeople . rdt . internal . ui . preferences ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . IdentityHashMap ; import java . util . List ; import java . util . Map ; import java . util . StringTokenizer ; import org . eclipse . core . resources . IProject ; imp...
2,114
<s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . algebra . AliasMap ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; import de . fuberlin . wiwiss . d2rq . sql . ConnectedDB...
2,115
<s> package net . ggtools . grand . ui . actions ; import java . util . Collection ; import java . util . Iterator ; import java . util . LinkedList ; import java . util . List ; import net . ggtools . grand . filters . GraphFilter ; import net . ggtools . grand . filters . NodeRemoverFilter ; import net . ggtools . gr...
2,116
<s> package org . rubypeople . rdt . refactoring . core . renamefield ; import java . util . ArrayList ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . core . renamefield . fielditems . AttrFieldItem ; import org ...
2,117
<s> package com . asakusafw . dmdl . parser ; import java . io . PrintWriter ; import java . text . MessageFormat ; import java . util . Iterator ; import java . util . LinkedList ; import com . asakusafw . dmdl . model . * ; public final class DmdlEmitter { public static void emit ( AstNode node , PrintWriter output )...
2,118
<s> package de . fuberlin . wiwiss . d2rq . mapgen ; public class FilterMatchColumn extends Filter { private final IdentifierMatcher schema ; private final IdentifierMatcher table ; private final IdentifierMatcher column ; private boolean matchParents ; public FilterMatchColumn ( IdentifierMatcher schema , IdentifierMa...
2,119
<s> package handson . springbatch ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import org . springframework . batch . core . StepContribution ; import org . springframework . batch . core . scope . context . ChunkContext ; import org . springframework . batch . core . step . tasklet . Tasklet ; ...
2,120
<s> package net . sf . sveditor . core . tests . parser ; import net . sf . sveditor . core . SVCorePlugin ; import junit . framework . TestCase ; public
2,121
<s> package org . oddjob . schedules ; import java . io . Serializable ; import java . util . Date ; import org . oddjob . arooa . utils . DateHelper ; public class SimpleScheduleResult implements ScheduleResult , Serializable { private static final long serialVersionUID = 2011091500L ; private final Interval interval ...
2,122
<s> package org . oddjob . jmx . general ; import java . lang . management . ManagementFactory ; import javax . management . MBeanServer ; import javax . management . ObjectName ; import junit . framework . TestCase ; import org . oddjob . arooa . beanutils . BeanUtilsPropertyAccessor ; import org . oddjob . arooa . co...
2,123
<s> package net . sf . sveditor . ui . editor ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . content_assist . AbstractCompletionProcessor ; import net . sf . sveditor . core . content_assist . SVCompletionProposal ; i...
2,124
<s> package org . oddjob . swing ; import java . io . File ; import javax . swing . JFileChooser ; import javax . swing . JFrame ; import javax . swing . UIManager ; import org . oddjob . framework . SerializableJob ; public class ChooseFile extends SerializableJob { private static final long
2,125
<s> package net . ggtools . grand . ui . graph ; import java . util . Iterator ; import java . util . LinkedList ; import net . ggtools . grand . graph . Graph ; import net . ggtools . grand . graph . Node ; import net . ggtools . grand . ui . Application ; import net . ggtools . grand . ui . GrandUiPrefStore ; import ...
2,126
<s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . MarkerAnnotation ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . NamedType ; import com . asakusafw . utils . ...
2,127
<s> package org . rubypeople . rdt . refactoring . tests . core . inlinelocal ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . inlinelocal . InlineLocalConditionChecker ; import...
2,128
<s> package com . asakusafw . compiler . directio ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . In ; import com . asakusafw . vocabulary . flow . Out ; public class DualIdentityFlow < A ,
2,129
<s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Attribute ; import com . asakusafw . utils . java . model . syntax . InterfaceDeclaration ; import com . asakusafw . utils . java . model . syntax . Javadoc ; imp...
2,130
<s> package org . rubypeople . rdt . internal . ui . viewsupport ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IResource ; import org . eclipse . jface . action . IStatusLineManager ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . jface ...
2,131
<s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ;
2,132
<s> package org . rubypeople . rdt . internal . ui . text . ruby . hover ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; import java . net . URL ; import org . eclipse . core . runtime . FileLocator ; import org . eclipse . core . runtime . Platform ; import...
2,133
<s> package com . asakusafw . thundergate . runtime . cache ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . File ; import java . text . ParseException ; import java . text . SimpleDateFormat ; import java . util . Cale...
2,134
<s> package com . asakusafw . testdriver . bulkloader ; import com . asakusafw . vocabulary . bulkloader . ColumnOrder ; import com . asakusafw . vocabulary . bulkloader . OriginalName ; import com
2,135
<s> package org . rubypeople . rdt . refactoring . action ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . ui . IEditorActionDelegate ; import org . eclipse . ui . IEditorPart ; import org . eclipse . ui . IWorkbenchWindow ; import org . ec...
2,136
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . lang . reflect . InvocationTargetException ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . jfa...
2,137
<s> package com . asakusafw . runtime . value ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import java . math . BigDecimal ; import java . math . BigInteger ; import java . math . MathContext ; import java . util . Arrays ; import org . apache . hadoop . io . Writabl...
2,138
<s> package org . rubypeople . rdt . refactoring . core . splitlocal ; import java . util . Collection ;
2,139
<s> package com . asakusafw . testdriver . core ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import java . util . ServiceLoader ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; final class Util { static final Logg...
2,140
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import org . eclipse . jface . viewers . ContentViewer ; import org . eclipse . jface . viewers . IBaseLabelProvider ; import org . eclipse . jface . viewers . ILabelProvider ; import org . eclipse . jface . viewers . Viewer ; import org . ecli...
2,141
<s> package com . asakusafw . runtime . stage . collector ; import java . io . IOException ; import org . apache . hadoop . io . Writable ; import org . apache . hadoop . mapreduce . Mapper ; import com . asakusafw . runtime . core . Result ; import com . asakusafw . runtime . stage . output . StageOutputDriver ; publi...
2,142
<s> package org . rubypeople . rdt . internal . codeassist ; import java . lang . reflect . Method ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import java . util . Collections ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List...
2,143
<s> package com . asakusafw . utils . java . model . syntax ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; public enum ModelKind { ALTERNATE_CONSTRUCTOR_INVOCATION ( AlternateConstructorInvocation . class , new PropertyKind [ ] { PropertyKind . CONSTRUCTOR_INVOCATION_TYPE...
2,144
<s> package net . sf . sveditor . core . fileset ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . log . LogFactory ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IW...
2,145
<s> package org . rubypeople . rdt . core ; import java . io . PrintStream ; import java . io . PrintWriter ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IStatus ; import org . rubypeople . rdt . internal . core . RubyModelStatus ; public class RubyModelException exte...
2,146
<s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBModportSimplePort extends SVDBChildItem implements ISVDBNamedItem { public boolean fIsMapped ; public String
2,147
<s> package org . rubypeople . rdt . internal . debug . ui ; import java . util . Hashtable ; import org . eclipse . core . resources . IWorkspace ; import org . eclipse . core . runtime . IConfigurationElement ; import org . eclipse . core . runtime . IExtension ; import org . eclipse . core . runtime . IExtensionPoin...
2,148
<s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . Name ; import com . asakusafw . utils . java . model . syntax . NamedType ;
2,149
<s> package com . asakusafw . windgate . stream ; import java . io . BufferedWriter ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . util . Scanner ; import com . asakusafw . windgate . core . vocabulary . DataMod...
2,150
<s> package com . asakusafw . compiler . operator ; import java . lang . annotation . Annotation ; import java . text . MessageFormat ; import java . util . List ; import java . util . Map ; import java . util . Set ; import javax . annotation . processing . RoundEnvironment ; import javax . lang . model . element . An...
2,151
<s> package info . naturwerk . app ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; import java . net . MalformedURLException ; import java . net . URL ; import java . net . URLConnection ; import org . json . JSONArray ; import org . json . JSONException ; i...
2,152
<s> package com . pogofish . jadt . comments ; import static com . pogofish . jadt . ast . BlockToken . _BlockEOL ; import static com . pogofish . jadt . ast . BlockToken . _BlockWhiteSpace ; import static com . pogofish . jadt . ast . BlockToken . _BlockWord ; import static com . pogofish . jadt . ast . JavaComment . ...
2,153
<s> package com . asakusafw . compiler . operator . processor ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . operator . AbstractOperatorProcessor ; import com . asakusafw . compiler . operator . ExecutableAn...
2,154
<s> package net . ggtools . grand . ui ; import java . io . File ; import java . io . IOException ; import java . util . Collection ; import java . util . Collections ; import java . util . HashSet ; import java . util . Iterator ; import java . util . LinkedList ; import java . util . List ; import java . util . Prope...
2,155
<s> package org . oddjob . jmx ; import org . oddjob . arooa . reflect . ArooaPropertyException ; import org . oddjob . arooa . registry . Address ; import org . oddjob . arooa . registry . BeanDirectory ; import org . oddjob . arooa . registry . BeanDirectoryOwner ; import org . oddjob . arooa . registry . Path ; impo...
2,156
<s> package com . asakusafw . runtime . io . csv ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . ByteArrayInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . math . BigDecimal ; import java . util . Arrays ; import jav...
2,157
<s> package com . asakusafw . yaess . core . task ; import java . io . IOException ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yaess . core . ExecutionMonitor ; import com . asakusafw . yaess . core . ExecutionScriptHandler ; public class CleanupJob extends HandlerLifecycleJob ...
2,158
<s> package org . rubypeople . rdt . refactoring . tests . core . extractconstant ; import junit . framework . TestSuite ; import org . rubypeople . rdt . refactoring . tests . FileTestSuite ; import org . rubypeople . rdt . refactoring . tests . core . extractconstant . conditionchecks . TS_ExtractConstantChecks ; pub...
2,159
<s> package test . modelgen . io ; import java . io . IOException ; import test . modelgen . model . Bar ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class BarModelOutput implements ModelOutput < Bar > { private final RecordEmitter emitter ...
2,160
<s> package net . sf . sveditor . core . tests . index . persistence ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . PrintStream ; import java . util . List ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . c...
2,161
<s> package com . pogofish . jadt . sink ; import static com . pogofish . jadt . util . TestUtil . assertEqualsBarringFileSeparators ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . assertTrue ; import java . io . File ;
2,162
<s> package net . sf . sveditor . core . db . utils ; import java . util . ArrayList ; import java . util . Comparator ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Map . Entry ; import java . util . Set ; import net . sf . sveditor . core . db . ISVDBChild...
2,163
<s> package org . rubypeople . rdt . internal . debug . ui . launcher ; import org . eclipse . debug . ui . AbstractLaunchConfigurationTabGroup ; import org . eclipse . debug . ui . CommonTab ; import org . eclipse . debug . ui . EnvironmentTab ; import org . eclipse . debug . ui . ILaunchConfigurationDialog ; import o...
2,164
<s> package org . rubypeople . rdt . ui . search ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; public interface IQueryParticipant { void search (
2,165
<s> package org . oddjob ; import java . io . IOException ; import java . util . concurrent . atomic . AtomicReference ; import org . apache . log4j . Logger ; import org . custommonkey . xmlunit . XMLTestCase ; import org . custommonkey . xmlunit . XMLUnit ; import org . oddjob . arooa . ArooaConfiguration ; import or...
2,166
<s> package net . ggtools . grand . ui . graph ; import java . util . Collection ; import net . ggtools . grand . ui . graph . draw2d . Draw2dNode ; public interface SelectionManager { void addListener ( GraphListener listener ) ; void deselectAllNodes ( ) ; void deselectNode ( Draw2dNode node ) ; Collection < Draw2dNo...
2,167
<s> package og . android . tether ; import java . io . IOException ; import java . util . ArrayList ; import com . google . analytics . tracking . android . EasyTracker ; import og . android . tether . system . Configuration ; import android . R . drawable ; import android . app . AlertDialog ; import android . app . D...
2,168
<s> package org . rubypeople . rdt . refactoring . core . inlinelocal ; import java . util . HashMap ; import java . util . Map ; import org . jruby . ast . Node ; import org . jruby . lexer . yacc . ISourcePosition ; import org . rubypeople . rdt . core . formatter . EditableFormatHelper ; import org . rubypeople . rd...
2,169
<s> package org . rubypeople . rdt . refactoring . tests . core . movemethod ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . movemethod . MethodMover ; import org . rubypeople ...
2,170
<s> package org . oddjob . values ; import org . oddjob . arooa . ArooaAnnotations ; import org . oddjob . arooa . ArooaBeanDescriptor ; import org . oddjob . arooa . ArooaConstants ; import org . oddjob . arooa . ConfiguredHow ; import org . oddjob . arooa . ParsingInterceptor ; import org . oddjob . arooa . deploy . ...
2,171
<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,172
<s> package org . rubypeople . rdt . internal . formatter ; import java . io . IOException ; import java . io . InputStream ; import javax . xml . parsers . FactoryConfigurationError ; import javax . xml . parsers . ParserConfigurationException ; import org . rubypeople . rdt . core
2,173
<s> package org . apache . camel . example . reportincident ; import org . apache . camel . builder . RouteBuilder ; public class ReportIncidentRoutes extends RouteBuilder { public void configure ( ) throws Exception
2,174
<s> package net . sf . sveditor . core . tests . srcgen ; import net . sf . sveditor . core . db . index . SVDBIndexCollection ; import net . sf . sveditor . core . tests . SVDBStringDocumentIndex ; import junit . framework . Test ; import junit . framework . TestSuite ; public class SrcGenTests extends TestSuite { pub...
2,175
<s> package net . sf . sveditor . core . db . search ; import net . sf . sveditor . core . db . ISVDBNamedItem ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBFindPackageDefaultNameMatcher implements ISVDBFindNameMatcher { static SVDBFindPackageDefaultNameMatcher fDefault ; public boolean mat...
2,176
<s> package com . asakusafw . dmdl . model ; import java . util . LinkedList ; import com . asakusafw . dmdl . Region ; public class AstQualifiedName extends AbstractAstNode implements AstName { private final Region region ; public final AstName qualifier ; public final AstSimpleName simpleName ; public AstQualifiedNam...
2,177
<s> package com . asakusafw . runtime . stage . output ; import java . io . IOException ; import java . lang . reflect . Method ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . HashMap ; import java . util ....
2,178
<s> package com . asakusafw . compiler . bulkloader ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . In ; import com . asakusafw . vocabulary . flow . Out ; public class DualIdentityFlow < T > extends FlowDescription { private In < T > in1 ; private In < T > ...
2,179
<s> package com . asakusafw . compiler . flow . visualizer ; import java . util . UUID ; import com . asakusafw . compiler . common . Precondition ; public class VisualLabel implements VisualNode { private final UUID
2,180
<s> package org . oddjob . designer . components ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . SimpleDesignProperty ; import org . oddjob . arooa . design . S...
2,181
<s> package net . sf . sveditor . ui . wizards . templates ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import net . sf . sveditor . core . StringInputStream ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; impor...
2,182
<s> package org . rubypeople . rdt . internal . ui . infoviews ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . action . IMenuListener ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . action . I...
2,183
<s> package com . asakusafw . dmdl . directio . common . driver ; import java . io . IOException ; import java . io . PrintWriter ; import java . util . List ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . java . jsr199 . testing . VolatileJavaFile ; import com . asakusafw . ut...
2,184
<s> package org . springframework . samples . petclinic ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import javax . persistence . Basic ; import javax . persistence . CascadeType ; import javax . persistence ....
2,185
<s> package com . team1160 . scouting . frontend . resourcePackets ; import java . awt . CardLayout ; import java . awt . Container ; public class CardLayoutPacket { protected CardLayout layout ; protected Container parent ; public CardLayoutPacket ( Container parent ) { layout = new CardLayout ( ) ; this . parent = pa...
2,186
<s> package net . bioclipse . opentox . test ; import net . bioclipse . managers . business . IBioclipseManager ; import org . junit . BeforeClass ; public class JavaOpentoxManagerPluginTest extends AbstractOpentoxManagerPluginTest { @ BeforeClass
2,187
<s> package com . asakusafw . compiler . flow . processor . operator ; import java . util . List ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . runtime . core . Result ; import com . asakusafw . vocabulary . model . Key ; import com . asakusafw . vocabulary . operator . Co...
2,188
<s> package org . rubypeople . rdt . internal . ui . dialogs ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . util . Assert ; import org . eclipse . jface . viewers . ILabelProvider ; import org . eclipse . swt . SWT ; import ...
2,189
<s> package org . rubypeople . rdt . internal . ui . preferences ; import java . util . Set ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . dialogs . IDialogSettings ; import ...
2,190
<s> package com . asakusafw . windgate . hadoopfs . temporary ; import java . io . EOFException ; import java . io . IOException ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . windgate . core . resource . SourceDriver ; ...
2,191
<s> package com . asakusafw . dmdl . thundergate . emitter ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . math . BigDecimal ; import org . apache . hadoop . io . Text ; import org . hamcrest . Matcher ; import org . junit . Before ; import org . junit . Test ; imp...
2,192
<s> package com . asakusafw . compiler . testing . flow ; import com . asakusafw . compiler . flow . testing . external . Ex1MockImporterDescription ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . operator . ExOperatorFactory ; import com . asaku...
2,193
<s> package org . oddjob . describe ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; @ Retention ( RetentionPolicy . RUNTIME ) @ Target ( {
2,194
<s> package org . oddjob . framework ; import java . util . ArrayList ; import java . util . List ; import java . util . concurrent . CountDownLatch ; import junit . framework . TestCase ; import org . oddjob . arooa . life . ComponentPersistException ; import org . oddjob . persist . Persistable ; import org . oddjob ...
2,195
<s> package de . fuberlin . wiwiss . d2rq . helpers ; import de . fuberlin . wiwiss . d2rq . D2RQException ; import de . fuberlin . wiwiss . d2rq . D2RQTestSuite ; import de . fuberlin . wiwiss . d2rq . map . Database ; import de . fuberlin . wiwiss . d2rq . map . Mapping ; import de . fuberlin . wiwiss . d2rq . parser...
2,196
<s> package org . oddjob . oddballs ; import java . io . File ; import java . util . ArrayList ; import java . util . List ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . OurDirs ; import org . oddjob . jobs . ExecJob ; import org . oddjob . logging . LogEvent ; impo...
2,197
<s> package org . rubypeople . rdt . internal . ui . packageview ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . r...
2,198
<s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . SVDBCovergroup . BinsKW ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBCoverpointBins extends SVDBItem { public enum BinsType { OpenRangeList , TransList , Default , DefaultSeq } ; public boolean fWildc...
2,199
<s> package com . asakusafw . compiler . operator ; import java . lang . annotation . Documented ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import com . asakusafw .