id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
1,500
<s> package org . rubypeople . rdt . internal . debug . core . commands ; import java . io . IOException ; import org . rubypeople . rdt . internal . debug . core . DebuggerNotFoundException ; import org . rubypeople . rdt . internal . debug . core . parsing . AbstractReadStrategy ; import org . rubypeople . rdt . inte...
1,501
<s> package edsdk ; import com . sun . jna . NativeLong ; import com . sun . jna . Structure ; public class EdsVolumeInfo extends Structure { public NativeLong storageType ; public int access ; public long maxCapacity ; public long freeSpaceInBytes ; public byte [ ] szVolumeLabel = new byte [ ( 256 ) ] ; public EdsVolu...
1,502
<s> package com . asakusafw . testtools ; import java . util . HashMap ; import java . util . Map ; public enum RowMatchingCondition { EXACT ( "-UNK-" ) , PARTIAL ( "-UNK-" ) , NONE ( "-UNK-" ) ; private String japaneseName ; private RowMatchingCondition ( String japaneseName ) { this . japaneseName = japaneseName ; } ...
1,503
<s> package com . asakusafw . yaess . basic ; import java . io . IOException ; import java . util . Collections ; import java . util . HashMap ; import java . util . Map ; import org . junit . Test ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yaess . core . ExecutionMonitor ; im...
1,504
<s> package com . pogofish . jadt . source ; import static com . pogofish . jadt . util . TestUtil . assertEqualsBarringFileSeparators ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . fail ; import java . io . BufferedReader ; import java . io . BufferedWriter ; import java . i...
1,505
<s> package net . ggtools . grand . ui . actions ; import net . ggtools . grand . filters . GraphFilter ; import net . ggtools . grand . filters . ToNodeFilter ; import net . ggtools . grand . ui . graph . GraphControlerListener ; import net . ggtools . grand . ui . graph . GraphControlerProvider ; import net . ggtools...
1,506
<s> package br . com . caelum . vraptor . dash . monitor ; import java . lang . reflect . Field ; import java . util . EnumSet ; import net . vidageek . mirror . dsl . Mirror ; import br . com . caelum . vraptor . http . route . FixedMethodStrategy ; import br . com . caelum . vraptor . http . route . Route ; import br...
1,507
<s> package com . asakusafw . utils . java . parser . javadoc ; import java . util . ArrayList ; import java . util . Collections ; import java . util . EnumSet ; import java . util . List ; import java . util . Set ; import com . asakusafw . utils . java . internal . parser . javadoc . ir . IrDocBasicType ; import com...
1,508
<s> package com . asakusafw . runtime . directio . hadoop ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import org . junit . Test ; import com . as...
1,509
<s> package org . rubypeople . rdt . ui . actions ; import java . util . Iterator ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . action . IMenuManager ; import org . eclipse . jface . action . MenuManager ; import org . eclipse . jface . action . Separator ; import org . eclipse . jf...
1,510
<s> package com . lmax . disruptor . support ; import java . util . concurrent . BlockingQueue ; public final class FizzBuzzQueueConsumer implements Runnable { private final FizzBuzzStep fizzBuzzStep ; private final BlockingQueue < Long > fizzInputQueue ; private final BlockingQueue < Long > buzzInputQueue ; private fi...
1,511
<s> package org . rubypeople . rdt . internal . cheatsheets . webservice ; import java . io . File ; import java . io . FileInputStream ; import java . io . InputStream ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . runtime . Path ; import org . eclipse . jface . action . Action ; imp...
1,512
<s> package org . rubypeople . rdt . internal . debug . core . commands ; import org . rubypeople . rdt . internal . debug . core . parsing . AbstractReadStrategy ; import org . rubypeople . rdt . internal . debug . core . parsing . EvalReader ; import org . rubypeople . rdt . internal . debug . core . parsing . XmlStr...
1,513
<s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Map ; import java . util . Set ; import junit . framework . TestCase ; import de . fuberlin . wiwiss . d2rq . algebra . A...
1,514
<s> package org . rubypeople . rdt . internal . formatter ; import java . io . PrintWriter ; public class Indentor { private int indentation ; private int indentationSteps ; private char indentationChar ; public Indentor ( int indentationSteps , char indentationChar ) { this . indentationSteps = indentationSteps ; this...
1,515
<s> package org . oddjob . persist ; import java . io . Serializable ; import java . util . ArrayList ; import java . util . List ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . life . ComponentPersistException ; import org . oddjob . arooa . life . Co...
1,516
<s> package com . asakusafw . yaess . jsch ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . util . Arrays ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . ...
1,517
<s> package com . asakusafw . vocabulary . batch ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . JobFlow ; @ JobFlow ( name = "testing1" ) public
1,518
<s> package com . asakusafw . dmdl . directio . sequencefile . driver ; import java . util . Map ; import com . asakusafw . dmdl . directio . sequencefile . driver . SequenceFileFormatTrait . Configuration ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model . AstAttributeEleme...
1,519
<s> package com . asakusafw . compiler . flow . stage ; import java . text . MessageFormat ; import java . util . List ; import com . asakusafw . compiler . common . JavaName ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . Compilable ; import com . asakusafw . co...
1,520
<s> package com . mcbans . firestar . mcbans . callBacks ; import java . util . HashMap ; import org . bukkit . ChatColor ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firestar . mcbans . request . JsonHandler ; public
1,521
<s> package org . rubypeople . rdt . ui . text . ruby ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . core . IRubyScript ; public interface IQuickFixProcessor { boolean hasCorrections
1,522
<s> package com . asakusafw . compiler . flow . external ; import java . util . List ; import java . util . ListIterator ; import java . util . Map ; import java . util . Set ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . common . Precondition ; import com . asa...
1,523
<s> package com . asakusafw . yaess . basic ; import java . io . IOException ; import java . util . concurrent . BlockingQueue ; import java . util . concurrent . Callable ; import java . util . concurrent . FutureTask ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . yaess ....
1,524
<s> package com . lmax . disruptor . support ; import org . jmock . api . Action ; import org . jmock . api . Invocation ; import org . jmock . lib . action . CustomAction ; import java . util . concurrent . CountDownLatch ; public final class Actions { public static Action countDown ( final CountDownLatch latch ) { re...
1,525
<s> package org . rubypeople . rdt . refactoring . editprovider ; import org . jruby . ast . Node ; public class SimpleNodeEditProvider extends ReplaceEditProvider { private final Node node ; public SimpleNodeEditProvider ( Node node ) { this . node = node ; } @ Override protected int getOffsetLength ( ) { return node ...
1,526
<s> package org . oddjob . arooa . types ; import java . io . IOException ; import org . custommonkey . xmlunit . XMLTestCase ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . reflect . ArooaPropertyExce...
1,527
<s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import java . net . URI ; public
1,528
<s> package com . asakusafw . yaess . core ; import java . io . IOException ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public abstract class ExecutionLockProvider implements Service { static final Logger LOG = LoggerFactory . getLogger ( ExecutionLockProvid...
1,529
<s> package org . rubypeople . rdt . internal . core . pmd ; import java . util . Comparator ; import java . util . Iterator ; import java . util . Set ; import java . util . TreeSet ; public class Match implements Comparable { private int tokenCount ; private int lineCount ; private Set < TokenEntry > markSet = new Tr...
1,530
<s> package org . rubypeople . rdt . refactoring . core . movemethod ; import org . jruby . ast . Node ; import org . jruby . ast . SelfNode ; import org . rubypeople . rdt . refactoring . core . NodeFactory ; import org . rubypeople . rdt . refactoring . editprovider . ReplaceEditProvider ; import org . rubypeople . r...
1,531
<s> package org . rubypeople . rdt . refactoring . core . inlinemethod ; import org . eclipse . text . edits . ReplaceEdit ; import org . eclipse . text . edits . TextEdit ; import org . jruby . ast . AssignableNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . editprovider . EditPro...
1,532
<s> package org . oddjob . scheduling ; import org . oddjob . arooa . registry . SimpleBeanRegistry ; import junit . framework . TestCase ; public class JobTokenTest extends TestCase { public void test1 ( ) { Object job = new Object ( ) ; JobToken jobToken = JobToken . create ( null , job ) ; assertEquals ( job . toStr...
1,533
<s> package com . asakusafw . testdriver ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import java . net . URISyntaxException ; import java . util . List ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . testdriver . core . DataModelSi...
1,534
<s> package org . oddjob . monitor . view ; import java . awt . Component ; import javax . swing . ImageIcon ; import javax . swing . JTree ; import javax . swing . tree . DefaultTreeCellRenderer ; import org . oddjob . monitor . model . JobTreeNode ; public class JobTreeCellRenderer extends DefaultTreeCellRenderer { p...
1,535
<s> package org . oddjob . monitor . action ; import javax . swing . KeyStroke ; import org . oddjob . Loadable ; import org . oddjob . monitor . Standards ; import org . oddjob . monitor . context . ExplorerContext ; import org . oddjob . monitor . model . JobAction ; import org . oddjob . util . ThreadManager ; publi...
1,536
<s> package org . oddjob . script ; import java . io . StringReader ; import javax . script . Invocable ; import javax . script . ScriptException ; import junit . framework . TestCase ; public class ScriptCompilerTest extends TestCase { public void testCompile ( ) throws ScriptException { ScriptCompiler test = new Scri...
1,537
<s> package com . pogofish . jadt . emitter ; import java . util . List ; import com . pogofish . jadt . ast . Constructor ; import com . pogofish . jadt . sink . Sink ; public class DummyClassBodyEmitter implements ClassBodyEmitter { @ Override public void constructorFactory ( Sink sink , String dataTypeName , String ...
1,538
<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 . Column ; import javax . persistence . Enti...
1,539
<s> package com . pogofish . jadt . maven ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . fail ; import java . io . File ; import java . util . Collections ; import org . apache . maven . plugin . MojoExecutionException ; import org . apache . maven . project . MavenProject ; ...
1,540
<s> package com . asakusafw . compiler . repository ; import java . text . MessageFormat ; import com . asakusafw . compiler . common . JavaName ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . DataClass ; import com . asakusafw . runtime . value . ValueOption ; i...
1,541
<s> package net . sf . sveditor . core . db . expr ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBPropertyCaseStmt extends SVDBExpr { public SVDBExpr fExpr ; public List < SVDBPropertyCaseItem > fItemList ; public SVDBPropertyCaseS...
1,542
<s> package org . rubypeople . rdt . core ; import org . eclipse . core . runtime . IPath ; public interface ILoadpathContainer { int K_APPLICATION = 1 ; int K_SYSTEM = 2 ; int K_DEFAULT_SYSTEM = 3 ; ILoadpathEntry [
1,543
<s> package com . asakusafw . windgate . hadoopfs . ssh ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; import java . text . MessageFormat ; public final class StdoutEscapeMain { static { StdioHelper . load ( ) ; } private StdoutEscapeMain ( ) { return ; } public sta...
1,544
<s> package com . mcbans . firestar . mcbans . org . json ; public class Cookie { public static String escape ( String string ) { char c ; String s = string . trim ( ) ; StringBuffer sb = new StringBuffer ( ) ; int length = s . length ( ) ; for ( int i = 0 ; i < length ; i += 1 ) { c = s . charAt ( i ) ; if ( c < ' ' |...
1,545
<s> package org . rubypeople . rdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . core . IMember ; import org . rubypeople . rdt . core . IParent ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core ...
1,546
<s> package org . rubypeople . rdt . internal . core . builder ; import junit . framework . Test ; import junit . framework . TestSuite ;
1,547
<s> package de . fuberlin . wiwiss . d2rq . functional_tests ; import com . hp . hpl . jena . datatypes . xsd . XSDDatatype ; import com . hp . hpl . jena . rdf . model . AnonId ; import com . hp . hpl . jena . sparql . vocabulary . FOAF ; import com . hp . hpl . jena . vocabulary . DC ; import com . hp . hpl . jena . ...
1,548
<s> package org . rubypeople . rdt . internal . debug . ui . actions ; import org . eclipse . debug . core . DebugException ; import org . eclipse . debug . core . model . IValue ; import org . eclipse . debug . core . model . IVariable ; import org . eclipse . swt . widgets . Display ; import org . rubypeople . rdt . ...
1,549
<s> package com . asakusafw . compiler . flow ; import java . util . List ; import java . util . Map ; import com . asakusafw . compiler . common . NameGenerator ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . java . m...
1,550
<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 . e...
1,551
<s> package com . asakusafw . testdata . generator . excel ; import static com . asakusafw . dmdl . util . CommandLineUtils . * ; import java . io . File ; import java . io . IOException ; import java . nio . charset . Charset ; import java . text . MessageFormat ; import java . util . Arrays ; import java . util . Lis...
1,552
<s> package com . asakusafw . windgate . core . resource ; import java . io . Closeable ; import java . io . IOException ; import com . asakusafw . windgate . core . GateScript ; import com . asakusafw . windgate . core . ProcessScript ; public abstract class ResourceMirror implements Closeable { public abstract String...
1,553
<s> package org . oddjob . values ; import java . util . Map ; import junit . framework . TestCase ; import org . apache . commons . beanutils . DynaBean ; import org . apache . commons . beanutils . PropertyUtils ; import org . apache . log4j . Logger ; import org . oddjob . ConsoleCapture ; import org . oddjob . Help...
1,554
<s> package com . fredbrunel . android . twitter ; import android . os . Handler ; import android . os . Message ; import jtwitter . TwitterConnection ; import jtwitter . TwitterConnectionException ; import jtwitter . TwitterResponse ; public class TwitterService { public static final int RESPONSE_OK = 0 ; public stati...
1,555
<s> package de . fuberlin . wiwiss . pubby . negotiation ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; public class MediaRangeSpec { private final static Pattern tokenPattern ; private final...
1,556
<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 . etc . FileAttribute ; import org . oddjob . arooa . design . sc...
1,557
<s> package org . rubypeople . rdt . internal . ui . compare ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . compare . contentmergeviewer . ITokenComparator ; import org . eclipse . compare . rangedifferencer . IRangeComparator ; import org . eclipse . core . runtime . Assert ; imp...
1,558
<s> package com . asakusafw . compiler . flow . processor ; import java . util . List ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . flow . RendezvousProcessor ; import com . asakusafw . utils . collections . Lists ; import com . asakusafw . utils . java . model . sy...
1,559
<s> package hudson . jbpm . hibernate ; import hudson . model . Hudson ; import hudson . model . Job ; import hudson . model . Run ; import org . jbpm . context . exe . Converter ; public class RunToStringConverter implements Converter { private static final long serialVersionUID = 1L ; public boolean supports ( Object...
1,560
<s> package net . sf . sveditor . ui . pref ; import java . util . HashMap ; import java . util . Map ; import net . sf . sveditor . core . XMLTransformUtils ; import net . sf . sveditor . core . templates . DefaultTemplateParameterProvider ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . core . ...
1,561
<s> package com . aptana . rdt . internal . ui . actions ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . jobs . Job ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . dialogs . MessageD...
1,562
<s> package com . asakusafw . compiler . repository ; import java . lang . annotation . Annotation ; import java . util . Map ; import java . util . ServiceLoader ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . com...
1,563
<s> package com . asakusafw . compiler . flow ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . vocabulary . flow . JobFlow ; import com .
1,564
<s> package org . rubypeople . rdt . internal . corext . util ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStreamReader ; import java . io . OutputStream ; import java . util . Collection ; import java . u...
1,565
<s> package org . rubypeople . rdt . internal . compiler . util ; import org . rubypeople . rdt . internal . core . util . CharOperation ; public final class HashtableOfObject implements Cloneable { public char [ ] keyTable [ ] ; public Object valueTable [ ] ; public int elementSize ; int threshold ; public HashtableOf...
1,566
<s> package org . oddjob . state ; import org . oddjob . Structural ; public class WorstStateOp implements StateOperator { @ Override public ParentState evaluate ( State ... states ) { new AssertNonDestroyed ( ) . evaluate ( states ) ; ParentState state = ParentState . READY ; if ( states . length > 0 ) { state = new P...
1,567
<s> package net . sf . sveditor . core ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; public class StringIterableIterator implements Iterable < String > , Iterator < String > { private List < Iterable < String > > fIterables ; private int fIterableIdx ; private Iterator <...
1,568
<s> package org . rubypeople . rdt . internal . debug . ui . preferences ; import org . eclipse . swt . SWT ; import org . eclipse . swt . layout . GridData ; import org . eclipse . swt . layout . GridLayout ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Control ; import org...
1,569
<s> package org . rubypeople . rdt . internal . debug . core . breakpoints ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . debug . core . DebugPlugin ; import org . eclipse . debug . core . model . Breakpoint ; import org . rubypeople . rdt . debug . core . RdtDebugModel ; public abstra...
1,570
<s> package org . rubypeople . rdt . debug . core . tests ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; public class OutputRedirectorThread extends Thread { private InputStream inputStream ; private String lastLine = "No ou...
1,571
<s> package com . asakusafw . bulkloader . bean ; import com . asakusafw . bulkloader . common . ExportTempTableStatus ; public class ExportTempTableBean { private String jobflowSid ; private String exportTableName ; private String temporaryTableName ; private String duplicateFlagTableName = null ; private ExportTempTa...
1,572
<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...
1,573
<s> package com . asakusafw . dmdl . java . emitter . driver ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import org . hamcrest . BaseMatcher ; import org . hamcrest . Description ; import org . hamcrest . Matcher ; import org . junit . Before ; ...
1,574
<s> package com . asakusafw . runtime . stage . collector ; import java . io . IOException ; import org . apache . hadoop . io . Writable ; import org . apache . hadoop . mapreduce . Mapper ; public abstract class SlotDistributor < T extends Writable > extends Mapper < Object , T , SortableSlot , WritableSlot > { publi...
1,575
<s> package org . rubypeople . rdt . core . compiler ; import org . rubypeople . rdt . internal . core . util . CharOperation ; public abstract class CategorizedProblem implements IProblem { public static final int CAT_UNSPECIFIED = 0 ; public static final int CAT_BUILDPATH = 10 ; public static final int CAT_SYNTAX = 2...
1,576
<s> package com . asakusafw . runtime . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . junit . Before ; import org . junit . Test ; impo...
1,577
<s> package org . oddjob . images ; import java . util . ArrayList ; import java . util . List ; import javax . swing . ImageIcon ; import junit . framework . TestCase ; import org . oddjob . Iconic ; public class IconHelperTest extends TestCase { class OurListener implements IconListener { List < IconEvent > events = ...
1,578
<s> package org . oddjob . jmx . server ; import javax . management . JMException ; import javax . management . MBeanServer ; import javax . management . MBeanServerFactory ; import javax . management . ObjectName ; import junit . framework . TestCase ; import org . oddjob . arooa . registry . Address ; import org . od...
1,579
<s> package com . asakusafw . runtime . value ; import java . io . IOException ; import org . apache . hadoop . io . WritableComparator ; final class ByteArrayUtil { static int compare ( int a , int b ) { if ( a == b ) { return 0 ; } if ( a < b ) { return - 1 ; } return + 1 ; } static int compare ( long a , long b ) { ...
1,580
<s> package net . sf . sveditor . core . parser ; import net . sf . sveditor . core . db . ISVDBAddChildItem ; import net . sf . sveditor . core . db . SVDBClockingBlock ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVClockingBlockParser extends SVParserBase { public SVClockingBlockParser ( ...
1,581
<s> package org . rubypeople . rdt . refactoring . tests . core . movefield ; import junit . framework . TestSuite ; import org . rubypeople . rdt . refactoring . tests . FileTestSuite ; import org . rubypeople . rdt . refactoring . tests . core . movefield . conditionchecks . TS_MoveFieldChecks ; public class TS_MoveF...
1,582
<s> package org . oddjob . jobs ; import java . io . IOException ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . ConsoleCapture ; import org . oddjob . Oddjob ; import org . oddjob . OurDirs ; import org . oddjob . arooa . xml . XMLConfiguration ; import org . oddjob...
1,583
<s> package net . sf . sveditor . core . db ; public class SVDBPreProcCond extends SVDBScopeItem { public String fConditional ; public SVDBPreProcCond ( ) { super ( "" , SVDBItemType . PreProcCond ) ; } public SVDBPreProcCond (
1,584
<s> package com . sun . tools . hat . internal . model ; public class JavaStatic { private final JavaField field ; private JavaThing value ; public JavaStatic ( JavaField field , JavaThing value ) { this . field = field ; this
1,585
<s> package org . oddjob . monitor ; import java . awt . event . ActionEvent ; import java . awt . event . ComponentAdapter ; import java . awt . event . ComponentEvent ; import java . awt . event . WindowAdapter ; import java . awt . event . WindowEvent ; import java . beans . PropertyChangeEvent ; import java . beans...
1,586
<s> package de . fuberlin . wiwiss . d2rq . expr ; import de . fuberlin . wiwiss . d2rq . algebra .
1,587
<s> package com . asakusafw . testdriver . json ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . io . InputStreamReader ; import java . net . URL ; import org . junit . Test ; import com . asakusafw . testdriver . core . DataModelDef...
1,588
<s> package net . sf . sveditor . core ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . runtime . CoreException ; i...
1,589
<s> package net . ggtools . grand . ui . actions ; import java . util . Collection ; import net . ggtools . grand . ui . graph . GraphControlerProvider ; import net . ggtools . grand . ui . graph . GraphListener ; import net . ggtools . grand . ui . graph . draw2d . Draw2dNode ; import org . eclipse . jface . resource ...
1,590
<s> package com . asakusafw . utils . java . internal . model . syntax ; import org . junit . Test ; public class SimpleNameImplTest { @ Test public void camel ( ) { SimpleNameImpl name = new SimpleNameImpl ( ) ; name . setToken ( "" ) ; } @ Test public void singleChar ( ) { SimpleNameImpl name = new SimpleNameImpl ( )...
1,591
<s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . LoggingFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . LoggingFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . LoggingFlowFactory . W...
1,592
<s> package org . oddjob . framework ; import java . io . IOException ; import java . util . concurrent . ExecutionException ; import java . util . concurrent . ExecutorService ; import java . util . concurrent . Executors ; import java . util . concurrent . Future ; import java . util . concurrent . TimeUnit ; import ...
1,593
<s> package org . rubypeople . rdt . internal . ui . preferences . formatter ; import java . util . Map ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; import org . eclipse . jface . text . Region ; import org . eclipse . jface . text . formatter . FormattingContextP...
1,594
<s> package net . bioclipse . opentox . prefs ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import net . bioclipse . opentox . Activator ; import net . bioclipse . opentox . OpenToxConstants ; import net . bioclipse . ui . prefs . IPreferenceConstants ; import org . apac...
1,595
<s> package com . asakusafw . yaess . core ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . List ; public abstract class JobScheduler implements Service { @ Override public final void configure ( ServiceProfile < ? > profile ) throws InterruptedException , IOException { try {...
1,596
<s> package og . android . tether ; import android . content . Context ; import android . content . Intent ; import android . sax . Element ; import android . sax . EndElementListener ; import android . sax . EndTextElementListener ; import android . sax . RootElement ; import android . util . Log ; import java . io . ...
1,597
<s> package org . rubypeople . rdt . internal . ui . viewsupport ; import java . util . ArrayList ; import org . eclipse . core . resources . IStorage ; import org . eclipse . core . runtime . Platform ; import org . eclipse . jface . util . ListenerList ; import org . eclipse . jface . util . SafeRunnable ; import org...
1,598
<s> package net . sf . sveditor . core . parser ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBAddChildItem ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . SVDBCovergroup ; import net . sf . sveditor . cor...
1,599
<s> package com . asakusafw . runtime . configuration ; import java . text . MessageFormat ; import junit . framework . Assert ; import org . junit . Assume ; import org . junit . rules . TestWatcher ;