id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
2,600
<s> package com . asakusafw . yaess . multidispatch ; import java . io . IOException ; import java . util . Map ; import com . asakusafw . yaess . core . CommandScript ; import com . asakusafw . yaess . core . CommandScriptHandler ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yae...
2,601
<s> package org . rubypeople . rdt . internal . ui . text . ruby ; import org . eclipse . core . runtime . Assert ; import org . eclipse . jface . text . ITextViewer ; import org . eclipse . ui . IEditorPart ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . IRubyProject ; im...
2,602
<s> import java . io . * ; import java . util . Vector ; import org . kxml2 . io . * ; import org . xmlpull . v1 . * ; import javax . microedition . midlet . * ; import javax . microedition . lcdui . * ; import javax . microedition . io . * ; public class Newsreader extends MIDlet implements CommandListener { static fi...
2,603
<s> package net . sf . sveditor . ui . editor . actions ; import java . util . ResourceBundle ; import net . sf . sveditor . ui . editor . SVEditor ; import org . eclipse . ui . texteditor . TextEditorAction ; public class OpenQuickHierarchyAction extends TextEditorAction { private SVEditor fEditor ; public OpenQuickHi...
2,604
<s> package com . asakusafw . compiler . flow . stage ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . common ....
2,605
<s> package org . rubypeople . rdt . testunit . wizards ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Vector ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . dialogs . IDialogSettings ; import org . eclipse . jface . viewers . CheckStateChangedEv...
2,606
<s> package com . asakusafw . dmdl . java . emitter . driver ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Before ; import org . junit . Test ; import com . asakusafw . dmdl . java . GeneratorTesterRoot ; import com . asakusafw . runtime . model . Property...
2,607
<s> package com . asakusafw . compiler . flow . example ; import com . asakusafw . compiler . operator . model . MockHoge ; import com . asakusafw . vocabulary . flow . Export ; import com . asakusafw . vocabulary
2,608
<s> package com . asakusafw . compiler . batch ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . Collection ; import java . util . Map ; import java . util . Set ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . utils . collections . Maps ;...
2,609
<s> package fi . koku . services . utility . authorizationinfo . v1 . model ; public class Group { private String id ; private String name ; public Group ( String id ) { this . id = id ; } public Group ( String id , String name ) { this . id = id ; this . name = name ; } public String getId ( ) { return id ; } public v...
2,610
<s> package org . springframework . samples . petclinic . web ; import java . util . ArrayList ; import java . util . Date ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import com . sun . syndication . feed . atom . Entry ; import com . sun . syndication . feed . atom . Feed ; ...
2,611
<s> package org . oddjob . jmx . client ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ClassResolver ; public class VanillaHandlerResolver < T > implements ClientHandlerResolver < T > { private static final long
2,612
<s> package org . oddjob . designer . components ; 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 . ArooaParseException ; import org . ...
2,613
<s> package org . oddjob . monitor . model ; import org . oddjob . arooa . parsing . ConfigurationOwner ; import org . oddjob . monitor . context . ContextInitialiser ; import org . oddjob . monitor . context . ExplorerContext ; public class ConfigContextInialiser implements ContextInitialiser { public static String CO...
2,614
<s> package org . apache . camel . example . reportincident ; import org . apache . camel . example . reportincident . model . Incident ; import org . apache . camel . example . reportincident . service . IncidentService ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFact...
2,615
<s> package com . mcbans . firestar . mcbans ; import java . util . ArrayList ; import org . bukkit . entity . Player ; public class BukkitPermissions { private BukkitInterface MCBans ; private ArrayList < String > banView = new ArrayList < String > ( ) ; private ArrayList < String > joinView = new ArrayList < String >...
2,616
<s> package com . asakusafw . dmdl . thundergate ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . nio . charset . Charset ; import java . util . Collections ; import jav...
2,617
<s> package net . sf . sveditor . core . docs ; import java . io . File ; import java . util . Set ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . db . index . ISVDBIndex ; import net . sf . sveditor . core . db . index . SVDBDeclCacheItem ; public class DocGenConfig { private Set < Tu...
2,618
<s> package net . sf . sveditor . core . tests . parser ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . IOException ; import java . io . PrintStream ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db...
2,619
<s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . core . runtime . Preferences ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . util . IPropertyChangeListener ; import org . eclipse . jface . util . ListenerList ; import org . eclipse . jfa...
2,620
<s> package org . rubypeople . rdt . core ; import org . eclipse . core . runtime . IPath ; public interface ILoadpathEntry { int CPE_LIBRARY = 1 ; int CPE_PROJECT = 2 ; int CPE_SOURCE = 3 ; int CPE_VARIABLE = 4 ; int CPE_CONTAINER = 5 ;
2,621
<s> package com . sun . phobos . script . javascript ; import org . mozilla . javascript . * ; public final class JSAdapter implements Function { private JSAdapter ( Scriptable obj ) { setAdaptee ( obj ) ; } public static void init ( Context cx , Scriptable scope , boolean sealed ) throws RhinoException { JSAdapter obj...
2,622
<s> package com . asakusafw . compiler . directio ; import java . lang . reflect . Type ; import java . text . MessageFormat ; import java . util . BitSet ; import java . util . List ; import java . util . Set ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import com . asakusafw . compi...
2,623
<s> package com . asakusafw . testdriver . core ; import java . io . IOException ; import java . net . URI ; import java . util . List ; import java . util . ServiceLoader ; public class SpiVerifyRuleProvider implements VerifyRuleProvider { private final List < VerifyRuleProvider > elements ; public SpiVerifyRuleProvid...
2,624
<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 . SuspensionReader ; public class ClassicDebuggerConnection
2,625
<s> package org . rubypeople . rdt . internal . core . parser ; import java . util . Map ; import java . util . StringTokenizer ; import org . eclipse . core . resources . IMarker ; import org . rubypeople . rdt . core . RubyCore ; public class AbstractTaskParser { protected boolean fCaseSensitive = false ; protected S...
2,626
<s> package org . rubypeople . rdt . internal . core ; import org . rubypeople . rdt . core . IRubyElement ; public class RubyGlobal extends RubyField { public RubyGlobal
2,627
<s> package org . oddjob . jmx . handlers ; import java . io . Serializable ; import java . lang . reflect . UndeclaredThrowableException ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import javax . management . MBeanAttributeInfo ; import javax . management . MBeanExcep...
2,628
<s> package com . asakusafw . compiler . flow . stage ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . apache . hadoop . io . RawComparator ; import org . apache . hadoop . io . WritableComparator ; import org . slf4j . Logger ;...
2,629
<s> package org . rubypeople . rdt . internal . debug . ui . rubyvms ; import java . io . File ; import java . io . IOException ; import java . text . MessageFormat ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime ....
2,630
<s> package br . com . caelum . vraptor . dash . hibernate . stats ; import br . com . caelum . vraptor . Path ; import br . com . caelum . vraptor . Resource ; import br . com . caelum
2,631
<s> package com . asakusafw . compiler . flow . processor . operator ; import javax . annotation . Generated ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . vocabulary . flow . Operator ; import com . asakusafw . vocabulary . flow . Source ; import com . asakusafw . vocabul...
2,632
<s> package de . fuberlin . wiwiss . d2rq . engine ; import org . openjena . atlas . io . IndentedWriter ; import com . hp . hpl . jena . sparql . algebra . Op ; import com . hp . hpl . jena . sparql . algebra . op . OpExt ; import com . hp . hpl . jena . sparql . algebra . op . OpNull ; import com . hp . hpl . jena . ...
2,633
<s> package com . pogofish . jadt . samples . ast . data ; import java . util . List ; public abstract class Expression { private Expression ( ) { } public static final Expression _Add ( Expression left , Expression right ) { return new Add ( left , right ) ; } public static final Expression _Variable ( String name ) {...
2,634
<s> package net . ggtools . grand . ui . actions ; import org . eclipse . jface . action . Action ; import org . eclipse .
2,635
<s> package com . asakusafw . bulkloader . transfer ; import java . io . Closeable ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . text . MessageFormat ; import java . util . Arrays ; import java . util . Properties ; import java . util . zip . ZipEntr...
2,636
<s> package com . asakusafw . yaess . core . task ; import java . io . IOException ; import java . util . Set ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yaess . core . ExecutionMonitor ; import com . asakusafw . yaess . core . ExecutionScript ; import com . asakusafw . yaess ....
2,637
<s> package org . rubypeople . rdt . internal . ui . preferences . formatter ; import java . util . Iterator ; import java . util . Map ; import org . rubypeople . rdt . internal . ui . preferences . formatter . ProfileManager . CustomProfile ; public class ProfileVersioner { public static final int VERSION_1 = 1 ; pub...
2,638
<s> package com . asakusafw . compiler . fileio . flow ; import com . asakusafw . compiler . fileio . model . Ex1 ; import com . asakusafw . vocabulary . external . FileExporterDescription ; public class Out4ExporterDesc extends FileExporterDescription { @ Override public Class < ? > getModelType ( ) { return
2,639
<s> package org . rubypeople . rdt . core . search ; import java . io . IOException ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . rubypeople . rdt . core . IParent ; import org . rubypeople . rdt . core . IRubyElement ; import org ....
2,640
<s> package net . sf . sveditor . core . db ; public class SVDBProgramDecl extends SVDBModIfcDecl { public SVDBProgramDecl ( ) { super ( ""
2,641
<s> package org . rubypeople . rdt . ui . text . ruby ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . eclipse . core . runtime . IProgressMonitor ; import org . rubypeople . rdt . core . CompletionProposal ; import org . rubypeople . rdt . internal . ui . text
2,642
<s> package net . ggtools . grand . ui . widgets ; import java . util . Map ; import java . util . Properties ; import net . ggtools . grand . ui . widgets . property . PropertyEditor ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . swt . SWT ; import org . eclipse . swt . layout . FillLayout ...
2,643
<s> package org . oddjob . script ; import java . util . HashMap ; import java . util . Iterator ; import java . util . Map ; import javax . script . ScriptException ; public class ScriptRunner { private final String resultVariable ; private Map < String , Object > beans = new HashMap < String , Object > ( ) ; public S...
2,644
<s> package org . rubypeople . rdt . internal . debug . core . commands ; import java . io . IOException ; import java . io . PrintWriter ; import java . net . Socket ; import org . rubypeople . rdt . debug . core . RdtDebugCorePlugin ; import org . rubypeople . rdt . internal . debug . core . DebuggerNotFoundException...
2,645
<s> package net . sf . sveditor . core . db . search ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . SVDBItemType ; import net . sf . sveditor . core . db . index . ISVDBIndexIterator ; import net . sf . sv...
2,646
<s> package org . rubypeople . rdt . internal . ui . browsing ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Comparator ; import java . util . Iterator ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; import org . eclip...
2,647
<s> package com . asakusafw . compiler . flow . testing . external ; import com . asakusafw . compiler . flow . testing . model . ExSummarized2 ; import com . asakusafw
2,648
<s> package org . rubypeople . rdt . internal . debug . core ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . debug . core . model . IRubyExceptionBreakpoint ; import org . rubypeople . rdt . debug . core . model . IRubyStackFrame ; import org . rubypeople . rdt . internal . deb...
2,649
<s> package $ { package } . jobflow ; import $ { package } . modelgen . dmdl . csv . AbstractItemInfoCsvInputDescription ; public class ItemInfoFromCsv extends AbstractItemInfoCsvInputDescription { @ Override public
2,650
<s> package net . sf . sveditor . core . db . index . plugin_lib ; import java . io . IOException ; import java . io . InputStream ; import java . net . URL ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . index . ...
2,651
<s> package com . asakusafw . compiler . windgate ; import java . io . IOException ; import java . io . OutputStream ; import java . text . MessageFormat ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import java . util . Properties ; import...
2,652
<s> package test . modelgen . table . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import javax . annotation . Generated ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . LongOption ; import com . asakusafw . vocabulary...
2,653
<s> package com . asakusafw . runtime . directio ; import java . util . Map ; public class DirectDataSourceProfile { private final String id ; private final Class < ? extends AbstractDirectDataSource > targetClass ; private final String path ; private final Map < String , String > attributes ; public DirectDataSourcePr...
2,654
<s> package com . sun . tools . hat . internal . server ; import com . google . common . base . Function ; import com . google . common . collect . Collections2 ; import com . google . common . collect . ImmutableMultimap ; import com . google . common . collect . ImmutableMultiset ; import com . google . common . coll...
2,655
<s> package org . rubypeople . rdt . refactoring . core . pushdown ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private static final String BUNDLE_NAME = "" ; public static String MethodDownPusher_Constructors ; public static String MethodDownPusher_Methods ; public static String
2,656
<s> package com . asakusafw . compiler . flow . processor ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . flow . RendezvousProcessor ; import com . asakusafw . utils . java . model . syntax . ModelFactory ; import com . asakusafw . vocabulary . flow . graph . FlowElem...
2,657
<s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Annotation ; import com . asakusafw . utils . java . model . syntax . Javadoc ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . ...
2,658
<s> package org . rubypeople . rdt . internal . ui . text . correction ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . text . edits . ReplaceEdit ; import org . eclipse . text . edits . TextEdit ; import org ....
2,659
<s> package com . asakusafw . compiler . flow . processor . operator ; import java . util . Arrays ; import java . util . List ; import javax . annotation . Generated ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . model . Ex2 ; import com . asak...
2,660
<s> package org . rubypeople . rdt . internal . ti ; public class ReferenceTypeGuess implements ITypeGuess { private Variable other ; public
2,661
<s> package com . asakusafw . compiler . flow . join ; import java . io . IOException ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . compiler . common . Precondition ; import com ....
2,662
<s> package org . rubypeople . rdt . internal . ui . util ; import java . util . Vector ; public class StringMatcher { protected String fPattern ; protected int fLength ; protected boolean fIgnoreWildCards ; protected boolean fIgnoreCase ; protected boolean fHasLeadingStar ; protected boolean fHasTrailingStar ; protect...
2,663
<s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import java . io . BufferedReader ; import java . io . FileReader ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse ...
2,664
<s> package com . asakusafw . runtime . io ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . io . StringReader ; import java . io . StringWriter ; import java . math . BigDecimal ; import org . junit . Before ; import org . junit . Te...
2,665
<s> package com . asakusafw . runtime . stage ; import static com . asakusafw . runtime . stage . StageConstants . * ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import o...
2,666
<s> package net . bioclipse . opentox . test ; import java . net . URI ; import java . util . List ; import net . bioclipse . cdk . business . CDKManager ; import net . bioclipse . cdk . domain . CDKMolecule ; import net . bioclipse . cdk . domain . ICDKMolecule ; import net . bioclipse . core . business . BioclipseExc...
2,667
<s> package org . rubypeople . rdt . internal . corext . refactoring . nls . changes ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . ...
2,668
<s> package org . rubypeople . rdt . refactoring . util ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . Document ; import org . eclipse . text . edits . MalformedTreeException ; import org . rubypeople . rdt ....
2,669
<s> package com . asakusafw . yaess . basic ; import java . io . File ; import java . io . IOException ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . yaess . core . ExecutionLock ; import com . asakusafw . yaess . core . ExecutionLock ....
2,670
<s> package org . rubypeople . rdt . refactoring . core . inlineclass ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS {
2,671
<s> package com . asakusafw . dmdl . directio . sequencefile . driver ; import com . asakusafw . dmdl . model . AstNode ; import com . asakusafw . dmdl . semantics . Trait ; public class SequenceFileFormatTrait implements Trait < SequenceFileFormatTrait > { private final AstNode originalAst ; private final Configuratio...
2,672
<s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import org . eclipse . core . resources . IMarker ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . Position ; import org . eclipse . ui . texteditor . I...
2,673
<s> package net . sf . sveditor . core . templates ; import java . util . HashMap ; import java . util . Map ; public class TemplateParameterProvider implements ITemplateParameterProvider { private Map < String , String > fTagMap ; public TemplateParameterProvider ( ) { fTagMap = new HashMap < String , String > ( ) ; }...
2,674
<s> package $ { package } . jobflow ; import $ { package } . modelgen . dmdl . csv . AbstractItemInfoCsvImporterDescription ; public class ItemInfoFromCsv extends AbstractItemInfoCsvImporterDescription { @ Override public String getProfileName ( ) { return "asakusa" ; } @ Override public String getPath
2,675
<s> package org . rubypeople . rdt . internal . ui . util ; import junit . framework . TestCase ; import org . rubypeople . rdt . internal . ui . util . StringMatcher . Position ; public class StringMatcherTest extends TestCase { public void testStartAfterEnd ( ) { String pattern = "Ch*r" ; StringMatcher matcher = new ...
2,676
<s> package com . asakusafw . utils . java . parser . javadoc ; import static com . asakusafw . utils . java . internal . parser . javadoc . ir . JavadocTokenKind . * ; import static org . junit . Assert . * ; import java . util . EnumSet ; import java . util . List ; import org . junit . Test ; import com . asakusafw ...
2,677
<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 SVDBInsideExpr extends SVDBExpr { public SVDBExpr fLhs ; public List < SVDBExpr > fValueRangeList ; public SVDBInsideExpr ( ) { this ( nu...
2,678
<s> package com . asakusafw . windgate . core . resource ; import java . io . IOException ; import java . util . Collections ; import com . asakusafw . windgate . core . ParameterList ; import com . asakusafw . windgate . core . ProfileContext ; public class MockResourceProvider extends ResourceProvider { ResourceProfi...
2,679
<s> package org . rubypeople . rdt . internal . compiler . util ; public final class HashtableOfObjectToInt implements Cloneable { public Object [ ] keyTable ; public int [ ] valueTable ; public int elementSize ; int threshold ; public HashtableOfObjectToInt ( ) { this ( 13 ) ; } public HashtableOfObjectToInt ( int siz...
2,680
<s> package com . sun . tools . hat . internal . model ; public class JavaInt extends JavaValue { public final int value ; public JavaInt ( int value ) { this . value = value ; }
2,681
<s> package com . pogofish . jadt . checker ; import static com . pogofish . jadt . ast . ASTConstants . NO_COMMENTS ; import static com . pogofish . jadt . ast . ASTConstants . NO_IMPORTS ; import static com . pogofish . jadt . errors . SemanticError . _ConstructorDataTypeConflict ; import static com . pogofish . jadt...
2,682
<s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import org . eclipse . osgi . util . NLS ; public final class CallHierarchyMessages extends NLS { private static final String BUNDLE_NAME = "" ; private CallHierarchyMessages ( ) { } public static String HistoryDropDownAction_clearhistory_label ; publ...
2,683
<s> package $ { package } . jobflow ; import $ { package } . modelgen . table . model . SalesDetail ; import com . asakusafw . vocabulary . bulkloader . DbImporterDescription ; public class SalesDetailFromJdbc extends DbImporterDescription { @ Override public String getTargetName
2,684
<s> package com . mcbans . firestar . mcbans . pluginInterface ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firestar . mcbans . log . LogLevels ; import com . mcbans . firestar . mcbans . org . json . JSONException ; import com . mcbans . firestar . mcbans . org . json . JSONObjec...
2,685
<s> package com . asakusafw . windgate . core . resource ; import java . io . IOException ; import java . util . Iterator ; public class MockSourceDriver < T > implements SourceDriver < T > { final String name ; private Iterable < ? extends T > source ; private Iterator < ? extends T > iterator ; private boolean canGet...
2,686
<s> package com . asakusafw . testtools . inspect ; import static org . junit . Assert . * ; import org . junit . Test ; import test . modelgen . model . AllTypesWNoerr ; import com . asakusafw . modelgen . source . MySqlDataType ; import com . asakusafw . testtools . ColumnInfo ; import com . asakusafw . testtools . N...
2,687
<s> package net . sf . sveditor . ui . svt . editor ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . jface . text . DocumentEvent ; import org . eclipse . jface . text . IDocumentListener ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Contr...
2,688
<s> package org . oddjob . framework ; import org . apache . commons . beanutils . DynaProperty ; import org . oddjob . arooa . reflect . ArooaNoPropertyException ; import org . oddjob . arooa . reflect . BeanOverview ; public class WrapDynaBeanOverview implements BeanOverview { private WrapDynaClass dynaClass ; public...
2,689
<s> package de . fuberlin . wiwiss . d2rq . engine ; import java . util . ArrayList ; import java . util . List ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import com . hp . hpl . jena . sparql . algebra . Op ; import com . hp . hpl . jena . sparql . algebra ...
2,690
<s> package org . springframework . samples . petclinic ; import javax . persistence . Basic ; import javax . persistence . Column ; import javax . persistence . Entity ; import javax . persistence . FetchType ; import javax . persistence . GeneratedValue ; import javax . persistence . GenerationType ; import javax . p...
2,691
<s> package org . rubypeople . rdt . refactoring . preview ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private static final String BUNDLE_NAME = "" ; public static String RubyTextEditChangePreviewViewer_OriginalSource ; public static String RubyTextEditChangePreviewViewer_Refactored...
2,692
<s> package net . sf . sveditor . core . objects ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . index . SVDBDeclCacheItem ; public class ObjectsTreeNode { private String fName ; private ObjectsTreeNode fParent ; private SVDBDeclCacheItem fItemDecl ; private List ...
2,693
<s> package net . sf . sveditor . core . content_assist ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . IFieldItemAttr ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . svedito...
2,694
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . Arrays ; import org . eclipse . jface . dialogs . Dialog ; import org . eclipse . jface . dialogs . IDialogSettings ; import org . eclipse . jface . viewers . ArrayContentProvider ; import org . eclipse . jface . viewers . ...
2,695
<s> package net . sf . sveditor . core . svf_scanner ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Set ; import net . sf . sveditor . core . log . LogFactory ; import net . sf . sveditor . core...
2,696
<s> package handson . springbatch ; import java . util . List ; import org . slf4j . Logger ; import org .
2,697
<s> package org . rubypeople . rdt . internal . ui . text ; import com . ibm . icu . text . BreakIterator ; import java . text . CharacterIterator ; import org . eclipse . jface . text . Assert ; public class RubyBreakIterator extends BreakIterator { protected static abstract class Run { protected int length ; public R...
2,698
<s> package org . rubypeople . rdt . internal . debug . ui . console ; import java . io . File ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . IPath ; import org ....
2,699
<s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . ParameterizedType ; import com . asakusafw . utils . java . model . syntax . Type ; import co...