id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
800
<s> package net . sf . sveditor . core . db . index ; import java . io . InputStream ; import java . util . List ; import java . util . Map . Entry ; import java . util . Set ; import net . sf . sveditor . core . db . index . cache . ISVDBIndexCache ; import net . sf . sveditor . core . job_mgr . IJob ; import net . sf...
801
<s> package org . rubypeople . rdt . refactoring . core . mergewithexternalclassparts ; import org . rubypeople . rdt . refactoring . classnodeprovider . ClassNodeProvider ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . documentprovider . IDocume...
802
<s> package com . asakusafw . testdriver . rule ; import java . text . MessageFormat ; import java . util . Calendar ; public class CalendarRange implements ValuePredicate < Calendar > { private final int lowerBound ; private final int upperBound ; private final int scale ; public CalendarRange ( int lowerBound , int u...
803
<s> package com . aptana . rdt . internal . core . parser . warnings ; import java . util . List ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . compiler . CategorizedProblem ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import org . rubypeople...
804
<s> package org . rubypeople . rdt . internal . corext . buildpath ; import java . lang . reflect . InvocationTargetException ; import java . util . List ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; impo...
805
<s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import org . eclipse . jface . action . Action ; import org . rubypeople . rdt . core . search . IRubySearchScope ; abstract class SearchScopeAction extends Action { private final SearchScopeActionGroup fGroup ; public SearchScopeAction ( SearchScopeA...
806
<s> package com . asakusafw . compiler . batch ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . OutputStream ; import java . text . MessageFormat ; import java . util . UUID ; import java . util . concurrent . atomic . AtomicBoolean ; import org . slf...
807
<s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . Arrays ; import java . util . Collections ; import junit . framework . TestCase ; public class ConjunctionTest extends TestCase { private final static String sql1 = "" ; private final static String sql2 = "" ; private final static String sql3 = "" ...
808
<s> package org . oddjob . arooa . types ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . ConsoleCapture ; import org . oddjob . Oddjob ; import org . oddjob . arooa . xml . XMLConfiguration ; import org . oddjob . state . ParentState ; public class ListTypeExamplesTe...
809
<s> package net . sf . sveditor . core . log ; import java . lang . ref . WeakReference ; import java . util . ArrayList ; import java . util . List ; public class LogHandle implements ILogHandle { private String fName ; private String fCategory ; private ILogListener fListener ; private int fDebugLevel = 1 ; private i...
810
<s> package com . asakusafw . compiler . legacy . workflow ; import java . io . Closeable ; import java . io . File ; import java . io . IOException ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java . nio . charset . Charset ; import java . text . M...
811
<s> package com . asakusafw . testdriver . excel ; import java . io . IOException ; import java . net . URI ; import org . apache . poi . ss . usermodel . Sheet ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . testdriver . core . DataModelDefinition ; import com . asakusafw ...
812
<s> package com . asakusafw . compiler . operator ; import static com . asakusafw . utils . java . model . syntax . ModifierKind . * ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . List ; import javax . lang . model . element . PackageElement ; import org . ...
813
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . List ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IResource ; impor...
814
<s> package org . rubypeople . rdt . internal . ui . browsing ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Widget ; import org . rubypeople . rdt . internal . ui . viewsupport . ProblemTableViewer ; class Package...
815
<s> package com . sun . tools . hat ; import java . io . IOException ; import java . io . File ; import com . sun . tools . hat . internal . lang . guava . Guava ; import com . sun . tools . hat . internal . lang . jruby12 . JRuby12 ; import com . sun . tools . hat . internal . lang . jruby16 . JRuby16 ; import com . s...
816
<s> package com . asakusafw . dmdl . semantics ; import java . text . MessageFormat ; import java . util . Collection ; import java . util . Collections ; import java . util . List ; import java . util . Map ; import com . asakusafw . dmdl . Diagnostic ; import com . asakusafw . dmdl . Diagnostic . Level ; import com ....
817
<s> package org . springframework . social . google . api . tasks . impl ; import static org . springframework . util . Assert . isNull ; import static org . springframework . util . Assert . isTrue ; import static org . springframework . util . Assert . notNull ; import static org . springframework . util . StringUtil...
818
<s> package com . asakusafw . utils . java . model . util ; import java . io . IOException ; import java . io . PrintWriter ; import com . asakusafw . utils . java . model . syntax . Attribute ; import com . asakusafw . utils . java . model . syntax . CompilationUnit ; import com . asakusafw . utils . java . model . sy...
819
<s> package com . asakusafw . compiler . flow . testing . external ; import com . asakusafw . compiler
820
<s> package org . rubypeople . rdt . internal . launching ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . ...
821
<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 OpenQuickObjectsViewAction extends TextEditorAction { private SVEditor fEditor ; public OpenQuick...
822
<s> package de . fuberlin . wiwiss . d2rq ; import java . sql . Connection ; import java . sql . DriverManager ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Statement ; import java . util . Collection ; import junit . framework . TestCase ; import com . hp . hpl . jena . rdf ....
823
<s> package de . fuberlin . wiwiss . d2rq . nodes ; import java . util . List ; import java . util . Set ; import com . hp . hpl . jena . datatypes . RDFDatatype ; import com . hp . hpl . jena . datatypes . xsd . XSDDatatype ; import com . hp . hpl . jena . graph . Node ; import com . hp . hpl . jena . rdf . model . An...
824
<s> package com . devtty . gat . model ; import java . io . Serializable ; import javax . persistence . Column ; import javax . persistence . Entity ; import javax . persistence . GeneratedValue ; import javax . persistence . Id ; import javax . persistence . Table ; import javax . persistence . UniqueConstraint ; impo...
825
<s> package com . asakusafw . yaess . core ; import java . io . IOException ; import java . io . OutputStream ; public abstract class PhaseMonitor implements ExecutionMonitor { public static final PhaseMonitor NULL = new PhaseMonitor ( ) { @ Override public void progressed ( double deltaSize ) { return ; } @ Override p...
826
<s> package com . asakusafw . compiler . flow ; import java . util . Collections ; import java . util . Map ; import java . util . NoSuchElementException ; import java . util . Properties ; import java . util . Set ; import java . util . TreeSet ; import java . util . concurrent . ConcurrentHashMap ; import java . util...
827
<s> package org . rubypeople . rdt . internal . core . search ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IWorkspaceRoo...
828
<s> package test . modelgen . io ; import java . io . IOException ; import test . modelgen . model . AllTypesWNoerr ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class AllTypesWNoerrModelOutput implements ModelOutput < AllTypesWNoerr > { pri...
829
<s> package net . sf . sveditor . ui . tests ; import org . eclipse . ui . plugin . AbstractUIPlugin ; import org . osgi . framework . BundleContext ; public class UiTestsPlugin extends AbstractUIPlugin { public static final String PLUGIN_ID = "" ; private static UiTestsPlugin plugin ; public UiTestsPlugin ( ) { } publ...
830
<s> package org . rubypeople . rdt . refactoring . core . renamefield . fielditems ; import org . jruby . ast . ClassVarAsgnNode ; import org . jruby . ast . ClassVarNode ; import org . jruby . ast . Node ; public class ClassVarAsgnFieldItem extends FieldItem { private ClassVarAsgnNode classVarAsgnNode ; public ClassVa...
831
<s> package com . asakusafw . dmdl . analyzer ; import java . util . Collections ; import java . util . List ; import com . asakusafw . dmdl . Diagnostic ; import com . asakusafw . utils . collections . Lists ; public class DmdlSemanticException
832
<s> package net . sf . sveditor . core . db ; import net . sf . sveditor . core . db . expr . SVDBExpr ; import net . sf . sveditor . core . db . stmt . SVDBStmt ; public class SVDBAssign extends SVDBStmt { public SVDBExpr fLHS ; public SVDBExpr fDelay ; public SVDBExpr fRHS ;
833
<s> package com . asakusafw . compiler . operator . processor ; import java . util . List ; import javax . lang . model . element . ExecutableElement ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . operator ....
834
<s> package org . rubypeople . rdt . internal . formatter ; public class BeginBlockMarker extends AbstractBlockMarker { public BeginBlockMarker ( String aKeyword , int aLine ) { super ( aKeyword , aLine ) ; } protected void indentAfterPrint ( IndentationState state ) { if ( ! ( state .
835
<s> package com . asakusafw . compiler . flow . processor . operator ; import java . util . Arrays ; import javax . annotation . Generated ; import com . asakusafw . compiler . flow . testing . model . Ex1 ; import com . asakusafw . compiler . flow . testing . model . ExSummarized ; import com . asakusafw . compiler . ...
836
<s> package hudson . jbpm . model ; import hudson . jbpm . PluginImpl ; import java . io . IOException ; import javax . servlet . ServletException ; import org . jbpm . taskmgmt . exe . TaskInstance ; import org . kohsuke . stapler . StaplerRequest ; import org . kohsuke . stapler . StaplerResponse ; public class Form ...
837
<s> package com . asakusafw . dmdl . java . util ; import java . util . List ; import com . asakusafw . dmdl . model . AstSimpleName ; import com . asakusafw . utils . collections . Lists ; public class JavaName { private final List < String > words ; JavaName ( List < ? extends String > words ) { if ( words == null ) ...
838
<s> package org . oddjob . values . properties ; import org . oddjob . arooa . ArooaAnnotations ; import org . oddjob . arooa . ArooaBeanDescriptor ; import org . oddjob . arooa . ArooaConfigurationException ; import org . oddjob . arooa . ConfiguredHow ; import org . oddjob . arooa . ParsingInterceptor ; import org . ...
839
<s> package com . aptana . rdt . internal . parser . warnings ; import org . jruby . ast . ArrayNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . ConstNode ; import org . jruby . ast . DefnNode ; import org . jruby . ast . FCallNode ; import org . jruby . ast . Node ; import org . jruby . lexer ....
840
<s> package net . sf . sveditor . ui . editor ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . jface . resource . ImageRegistry ; import org . eclipse . jface . text ....
841
<s> package org . oddjob . designer . view ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignListener ; import org . oddjob . arooa . design . DesignStructureEvent ; import org . oddjob . arooa . design . InstanceSu...
842
<s> package org . oddjob . state ; import org . oddjob . Stateful ; import org . oddjob . Stoppable ; import org . oddjob . arooa . deploy . annotations . ArooaAttribute ; import org . oddjob . arooa . deploy . annotations . ArooaComponent ; import org . oddjob . framework . StructuralJob ; public class EqualsState ext...
843
<s> package com . asakusafw . compiler . flow . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . flow . testing . model . KeyConflict ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class KeyConflictOutput im...
844
<s> package org . rubypeople . rdt . refactoring . ui . pages . extractmethod ; import java . util . Observable ; import org . eclipse . swt . SWT ; import org . eclipse . swt . custom . TableEditor ; import org . eclipse . swt . graphics . Color ; import org . eclipse . swt . graphics . Point ; import org . eclipse . ...
845
<s> package org . rubypeople . rdt . internal . corext . callhierarchy ; import java . util . Map ; import org . rubypeople . rdt . core . IMember ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . search . SearchMatch ; import org . rubypeople . rdt . core . search . SearchR...
846
<s> package com . google . android . c2dm ; import java . io . IOException ; import android . app . AlarmManager ; import android . app . IntentService ; import android . app . PendingIntent ; import android . content . Context ; import android . content . ContextWrapper ; import android . content . Intent ; import and...
847
<s> package org . oddjob . jobs . structural ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Iterator ; import java . util . List ; import java . util . concurrent . Exchanger ; import java . util . concurrent . Future ; import junit . framework . TestCase ; import org . apache . l...
848
<s> package com . asakusafw . testdriver . html ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import org . junit . Rule ; import org . junit . Test ; import org . junit . rules . TemporaryFolder ; import com . asakusaf...
849
<s> package org . rubypeople . rdt . launching ; import java . io . File ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IStatus ; import org . eclipse...
850
<s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . FoldFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . FoldFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . FoldFlowFactory . Simple ; i...
851
<s> package org . apache . camel . example . reportincident . dao ; import org . apache . camel . example . reportincident . model . Incident ; import java . util . List ; public interface IncidentDAO { public abstract Incident getIncident ( long paramLong ) ; public abstract List < Incident > findIncident ( ) ; public...
852
<s> package com . asakusafw . windgate . jdbc ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . sql . Connection ; import java . sql . Statement ; import java . util . Collections ; import java . util . HashMap ; import java . util . Map ; import org . junit . Rule ;...
853
<s> package net . sf . sveditor . core . db ; import java
854
<s> package com . asakusafw . yaess . core . task ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . HashMap ; import java . util . Map ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yaess . core . ExecutionScript ; import com . asakusafw ...
855
<s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . filebuffers . FileBuffers ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreExcep...
856
<s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemBase ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBArrayAccessExpr extends SVDBExpr { public SVDBExpr fLhs ; public SVDBExpr fLow ; public SVDBExpr fHigh ; public SVDBArrayAccessExpr ( ) { ...
857
<s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . text . Position ; import org . eclipse . jface . text . sourc...
858
<s> package org . rubypeople . rdt . ui ; public interface IRubyConstants { public static final String EDITOR_ID = RubyUI . ID_RUBY_EDITOR ; public static final String EXTERNAL_FILES_EDITOR_ID = RubyUI . ID_EXTERNAL_EDITOR ;
859
<s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import org . eclipse . jface . viewers . ITableLabelProvider ; import org . eclipse . jface . viewers . LabelProvider ; import org . eclipse . swt . graphics . Image ; import org . rubypeople . rdt . internal . corext . callhierarchy . CallLocation ; ...
860
<s> package info . naturwerk . app ; import android . content . Intent ; import android . database . Cursor ; import android . os . Bundle ; import android . util . Log ; import android . view . View ; import android . widget . AdapterView ; import android . widget . AdapterView . OnItemClickListener ; import android ....
861
<s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths . newsourcepage ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . resources . IResource ; import org . eclipse ....
862
<s> package com . asakusafw . runtime . stage . directio ; import com . asakusafw . runtime . io . util . ShuffleKey ; import com . asakusafw . runtime . io . util . WritableRawComparableUnion ; public abstract class AbstractDirectOutputKey extends ShuffleKey < WritableRawComparableUnion , WritableRawComparableUnion > ...
863
<s> package com . asakusafw . compiler . flow . plan ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Collection ; import java . util . Set ; import org . junit . Test ; import com . asakusafw . compiler . flow . FlowGraphGenerator ; import com . asakusafw . ...
864
<s> package com . asakusafw . compiler . flow . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . flow . testing . model .
865
<s> package org . rubypeople . rdt . internal . core . search . matching ; import org . eclipse . core . resources . IResource ; import org . jruby . ast . Node ; import org . rubypeople . rdt . core . search . SearchDocument ; import org . rubypeople . rdt . internal . core . Openable ; import org . rubypeople . rdt ....
866
<s> package org . oddjob . doclet ; public class Property { private final String name ; private String description ; private String required ; public Property ( String name ) { if ( name == null ) { throw new IllegalArgumentException ( "" ) ; } this . name = name ; } public String getName ( ) { return name ; } public v...
867
<s> package org . oddjob . jobs . structural ; import junit . framework . TestCase ; import org . apache . commons . beanutils . PropertyUtils ; import org . apache . log4j . Logger ; import org . oddjob . ConsoleCapture ; import org . oddjob . FailedToStopException ; import org . oddjob . Helper ; import org . oddjob ...
868
<s> package org . rubypeople . rdt . internal . ui . wizards ; import java . net . MalformedURLException ; import java . net . URL ; import org . eclipse . core . runtime . Platform ; import org . eclipse . core . runtime . Preferences ; import org . eclipse . jface . viewers . IStructuredSelection ; import org . eclip...
869
<s> package net . bioclipse . opentox . ds . wizards ; import org . eclipse . jface . viewers . IBaseLabelProvider ; import org . eclipse . jface . viewers . ILabelProvider ; import org . eclipse . jface . viewers . ILabelProviderListener ; import org . eclipse . swt . graphics . Image ; public class ServicesLabelProvi...
870
<s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBStringExpr extends SVDBExpr { public String fStr ; public SVDBStringExpr ( ) { this ( "" ) ; } public SVDBStringExpr ( String str ) { super ( SVDBItemType . StringExpr ) ; fStr = str ; } public ...
871
<s> package org . rubypeople . rdt . internal . core ; public abstract class MemberElementInfo extends SourceRefElementInfo { protected int nameStart = - 1 ; protected int nameEnd =
872
<s> package org . springframework . samples . petclinic . aspects ; import org . aspectj . lang . ProceedingJoinPoint ; import org . aspectj . lang . annotation . Around ; import org . aspectj . lang . annotation . Aspect ; import org . springframework . jmx . export . annotation . ManagedAttribute ; import org . sprin...
873
<s> package org . rubypeople . rdt . internal . corext . callhierarchy ; import java . util . ArrayList ; import java . util . Collection ; import java . util . HashMap ; import java . util . Iterator ; import java . util . Map ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runt...
874
<s> package org . rubypeople . rdt . internal . ti ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import java . util . List ; import java . util . Map ; import java . ut...
875
<s> package org . rubypeople . rdt . internal . corext . refactoring . changes ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . resources . IResource ; import org . eclipse ....
876
<s> package com . team1160 . scouting . h2 ; import java . sql . * ; import org . h2 . Driver ; @ SuppressWarnings ( "unused" ) public abstract class H2Table { protected String database ; protected Connection connection ; protected Statement statement ; public H2Table ( String database ) throws ClassNotFoundException ,...
877
<s> package com . asakusafw . yaess . jobqueue . client ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . Reader ; import java . lang . reflect . Field ; import java . lang . reflect . Type ; import java . ne...
878
<s> package com . asakusafw . runtime . io . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . runtime . value . IntOption ; public class InvertOrderTest extends WritableTestRoot { @ Test public void fundamental ( ) throws ...
879
<s> package org . rubypeople . rdt . internal . corext . util ; import java . lang . reflect . InvocationTargetException ; import org . eclipse . core . runtime . NullProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse . jface . operation . IRunnableContext ; impo...
880
<s> package org . rubypeople . rdt . internal . core . parser . warnings ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . jruby . a...
881
<s> package org . oddjob . jmx . general ; import org . apache . commons . beanutils . DynaBean ; import org . oddjob . jmx
882
<s> package de . fuberlin . wiwiss . d2rq . values ; import java . util . Arrays ; import java . util . Collections ; import junit . framework . TestCase ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute ; import de . fuberlin . wiwiss . d2rq . expr . Expression ; public class ValueMakerTest extends TestCase...
883
<s> package com . asakusafw . yaess . basic ; import java . io . Closeable ; import java . io . File ; import java . io . IOException ; import java . io . RandomAccessFile ; import java . nio . channels . FileLock ; import java . nio . channels . OverlappingFileLockException ; import java . text . MessageFormat ; impor...
884
<s> package com . asakusafw . yaess . core ; public class ProfileContext { private final ClassLoader classLoader ; private final VariableResolver contextParameters ; public ProfileContext ( ClassLoader classLoader , VariableResolver contextParameters ) { if ( classLoader == null ) { throw new IllegalArgumentException (...
885
<s> package com . aptana . rdt . internal . ui . text . correction ; import java . util . Collection ; import org . eclipse . swt . graphics . Image ; import org . rubypeople . rdt . ui . RubyUI ; import org . rubypeople . rdt . ui . text . correction . CorrectionProposal ; import org . rubypeople . rdt . ui . text . r...
886
<s> package de . fuberlin . wiwiss . d2rq . sql ; import java . sql . Connection ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Statement ; import java . util . List ; import java . util . NoSuchElementException ; import org . apache . commons . logging . Log ; import org . apa...
887
<s> package org . oddjob . schedules ; import java . util . Date ; import org . oddjob . arooa . utils . DateHelper ; public class IntervalTo extends IntervalBase implements ScheduleResult { private static final long serialVersionUID = 2009022700L ; public IntervalTo ( Date on ) { super ( on ) ; } public IntervalTo ( D...
888
<s> package org . oddjob . sql ; import java . io . ByteArrayInputStream ; import java . sql . Connection ; import java . util . List ; import junit . framework . TestCase ; import org . apache . commons . beanutils . DynaBean ; import org . apache . log4j . Logger ; import org . oddjob . ConsoleCapture ; import org . ...
889
<s> package com . asakusafw . compiler . batch . processor ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . util . Comparator ; import java . util . List ; import org . junit . Rule ; import org . junit . Test ; import com . asakusafw . com...
890
<s> package org . springframework . social . google . api . plus . activity . impl ; import org . springframework . social . google . api . impl . AbstractGoogleApiOperations ; import org . springframework . social . google . api . plus . activity . ActivitiesPage ; import org . springframework . social . google . api ...
891
<s> package $ { package } . jobflow ; import org . junit . Test ; import $ { package } . jobflow . CategorySummaryJob ; import $ { package } . modelgen . table . model . CategorySummary ; import $ { package } . modelgen . table . model . ErrorRecord ; import $ { package } . modelgen . table . model . ItemInfo ; import ...
892
<s> package uk . me . sample . android . confcaller ; import java . net . URLEncoder ; import android . app . ListActivity ; import android . content . Intent ; import android . content . SharedPreferences ; import android . database . Cursor ; import android . net . Uri ; import android . os . Bundle ; import android ...
893
<s> package com . asakusafw . compiler . operator . processor ; import static org . junit . Assert . * ; import org . junit . Test ; import com . asakusafw . compiler . operator . OperatorCompilerTestRoot ; import com . asakusafw . compiler . operator . model . MockFoo ; import com . asakusafw . compiler . operator . m...
894
<s> package org . oddjob . state ; import java . util . concurrent . TimeUnit ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . FailedToStopException ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . Resetable ; import org . od...
895
<s> package com . asakusafw . compiler . flow . plan ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . Comparator ; import java . util . List ; import org . junit . Rule ; import org . junit . Test ; import org . junit . runner . ...
896
<s> package org . rubypeople . rdt . internal . testunit . runner ; public class MessageIds { public static final int MSG_HEADER_LENGTH = 8 ; public static final String TRACE_START = "%TRACES " ; public static final String TRACE_END = "%TRACEE " ; public static final String EXPECTED_START = "%EXPECTS" ; public static f...
897
<s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . StatementExpressionList...
898
<s> package de . fuberlin . wiwiss . d2rq ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import java . util . Map . Entry ; import org . apache . commons . logging . Log ; impor...
899
<s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import java . util . Arrays ; import java . util . List ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . ui . IWorkbenchPart ; import org . rubypeople . rdt . core . Flags ; import org . rubypeople . rdt . core . IType ; imp...