id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
1,900 | <s> package og . android . tether . system ; import java . lang . reflect . Method ; import android . app . Application ; public class BluetoothService_cupcake extends BluetoothService { Application application = null ; @ SuppressWarnings ( "unchecked" ) private Object callBluetoothMethod ( String methodName ) { Object... | |
1,901 | <s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . Arrays ; import java . util . Collections ; import junit . framework . TestCase ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute ; public class ConcatenationTest extends TestCase { public void testCreateEmpty ( ) { assertEquals ( new Co... | |
1,902 | <s> package net . ggtools . grand . ui . actions ; import java . io . File ; import net . ggtools . grand . ui . widgets . GraphWindow ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import org . eclipse . jface . action . Action ; import org . eclipse . swt . SW... | |
1,903 | <s> package org . rubypeople . rdt . internal . core . search ; import org . rubypeople . rdt . core . search . SearchParticipant ; import org . rubypeople . rdt . internal | |
1,904 | <s> package org . kxml2 . wap ; public interface Wbxml { static public final int SWITCH_PAGE = 0 ; static public final int END = 1 ; static public final int ENTITY = 2 ; static public | |
1,905 | <s> package org . rubypeople . rdt . internal . corext . callhierarchy ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import java . util . List ; import java . util . StringTokenizer ; import org . eclipse . core . runtime . NullProgressMonitor ; import org . eclipse ... | |
1,906 | <s> package org . oddjob . designer . components ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . SimpleDesignProperty ; import org . oddjob . arooa . design . S... | |
1,907 | <s> package org . springframework . social . google . api . plus . person ; import org . springframework . social . google . api . query . ApiQueryBuilder ; import org . springframework . social . google . api . query . QueryBuilder ; public | |
1,908 | <s> package com . asakusafw . runtime . io . csv ; import java . nio . CharBuffer ; import java . text . ParsePosition ; import java . text . SimpleDateFormat ; import java . util . Calendar ; import com . asakusafw . runtime . value . DateUtil ; abstract class DateTimeFormatter { private static final DateTimeFormatter... | |
1,909 | <s> package bonsai . app ; import java . util . Date ; import android . app . Activity ; import android . content . Intent ; import android . database . Cursor ; import android . net . Uri ; import android . os . Bundle ; import android . os . Handler ; import android . view . Menu ; import android . view . MenuInflate... | |
1,910 | <s> package org . rubypeople . rdt . internal . ui . wizards ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . lang . reflect . InvocationTargetException ; import java . net . URL ; import j... | |
1,911 | <s> package fi . koku . services . utility . userinfo . v1 ; import java . net . URL ; import javax . xml . namespace . QName ; import javax . xml . ws . BindingProvider ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import fi . koku . services . utility . user . v1 . UserInfoService ; import fi .... | |
1,912 | <s> package com . asakusafw . dmdl . analyzer . driver ; import com . asakusafw . dmdl . model . AstBasicType ; import com . asakusafw . dmdl . model . AstType ; import com . asakusafw . dmdl . semantics . DmdlSemantics ; import | |
1,913 | <s> package net . sf . sveditor . core . parser ; import java . util . HashSet ; import java . util . Set ; import net . sf . sveditor . core . db . SVDBLocation ; import net . sf . sveditor . core . db . expr . SVDBBinaryExpr ; import net . sf . sveditor . core . db . expr . SVDBCycleDelayExpr ; import net . sf . sved... | |
1,914 | <s> package com . asakusafw . compiler . tool . analysis ; import java . io . Closeable ; import java . io . IOException ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java . nio . charset . Charset ; import java . text . MessageFormat ; import java .... | |
1,915 | <s> package com . asakusafw . testdriver . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . util . Arrays ; import org . junit . Test ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . testdriver . ... | |
1,916 | <s> package com . mcbans . firestar . mcbans . org . json ; import java . util . Iterator ; public class HTTP { public static final String CRLF = "rn" ; public static JSONObject toJSONObject ( String string ) throws JSONException { JSONObject jo = new JSONObject ( ) ; HTTPTokener x = new HTTPTokener ( string ) ; String... | |
1,917 | <s> package com . devtty . gat . rest ; import com . devtty . gat . model . Member ; import com . devtty . gat . data . MemberRepository ; import java . util . List ; import javax . enterprise . context . RequestScoped ; import javax . inject . Inject ; import javax . persistence . EntityManager ; import javax . ws | |
1,918 | <s> package org . rubypeople . rdt . internal . ui . search ; import java . util . ArrayList ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; import org . eclipse . jface . text . IDocument ; import org . ecli... | |
1,919 | <s> package org . rubypeople . eclipse . shams . debug . core ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; import org . e... | |
1,920 | <s> package org . rubypeople . rdt . refactoring . ui . pages . movemethod ; import org . eclipse . ltk . ui . refactoring . UserInputWizardPage ; import org . eclipse . swt . widgets . Composite ; import org . rubypeople . rdt . refactoring . core . movemethod . MoveMethodConfig ; public class SecondMoveMethodPage ext... | |
1,921 | <s> package com . asakusafw . compiler . flow . processor ; import com . asakusafw . compiler . common . TargetOperator ; import com . asakusafw . compiler . flow . DataClass ; import com . asakusafw . compiler . flow . DataClass . Property ; import com . asakusafw . compiler . flow . LinePartProcessor ; import com . a... | |
1,922 | <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... | |
1,923 | <s> package com . team1160 . scouting . frontend . elements ; import java . util . Vector ; import javax . swing . JComboBox ; import javax . swing . JLabel ; public class NumberDropDownElement extends ScoutingElement { private static final long serialVersionUID = 3243698735620782166L ; private JLabel label ; private J... | |
1,924 | <s> package com . asakusafw . vocabulary . flow . graph ; import java . text . MessageFormat ; import com . asakusafw . vocabulary . flow . In ; public final class FlowIn < T > implements In < T > { private InputDescription description ; private | |
1,925 | <s> package net . sf . sveditor . core . tests ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . NullProgressMonitor ; import net . sf . sveditor . core . StringInputStream ; import net . sf . sveditor . core . db . index . ISVDBFileS... | |
1,926 | <s> package org . rubypeople . rdt . internal . ui . util ; import org . eclipse . swt . graphics . FontMetrics ; import org . eclipse . swt . graphics . GC ; import org . eclipse . swt . widgets . Control ; import org . eclipse . jface . dialogs . Dialog ; public class PixelConverter { private FontMetrics fFontMetrics... | |
1,927 | <s> package de . fuberlin . wiwiss . d2rq . algebra ; import java . util . HashMap ; import java . util . Map ; import junit . framework . TestCase ; public class AttributeTest extends TestCase { private final static RelationName table1 = new RelationName ( null , "table1" ) ; private final static RelationName table1b ... | |
1,928 | <s> package com . asakusafw . testdriver ; import java . text . MessageFormat ; import com . asakusafw . testdriver . core . ModelVerifier ; public class IdentityVerifier implements ModelVerifier < Object > | |
1,929 | <s> package org . oddjob . persist ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . io . Serializable ; import org . oddjob . FailedToStopException ; import org . oddjob . Resetable ; import org . oddjob . Stateful ; import org . oddjob . St... | |
1,930 | <s> package com . asakusafw . dmdl . windgate . jdbc . driver ; import java . io . IOException ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Types ; import java . text . MessageFormat ; import java . util . Arrays ; import java . util . ... | |
1,931 | <s> package org . rubypeople . rdt . internal . core ; import java . util . HashSet ; import java . util . Iterator ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . IRubyElementDelta ; import org . rubypeople . rdt . core . IRubyProject ; import org . rubypeople . rdt . cor... | |
1,932 | <s> package de . fuberlin . wiwiss . d2rq . functional_tests ; import junit . framework . Test ; import junit . | |
1,933 | <s> package net . sf . sveditor . core . db ; public class SVDBTypeInfoClassItem extends SVDBTypeInfo { public SVDBParamValueAssignList fParamAssign ; public SVDBTypeInfoClassItem ( ) { this ( "" ) ; } public SVDBTypeInfoClassItem ( String name ) { super ( name , SVDBItemType . TypeInfoClassItem ) ; } public SVDBTypeIn... | |
1,934 | <s> package com . lmax . disruptor . support ; import com . lmax . disruptor . BatchHandler ; import com . lmax . disruptor . collections . Histogram ; public final class LatencyStepHandler implements BatchHandler < ValueEntry > { private final FunctionStep functionStep ; private final Histogram histogram ; private fin... | |
1,935 | <s> package org . rubypeople . rdt . internal . ui . preferences . formatter ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Iterator ; import java . util . Map ; import java . util . Observable ; import java . util . Observer ; import org . eclipse . swt . widgets . Composite ... | |
1,936 | <s> package org . oddjob . monitor . model ; import java . util . Observable ; import org . oddjob . logging . LogEvent ; import org . oddjob . logging . LogListener ; | |
1,937 | <s> package com . asakusafw . testdriver . rule ; import java . text . MessageFormat ; public class FloatRange implements ValuePredicate < Number > { private final double lowerBound ; private final double upperBound ; public FloatRange ( double lowerBound , double upperBound ) { this . lowerBound = lowerBound ; this . ... | |
1,938 | <s> package com . loiane . test ; import static org . junit . Assert . assertEquals ; import static org . junit . Assert . assertNotNull ; import java . util . List ; import org . junit . AfterClass ; import org . junit . BeforeClass ; import org . junit . Test ; import com . loiane . dao . BlogDAO ; import com . | |
1,939 | <s> package org . rubypeople . rdt . refactoring . tests . core . extractmethod ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jface . text . BadLocationException ; import org . rubypeople . rdt . refactoring . core . IRefactoringContext ; import org . rubypeople . ... | |
1,940 | <s> package org . rubypeople . rdt . internal . ui . browsing ; import org . eclipse . core . resources . IWorkspace ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . jface . viewers . IStructuredSelection ; import org . eclipse . ui . IW... | |
1,941 | <s> package de . fuberlin . wiwiss . d2rq . dbschema ; import junit . framework . Test ; import junit . framework . TestSuite ; | |
1,942 | <s> package com . asakusafw . windgate . core ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . Map ; import java . util . TreeMap ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory... | |
1,943 | <s> package org . oddjob . io ; import java . io . File ; import java . io . FileInputStream ; import junit . framework . TestCase ; import org . apache . commons . io . FileUtils ; import org . oddjob . Oddjob ; import org . oddjob . OurDirs ; import org . oddjob . arooa . xml . XMLConfiguration ; import org . oddjob ... | |
1,944 | <s> package og . android . tether . system ; import android . app . Application ; import android . bluetooth . BluetoothAdapter ; public class BluetoothService_eclair extends BluetoothService { BluetoothAdapter btAdapter = null ; public BluetoothService_eclair ( ) { super ( ) ; btAdapter = BluetoothAdapter . getDefault... | |
1,945 | <s> package org . oddjob . schedules . units ; import java . util . Arrays ; import org . oddjob . arooa . convert . ConversionProvider ; import org . oddjob . arooa . convert . ConversionRegistry ; import org . oddjob . arooa . convert . Convertlet ; import org . oddjob . arooa . convert . ConvertletException ; public... | |
1,946 | <s> package de . fuberlin . wiwiss . d2rq . sql . types ; import de . fuberlin . wiwiss . d2rq . sql . | |
1,947 | <s> package org . oddjob . jmx . handlers ; import java . io . Serializable ; import java . lang . reflect . UndeclaredThrowableException ; import java . util . ArrayList ; import java . util . Date ; import java . util . List ; import javax . management . InstanceNotFoundException ; import javax . management . MBeanAt... | |
1,948 | <s> package org . oddjob . monitor . action ; import junit . framework . TestCase ; import org . oddjob . Loadable ; import org . oddjob . monitor . model . MockExplorerContext ; import org . oddjob . util . MockThreadManager ; import org . oddjob . util . ThreadManager ; public class UnloadActionTest extends TestCase ... | |
1,949 | <s> package org . rubypeople . rdt . internal . cheatsheets . webservice ; import org . eclipse . core . resources . IProject ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . viewers . StructuredSelection ; import org . eclipse . jface . wizard . WizardDialog ; import org . eclipse . ui... | |
1,950 | <s> package org . rubypeople . rdt . internal . testunit . ui ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import java . util . StringTokenizer ; public class TestUnitPreferencesConstants { public final static String DO_FILTER_STACK = TestunitPlugin . PLUGIN_ID + "" ; pub... | |
1,951 | <s> package org . rubypeople . rdt . refactoring . tests . core . inlinemethod ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . jruby . ast . MethodDefNode ; import org . rubypeople . rdt . refactoring . core . inlinemethod . MethodFinder ; import org . rubypeople . rdt . refac... | |
1,952 | <s> package com . aptana . rdt ; import java . io . File ; import java . io . IOException ; import java . net . URL ; import org . eclipse . core . runtime . FileLocator ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Plugin ; public class AptanaRDTTests extends Plugin { privat... | |
1,953 | <s> package org . rubypeople . rdt . internal . launching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . rubypeople . rdt . core . ILoadpathContainer ; import org . rubypeople . rdt . core . IRubyProject ; import org . rubypeople . rdt . core . Loa... | |
1,954 | <s> package net . sf . sveditor . core . tests . parser ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . parser . SVParseException ; import junit . framework . TestCase ; public class TestParseSpecify extends TestCase { public void testSpecifyIf ( ) throws SVParseException { Stri... | |
1,955 | <s> package org . oddjob . describe ; import java . util . Map ; import org . oddjob . arooa . ArooaSession ; public class UniversalDescriber implements Describer { private final Describer [ ] describers ; public UniversalDescriber ( ArooaSession session ) { describers = new Describer | |
1,956 | <s> package org . springframework . social . google . api . plus . person ; public class ProfileURL { private String value ; private String type ; @ Override public String toString ( ) { | |
1,957 | <s> package org . oddjob . sql ; import java . sql . Connection ; import java . sql . PreparedStatement ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . util . Date ; import org . oddjob . util . Clock ; public class SQLClock { public static final String DEFAULT_SQL = "" ; private Stri... | |
1,958 | <s> package org . rubypeople . rdt . internal . ui . text ; import junit . framework . Test ; import junit . framework . TestSuite ; import org . rubypeople . rdt . internal . ui . text . ruby . TC_RubyTokenScanner ; public class TS_InternalUiText { public static Test suite ( ) { TestSuite suite = new TestSuite ( "" ) ... | |
1,959 | <s> package com . pogofish . jadt . emitter ; import static com . pogofish . jadt . ast . ASTConstants . NO_COMMENTS ; import static com . pogofish . jadt . ast . ArgModifier . _Final ; import static com . pogofish . jadt . ast . ArgModifier . _Transient ; import static com . pogofish . jadt . ast . ArgModifier . _Vola... | |
1,960 | <s> package com . asakusafw . vocabulary . model ; import java . lang . annotation . Documented ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation . RetentionPolicy ; import java . lang . annotation . Target ; @ Deprecated @ | |
1,961 | <s> package org . rubypeople . rdt . internal . corext . callhierarchy ; import java . util . Arrays ; import java . util . Comparator ; import java . util . HashMap ; import java . util . Map ; import org . eclipse . core . runtime . IProgressMonitor ; import org . jruby . ast . Node ; import org . rubypeople . rdt . ... | |
1,962 | <s> package net . sf . sveditor . core . scanner ; import net . sf . sveditor . core . db . SVDBMacroDef ; public interface IPreProcMacroProvider { SVDBMacroDef findMacro | |
1,963 | <s> package org . rubypeople . rdt . internal . ui . dialogs ; import org . eclipse . swt . graphics . Point ; import org . eclipse . swt . graphics . Rectangle ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Control ; import org . eclipse . swt . widgets . Shell ; import org... | |
1,964 | <s> package org . oddjob . schedules . schedules ; import java . text . DateFormat ; import java . text . ParseException ; import java . text . SimpleDateFormat ; import java . util . Calendar ; import java . util . Date ; import junit . framework . TestCase ; import org . oddjob . OddjobDescriptorFactory ; import org ... | |
1,965 | <s> package com . asakusafw . dmdl . thundergate ; import java . util . Collection ; import java . util . Set ; import java . util . regex . Pattern ; import com . asakusafw . utils . collections . Sets ; public interface ModelMatcher { ModelMatcher ALL = new ModelMatcher ( ) { @ Override public boolean acceptModel ( S... | |
1,966 | <s> package com . asakusafw . runtime . configuration ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . net . ... | |
1,967 | <s> package org . oddjob . jmx ; import org . oddjob . jmx . handlers . DescribeableHandlerFactory ; import org . oddjob . jmx . handlers . DynaBeanHandlerFactory ; import org . oddjob . jmx . handlers . LogEnabledHandlerFactory ; import org . oddjob . jmx . handlers . LogPollableHandlerFactory ; import org . oddjob . ... | |
1,968 | <s> package org . apache . camel . example . reportincident ; import org . apache . camel . CamelContext ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import org . apache . cxf . jaxws . JaxWsProxyFactoryBean ; import org . junit . Test ; import org . springfra... | |
1,969 | <s> package logmx . parser ; import java . text . SimpleDateFormat ; import java . util . Date ; import com . lightysoft . logmx . business . ParsedEntry ; import com . lightysoft . logmx . mgr . LogFileParser ; public class GlassfishLogFileParser extends LogFileParser { private final static SimpleDateFormat DATE_FORMA... | |
1,970 | <s> package org . rubypeople . rdt . internal . ui . wizards . dialogfields ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . ModifyEvent ; import org . eclipse . swt . events . ModifyListener ; import org . eclipse . swt . layout . GridData ; import org . eclipse . swt . widgets . Composite ; ... | |
1,971 | <s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IAdapterFactory ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . RubyCore ; public class ResourceAdapterFactory implements IAda... | |
1,972 | <s> package org . springframework . social . quickstart . config ; import javax . sql . DataSource ; import org . springframework . beans . factory . annotation . Autowired ; import org . springframework . context . annotation . Bean ; import org . springframework . context . annotation . Configuration ; import org . s... | |
1,973 | <s> package net . sf . sveditor . core . db . persistence ; import java . io . DataInput ; import java . io . DataOutput ; import java . util . List ; import java . util . Map ; import net . sf . sveditor . core . db . ISVDBChildItem ; import net . sf . sveditor . core . db . ISVDBChildParent ; import net . sf . svedit... | |
1,974 | <s> package net . ggtools . grand . ui . widgets . property ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . util . HashMap ; import java . util . Map ; import java . util . Properties ; import net . ggtools . grand . ui . widgets . ExceptionDia... | |
1,975 | <s> package org . rubypeople . rdt . refactoring . nodewrapper ; import java . util . ArrayList ; import java . util . Collection ; import org . jruby . ast . ArgsCatNode ; import org . jruby . ast . ArrayNode ; import org . jruby . ast . Node ; import org . jruby . ast . SplatNode ; import org . rubypeople . rdt . ref... | |
1,976 | <s> package org . oddjob . framework ; import java . beans . PropertyChangeListener ; import java . beans . PropertyChangeSupport ; import javax . swing . ImageIcon ; import org . apache . log4j . Logger ; import org . oddjob . Iconic ; import org . oddjob . Stateful ; import org . oddjob . arooa . ArooaConfigurationEx... | |
1,977 | <s> package net . sf . sveditor . doc . user ; import org . eclipse . core . runtime . Plugin ; import org . osgi . framework . BundleContext ; public class Activator extends Plugin { private static Activator fPlugin ; @ Override public void start ( BundleContext context ) throws Exception { super . start ( context ) ;... | |
1,978 | <s> package com . team1160 . scouting . frontend . elements ; import java . awt . BorderLayout ; import java . awt . Component ; import javax . swing . JLabel ; import javax . swing . JScrollPane ; import javax . swing . JTextArea ; public class MultiLineInputElement extends ScoutingElement { private static final long ... | |
1,979 | <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 . Text ; import org . apache . hadoop . io . Writable ; import com . asakusafw . runtime . value . DateT... | |
1,980 | <s> package org . rubypeople . rdt . internal . ui . search ; import org . eclipse . search . ui . text . Match ; public class RubyElementMatch extends Match { private int fAccuracy ; private int fMatchRule ; private boolean fIsWriteAccess ; private boolean fIsReadAccess ; private boolean fIsRubydoc ; RubyElementMatch ... | |
1,981 | <s> package org . oddjob . designer . components ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaType ; im... | |
1,982 | <s> package org . rubypeople . rdt . refactoring . core . renamefield . fielditems ; import org . jruby . ast . Node ; import org . jruby . ast . SymbolNode ; public class AttrFieldItem extends FieldItem { private SymbolNode | |
1,983 | <s> package net . sf . sveditor . ui . editor ; import org . eclipse . jface . text . BadLocationException ; import org . eclipse . jface . text . IDocument ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . Region ; import org . eclipse . jface . text . source . ICharacterPairMatch... | |
1,984 | <s> package org . rubypeople . rdt . internal . ui . workingsets ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . rubypeople . rdt . core . IRubyModel ; import org . rubypeople . rdt . core . RubyModelException ; import org . rubypeople . rdt . ... | |
1,985 | <s> package com . asakusafw . compiler . operator ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . Reader ; import java ... | |
1,986 | <s> package org . epic . regexp . views ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . ui . actions . ActionFactory ; import org . eclipse . ui . part . * ; import org . eclipse . swt . graphics . Image ; import org . eclipse . jface . action . * ; import org . eclipse . jface . resource . ... | |
1,987 | <s> package com . asakusafw . compiler . fileio . io ; import java . io . IOException ; import com . asakusafw . compiler . fileio . model . ExJoined2 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class ExJoined2Output implements ModelOutput... | |
1,988 | <s> package hudson . stagingworkflow ; import org . jbpm . graph . def . ActionHandler ; import org . jbpm . graph . exe . ExecutionContext ; import org . jbpm . graph . exe . Token ; import org . jbpm . graph . node . TaskNode ; import org . jbpm . taskmgmt . def . Task ; import org . jbpm . taskmgmt . exe . TaskInsta... | |
1,989 | <s> package com . asakusafw . compiler . flow . testing . io ; import java . io . IOException ; import com . asakusafw . compiler . flow . testing . model . Part2 ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class Part2Output implements Mod... | |
1,990 | <s> package org . rubypeople . rdt . internal . ui . util ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . resource . JFaceResources ; import org . eclipse . jface . util . Assert ; import org . eclipse . swt . SWT ; import org . eclipse . swt . dnd . DragSource ; import org ... | |
1,991 | <s> package org . rubypeople . rdt . ui . actions ; import java . lang . reflect . InvocationTargetException ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; import org . eclips... | |
1,992 | <s> package org . springframework . samples . petclinic . aspects ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import org . aspectj . lang . annotation . Aspect ; import org . aspectj . lang . annotation . Before ; @ Aspect public class UsageLogAspect { private int h... | |
1,993 | <s> package net . sf . sveditor . core . tests . indent ; import junit . framework . TestCase ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . indent . ISVIndenter ; import net . sf . sveditor . core . indent . SVIndentScanner ; import net . sf . sveditor . core . log . LogFactor... | |
1,994 | <s> package org . oddjob . designer . elements . schedule ; import org . oddjob . arooa . design . DesignFactory ; import org . oddjob . arooa . design . DesignInstance ; import org . oddjob . arooa . design . DesignProperty ; import org . oddjob . arooa . design . SimpleTextAttribute ; import org . | |
1,995 | <s> package com . asakusafw . utils . java . internal . model . syntax ; import java . util . List ; import com . asakusafw . utils . java . model . syntax . Attribute ; import com . asakusafw . utils . java . model . syntax . LocalVariableDeclaration ; import com . asakusafw . utils . java . model . syntax . ModelKind... | |
1,996 | <s> package org . oddjob . tools . includes ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . InputStream ; import org . oddjob . doclet . CustomTagNames ; import org . oddjob . io . ResourceType ; import org . oddjob . jobs . XSLTJob ; public class XMLResourceLoa... | |
1,997 | <s> package test . modelgen . table . io ; import java . io . IOException ; import javax . annotation . Generated ; import test . modelgen . table . model . ImportTarget1 ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; @ Generated ( "" ) @ SuppressWarnings (... | |
1,998 | <s> package org . rubypeople . rdt . internal . testunit . ui ; import org . eclipse . debug . core . ILaunchManager ; import org . eclipse . jface . action . Action ; public class RerunAction extends Action { private String fTestId ; private String fClassName ; private String fTestName ; private TestUnitView fTestRunn... | |
1,999 | <s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.