id int32 0 3k | input stringlengths 43 33.8k | gt stringclasses 1
value |
|---|---|---|
1,700 | <s> package org . oddjob . util ; import junit . framework . TestCase ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . reflect . ArooaPropertyException ; import org . oddjob . arooa . xml . XMLConfigura... | |
1,701 | <s> package net . michaelkerley ; import javax . microedition . lcdui . Font ; import javax . microedition . lcdui . Display ; import javax . microedition . midlet . MIDlet ; import javax . microedition . midlet . MIDletStateChangeException ; import javax . microedition . rms . RecordStoreException ; public class Pipes... | |
1,702 | <s> package com . team1160 . scouting . frontend . panels ; import com . team1160 . scouting . frontend . elements . JumpMenuItem ; import java . awt . BorderLayout ; import java . awt . Dimension ; import javax . swing . ImageIcon ; import javax . swing . JLabel ; import javax . swing . JPanel ; import com . team1160 ... | |
1,703 | <s> package org . oddjob . jobs ; import java . io . BufferedInputStream ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . io . OutputStream ; import java . util . HashMap ; import ja... | |
1,704 | <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,705 | <s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; public class | |
1,706 | <s> package org . rubypeople . rdt . refactoring . core . movefield ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . core . renamefield . FieldRenamer ; import org . rubypeople . rdt . refactoring . core . renamefield . RenameFieldConditionChecker ; import org . rubypeople . rdt . refac... | |
1,707 | <s> package com . asakusafw . compiler . flow . stage ; import java . util . List ; import java . util . Map ; import com . asakusafw . compiler . common . NameGenerator ; import com . asakusafw . compiler . common . Precondition ; import com . asakusafw . compiler . flow . FlowCompilingEnvironment ; import com . asaku... | |
1,708 | <s> package org . oddjob . schedules . schedules ; import java . text . ParseException ; import junit . framework . TestCase ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . standard . Stan... | |
1,709 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . ISafeRunnable ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . NullProgressMonitor ; import org . eclipse . cor... | |
1,710 | <s> package org . oddjob . util ; import java . util . concurrent . Exchanger ; import java . util . concurrent . atomic . AtomicInteger ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; public class SimpleThreadManagerTest extends TestCase { private static final Logger logger = Logger . ge... | |
1,711 | <s> package org . rubypeople . rdt . internal . ui . browsing ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jface . viewers . DecoratingLabelProvider ; import org . eclipse . jface . viewers . IContentProvider ; import org . eclipse . jface . viewers . ISelection ; import org . eclips... | |
1,712 | <s> package org . rubypeople . rdt . internal . corext . refactoring . base ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IAdaptable ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . NullProgressMonitor ; import org .... | |
1,713 | <s> package org . rubypeople . rdt . internal . codeassist ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . eclipse . core . resources . IFile ; import org . eclipse ... | |
1,714 | <s> package de . fuberlin . wiwiss . d2rq . find ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Collections ; import java . util . Comparator ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import com . hp . hpl . jena . datatypes . RDFD... | |
1,715 | <s> package com . asakusafw . compiler . operator . io ; import java . io . IOException ; import com . asakusafw . compiler . operator . model . MockKeyValue2 ; import com . asakusafw . runtime . io . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class MockKeyValue2Input implements Mo... | |
1,716 | <s> package com . asakusafw . runtime . io . sequencefile ; import java . io . Closeable ; import java . io . IOException ; import org . apache . hadoop . io . NullWritable ; import org . apache . hadoop . io . SequenceFile ; | |
1,717 | <s> package org . oddjob . doclet ; import junit . framework . TestCase ; public class ManualWriterTest extends TestCase { public void testIndexFileWithPackage ( ) { String result = ManualWriter . getIndexFile ( "" ) ; assertEquals ( "" , result ) ; } public void testIndexFileWithSmallNames ( ) { String result = Manual... | |
1,718 | <s> package org . rubypeople . rdt . internal . debug . ui . rubyvms ; import java . io . File ; import java . util . Iterator ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Path ; import org . eclipse . core . runtime . Status... | |
1,719 | <s> package org . oddjob . util ; public class ClassLoaderSorter { public ClassLoader getTopLoader ( Class < ? > [ ] forClasses ) { ClassLoader topLoader | |
1,720 | <s> package net . sf . sveditor . core . db . index ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . List ; public class SVDBFSFileSystemProvider implements ISVDBFileSystemProvider { p... | |
1,721 | <s> package com . asakusafw . dmdl . source ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . Reader ; import java . net . URI ; import java . net . URISyntaxException ; import java . net . URL ; import java . nio . charset . Charset ; import j... | |
1,722 | <s> package com . asakusafw . compiler . flow . testing . external ; import com . asakusafw . compiler . flow . testing . model . Part1 ; import com . asakusafw . compiler . testing . TemporaryOutputDescription ; public class Part1MockExporterDescription extends TemporaryOutputDescription { @ Override public Class < ? ... | |
1,723 | <s> package com . pogofish . jadt . samples . comments . data ; import java . util . * ; public abstract class CommentStyle1 { private CommentStyle1 ( ) { } public static final CommentStyle1 _Foo ( int arg1 , int arg2 ) { return new Foo ( arg1 , arg2 ) ; } private static final CommentStyle1 _Bar = new Bar ( ) ; public ... | |
1,724 | <s> package org . oddjob . jobs ; import java . io . ByteArrayOutputStream ; import java . util . Arrays ; import junit . framework . TestCase ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . arooa . reflect . BeanView ; import org . oddjob . arooa . standard . StandardArooaSe... | |
1,725 | <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 . IndexedDesignProperty ; import org . oddjob . arooa . design . ... | |
1,726 | <s> package org . rubypeople . rdt . internal . ui . viewsupport ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IPath ; import org . eclipse . ui . model . IWorkbenchAdapter ; import org . rubypeople . rdt . core . IFi... | |
1,727 | <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 . ModelInput ; import com . asakusafw . runtime . io . RecordParser ; public final class Part2Input implements ModelI... | |
1,728 | <s> package org . oddjob . persist ; import java . io . File ; import java . io . IOException ; import java . io . ObjectOutputStream ; import java . io . Serializable ; import java . lang . reflect . InvocationHandler ; import java . lang . reflect . InvocationTargetException ; import java . lang . reflect . Method ; ... | |
1,729 | <s> package com . asakusafw . runtime . testing ; import java . util . ArrayList ; import java . util . List ; import com . asakusafw . runtime . core . Result ; public class MockResult < T > implements Result < T > { private List < T > results = new ArrayList < T > ( ) ; public static < T > MockResult < T > create ( )... | |
1,730 | <s> package org . oddjob . schedules ; import java . util . Date ; import java . util . TimeZone ; import org . apache . log4j . Logger ; import org . oddjob . arooa . ArooaValue ; import org . oddjob . arooa . convert . ConversionProvider ; import org . oddjob . arooa . convert . ConversionRegistry ; import org . oddj... | |
1,731 | <s> package org . oddjob . logging . cache ; import java . util . HashMap ; import java . util . Map ; public class SimpleCounter { private Map < Object , Integer > counter = new HashMap < Object , Integer > ( ) ; public void add ( Object key ) { add ( key , null ) ; } | |
1,732 | <s> package com . asakusafw . runtime . directio ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . BitSet ; import java . util . Collections ; import java . util . List ; public class FilePattern implements ResourcePattern { private static final int CHAR_ESCAPE = '\\' ; privat... | |
1,733 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import java . util . List ; import org . eclipse . jface . viewers . StructuredSelection ; import org . eclipse . swt . SWT ; import org . eclipse . swt . widgets . Composite ; import org . eclipse . swt . widgets . Control ; import org . rubyp... | |
1,734 | <s> package org . oddjob . persist ; import java . io . Serializable ; import java . lang . reflect . InvocationHandler ; import java . lang . reflect . Method ; import java . lang . reflect . Proxy ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import javax . swing . ImageIco... | |
1,735 | <s> package $ { package } . operator ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . ArrayList ; import java . util . List ; import org . junit . Test ; import $ { package } . modelgen . dmdl . model . ItemInfo ; import $ { package } . modelgen . dmdl . mode... | |
1,736 | <s> package org . oddjob . script ; import java . sql . Date ; import java . util . Calendar ; public class GreetingService { public String greeting ( Date date ) { Calendar cal = Calendar . getInstance ( ) ; cal | |
1,737 | <s> package fi . koku . services . utility . authorizationinfo . v1 . model ; public class OrgUnit { private String id ; private String name ; private String serviceArea ; public OrgUnit ( String id ) { this . id = id ; } public OrgUnit ( String id , String name ) { this . id = id ; this . name = name ; } public OrgUni... | |
1,738 | <s> package org . rubypeople . rdt . internal . ui . preferences . formatter ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . dialogs . StatusDialog ; import org . eclipse . swt . SWT ; import org . eclipse . swt . events . Mo... | |
1,739 | <s> package net . sf . sveditor . ui . editor . actions ; import java . lang . reflect . InvocationTargetException ; import java . util . ResourceBundle ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBClassDecl ; import net . sf . sveditor . core . db . SVDBItemTy... | |
1,740 | <s> package com . asakusafw . thundergate . runtime . cache ; import java . io . Closeable ; import java . io . IOException ; import java . net . URI ; import java . text . MessageFormat ; import java . util . Properties ; import org . apache . hadoop . conf . Configuration ; import org . apache . hadoop . fs . FSDataI... | |
1,741 | <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 . jruby . ast . ClassNode ; import org . jruby . ast . ConstDeclNode ; import org . jruby . ast . ModuleNode ; impo... | |
1,742 | <s> package com . asakusafw . bulkloader . common ; import static org . junit . Assert . * ; import java . io . File ; import java . sql . Connection ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . List ; import org . junit . After ; import org . junit . AfterClass ; import org . j... | |
1,743 | <s> package net . sf . sveditor . ui . editor . actions ; import java . util . ResourceBundle ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . index . SVDBDeclCacheItem ; import net . sf . sveditor . ui . SVEditorUtil ; import net . sf . sveditor . ui . dialog . types ... | |
1,744 | <s> package net . sf . sveditor . core . tests . content_assist ; import net . sf . sveditor . core . content_assist . AbstractCompletionProcessor ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . index . ISVDBIndexIterator ; import net . sf . sveditor . core . log . LogFact... | |
1,745 | <s> package org . rubypeople . rdt . refactoring . core . movemethod ; import org . eclipse . osgi . util . NLS ; public class Messages extends NLS { private static final String BUNDLE_NAME = "" ; public static String MethodMover_An ; public static String MethodMover_DuToNameConflicts ; public static String MethodMover... | |
1,746 | <s> package net . sf . sveditor . core . db . index ; import net | |
1,747 | <s> package com . asakusafw . dmdl . thundergate . view . model ; public class Name { public final String token ; public Name ( String token ) { if ( token == null ) { throw new IllegalArgumentException ( "" ) ; } this . token = token ; } public Name ( Name qualifier , Name rest ) { if ( qualifier == null ) { throw new... | |
1,748 | <s> package org . rubypeople . rdt . internal . ui . text . ruby ; import org . eclipse . core . runtime . IProgressMonitor ; public interface IProblemRequestorExtension { void setProgressMonitor ( IProgressMonitor monitor ) ; void setIsActive ( boolean isActive ) ; | |
1,749 | <s> package com . asakusafw . compiler . flow . processor . flow ; import com . asakusafw . compiler . flow . processor . MasterJoinUpdateFlowProcessor ; import com . asakusafw . compiler . flow . processor . operator . MasterJoinUpdateFlowFactory ; import com . asakusafw . compiler . flow . processor . operator . Mast... | |
1,750 | <s> package br . com . caelum . vraptor . dash . hibernate ; import java . io . IOException ; import java . text . NumberFormat ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import net . sf . ehcache . CacheManager ... | |
1,751 | <s> package net . sf . sveditor . core . db . search ; import net . sf . sveditor . core . db . | |
1,752 | <s> package com . asakusafw . testdriver . core ; import java . lang . reflect . Type ; import java . text . MessageFormat ; import java . util . List ; import com . asakusafw . runtime . util . TypeUtil ; import com . asakusafw . vocabulary . external . ImporterDescription ; public abstract class BaseImporterPreparato... | |
1,753 | <s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBSequenceRepetitionExpr extends SVDBExpr { public String fRepType ; public SVDBExpr fExpr ; public SVDBSequenceRepetitionExpr ( ) { super ( SVDBItemType | |
1,754 | <s> package org . rubypeople . rdt . core ; import org . rubypeople . rdt . core | |
1,755 | <s> package com . sun . tools . hat . internal . lang ; import java . util . Map ; import | |
1,756 | <s> package org . rubypeople . rdt . internal . core . parser ; import java . util . Iterator ; import java . util . List ; import org . jruby . ast . AliasNode ; import org . jruby . ast . AndNode ; import org . jruby . ast . ArgsCatNode ; import org . jruby . ast . ArgsNode ; import org . jruby . ast . ArgsPushNode ;... | |
1,757 | <s> package com . team1160 . scouting . frontend . elements ; import java . awt . event . ActionEvent ; import java . awt . event . ActionListener ; import javax . swing . JButton ; import com . team1160 . scouting . frontend . resourcePackets . CardLayoutPacket ; public class JumpButton extends JButton implements Acti... | |
1,758 | <s> package com . asakusafw . modelgen . view . model ; import java . text . MessageFormat ; import com . asakusafw . modelgen . model . Aggregator ; public class Select { public final Name name ; public final Aggregator aggregator ; public final Name alias ; public Select ( Name name , Aggregator aggregator , Name ali... | |
1,759 | <s> package com . asakusafw . yaess . basic ; import java . io . IOException ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . yaess . core . ExecutionContext ; import com . asakusafw . yaess . core . ExecutionMonitor ; import com . asakus... | |
1,760 | <s> package net . bioclipse . opentox . prefs ; import org . eclipse . jface . dialogs . IDialogConstants ; import org . eclipse . jface . dialogs . MessageDialog ; import org . eclipse . jface . dialogs . TitleAreaDialog ; import org . eclipse . swt . SWT ; import org . eclipse . swt . layout . GridData ; import org .... | |
1,761 | <s> package org . oddjob . doclet ; import java . io . File ; import org . oddjob . Oddjob ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaType ; import org . oddjob . arooa . beandocs . SessionArooaDocFactory ; import org . oddjob . arooa . beandocs . WriteableArooaDoc ; import org... | |
1,762 | <s> package org . rubypeople . rdt . refactoring . tests . core . inlinemethod ; import org . rubypeople . rdt . refactoring . core . inlinemethod . RenameDuplicatedVariables ; import org . rubypeople . rdt . refactoring . documentprovider . IDocumentProvider ; import org . rubypeople . rdt . refactoring . tests . core... | |
1,763 | <s> package org . rubypeople . rdt . launching ; import org . eclipse . core . runtime . CoreException ; | |
1,764 | <s> package net . sf . sveditor . core . db . refs ; import java . util . List ; public class SVDBTypeRefMatcher implements ISVDBRefMatcher { public void find_matches | |
1,765 | <s> package org . rubypeople . rdt . internal . ui . wizards . buildpaths ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jface . util . Assert ; public class CPVariableElement { private String fName ; private IPath [ ] fPath ; private boolean fIsReserved ; public CPVariableElement ( String nam... | |
1,766 | <s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . action . ActionContributionItem ; import org . eclipse . jface . action . IMenuCreator ; import org . eclipse . swt . SWT ; import org . eclipse . swt . widgets . Control ... | |
1,767 | <s> package com . asakusafw . dmdl . util ; import java . io . IOException ; import java . io . Reader ; import java . net . URI ; import java . text . MessageFormat ; import java . util . ServiceLoader ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . dmdl . Diagnostic ; imp... | |
1,768 | <s> package org . rubypeople . rdt . refactoring . core . inlinemethod ; import org . rubypeople . rdt . | |
1,769 | <s> package com . asakusafw . windgate . core . process ; import java . io . IOException ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . runtime . core . context . RuntimeContext ; import com . asakusafw . runtime . core . context . SimulationSupport ; import com . asakusaf... | |
1,770 | <s> package org . oddjob . logging . cache ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Map ; import java . util . Set ; import org . apache . log4j . Logger ; import org . oddjob . logging . ArchiveNameResolver ; import org . oddjob . logging . LogArchiver ; import org . oddjob ... | |
1,771 | <s> package org . rubypeople . rdt . refactoring . core . rename ; import org . rubypeople . rdt . refactoring . core . IRefactoringConditionChecker ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . core . RefactoringConditionChecker ; import org .... | |
1,772 | <s> package com . asakusafw . dmdl . java . emitter ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . math . BigDecimal ; import org . apache . hadoop . io . Text ; import org . hamcrest . Matcher ; import org . junit . Test ; import com . asakusafw . dmdl . java . G... | |
1,773 | <s> package org . oddjob . schedules ; public class CalendarUnit { private final int field ; private final int value ; public CalendarUnit ( int field , int value ) { this . field = field ; this . value = value ; } public int getField ( ) { return field ; } | |
1,774 | <s> package net . sf . sveditor . core . db . stmt ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBChildItem ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBStmt extends SVDBChildItem { protected SVDBStmt ( SVDBItemType type ) { super ( ... | |
1,775 | <s> package org . rubypeople . rdt . internal . ui . util ; import java . util . List ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . jface . viewers . IStructuredSelection ; public class SelectionUtil { public static List toList ( ISelection selection ) { | |
1,776 | <s> package jtwitter ; import java . io . IOException ; import java . io . InputStream ; import java . io . StringReader ; import java . net . MalformedURLException ; import java . text . ParseException ; import java . util . HashMap ; import javax . xml . parsers . DocumentBuilder ; import javax . xml . parsers . Docu... | |
1,777 | <s> package org . rubypeople . rdt . internal . ui . preferences ; import java . io . IOException ; import java . net . URL ; import java . text . MessageFormat ; import org . eclipse . core . runtime . FileLocator ; import org . eclipse . core . runtime . Preferences ; import org . eclipse . jface . preference . Boole... | |
1,778 | <s> package org . rubypeople . rdt . refactoring . ui . pages . extractmethod ; import java . util . Observable ; import org . eclipse . swt . events . ModifyEvent ; import org . eclipse . swt . events . ModifyListener ; import org . eclipse . swt . widgets . Text ; import org . rubypeople . rdt . refactoring . core . ... | |
1,779 | <s> package com . pogofish . jadt . samples . whathow . data ; public abstract class OptionalInt { private OptionalInt ( ) { } public static final OptionalInt _Some ( int value ) { return new Some ( value ) ; } private static final OptionalInt _None = new None ( ) ; public static final OptionalInt _None ( ) { return _N... | |
1,780 | <s> package com . mcbans . firestar . mcbans . callBacks ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firestar . mcbans . log . LogLevels ; import com . mcbans . firestar . mcbans . request . JsonHandler ; import org . bukkit . ChatColor ; import org . bukkit . entity . Player ; i... | |
1,781 | <s> package org . oddjob . scheduling ; 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 . SimpleTextAt... | |
1,782 | <s> package org . rubypeople . rdt . refactoring . core . inlinemethod ; import org . jruby . ast . MethodDefNode ; import org . rubypeople . rdt . refactoring . documentprovider . DocumentProvider ; import org . rubypeople . | |
1,783 | <s> package com . devtty . gat . controller ; import com . devtty . gat . data . MemberRepository ; import com . devtty . gat . model . Member ; import javax . annotation . PostConstruct ; import javax . enterprise . event . Event ; import javax . enterprise . inject . Model ; import javax . enterprise . inject . Produ... | |
1,784 | <s> package org . rubypeople . rdt . internal . core ; import org . eclipse . core . resources . IMarkerDelta ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IResourceChangeEvent ; import org . eclipse . core . resources . IResourceDelta ; import org . rubypeople . ecli... | |
1,785 | <s> package org . rubypeople . rdt . internal . ui ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IStatus ; public | |
1,786 | <s> package org . rubypeople . rdt . refactoring . action ; import org . rubypeople . rdt . refactoring . core . | |
1,787 | <s> package com . asakusafw . runtime . value ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import java . text . MessageFormat ; import com . asakusafw . runtime . io . util . WritableRawComparable ; public final class DateOption extends ValueOption < DateOption > { p... | |
1,788 | <s> package com . asakusafw . runtime . io . util ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; public final class NullWritableRawComparable implements WritableRawComparable { public static final NullWritableRawComparable INSTANCE = new NullWritableRawComparable ( ) ;... | |
1,789 | <s> package org . rubypeople . rdt . refactoring . tests . core . generateconstructor ; import org . rubypeople . rdt . refactoring . core . generateconstructor . ConstructorsGenerator ; import org . rubypeople . rdt . refactoring . documentprovider . StringDocumentProvider ; import org . rubypeople . rdt . refactoring... | |
1,790 | <s> package com . asakusafw . dmdl . analyzer . driver ; import java . util . Map ; import com . asakusafw . dmdl . Diagnostic ; import com . asakusafw . dmdl . Diagnostic . Level ; import com . asakusafw . dmdl . model . AstAttribute ; import com . asakusafw . dmdl . model . AstAttributeElement ; import com . asakusaf... | |
1,791 | <s> package org . rubypeople . rdt . internal . core . util ; public final class HashtableOfArrayToObject implements Cloneable { public Object [ ] [ ] keyTable ; public Object [ ] valueTable ; public int elementSize ; int threshold ; public HashtableOfArrayToObject ( ) { this ( 13 ) ; } public HashtableOfArrayToObject ... | |
1,792 | <s> package com . asakusafw . dmdl ; import java . text . MessageFormat ; import com . asakusafw . dmdl . model . AstNode ; public class Diagnostic { public final Diagnostic . Level level ; public final String message ; public final Region region ; public Diagnostic ( Diagnostic . | |
1,793 | <s> package org . oddjob . monitor . actions ; import java . beans . PropertyChangeListener ; import javax . swing . KeyStroke ; import org . oddjob . monitor . context . ExplorerContext ; public class MockExplorerAction implements ExplorerAction { @ Override public String getName ( ) { throw new RuntimeException ( "" ... | |
1,794 | <s> package mc . now . util ; import java . io . File ; import java . io . FileInputStream ; import java . net . URI ; import java . net . URL ; import java . util . Properties ; import org . apache . commons . io . FilenameUtils ; import org . apache . log4j . Logger ; public class InstallerConfig { private static fin... | |
1,795 | <s> package net . bioclipse . opentox . ui . handlers ; import net . bioclipse . opentox . ui . wizards . CreateDatasetWizard ; import org . eclipse . core . commands . AbstractHandler ; import org . eclipse . core . commands . ExecutionEvent ; import org . eclipse . core . commands . ExecutionException ; import org . ... | |
1,796 | <s> package com . asakusafw . dmdl . model ; import com . asakusafw . dmdl . Region ; public class AstReferenceType extends AbstractAstNode implements AstType { private final Region region ; public final AstSimpleName name ; public AstReferenceType ( Region region , AstSimpleName name ) { if ( name == null ) { throw ne... | |
1,797 | <s> package org . oddjob . monitor . action ; import javax . swing . KeyStroke ; import org . oddjob . Forceable ; import org . oddjob . monitor . Standards ; import org . oddjob . monitor . context . ExplorerContext ; import org . oddjob . monitor . model . JobAction ; import org . oddjob . util . ThreadManager ; publ... | |
1,798 | <s> package com . pogofish . jadt . maven ; import java . io . File ; import org . apache . maven . plugin . AbstractMojo ; import org . apache . maven . plugin . MojoExecutionException ; import org . apache . maven . project . MavenProject ; import com . pogofish . jadt . JADT ; public class JADTMojo extends AbstractM... | |
1,799 | <s> package com . pogofish . jadt . printer ; import java . util . List ; import com . pogofish . jadt . ast . Annotation ; import com . pogofish . jadt . ast . AnnotationElement ; import com . pogofish . jadt . ast . AnnotationElement . ElementValue ; import com . pogofish . jadt . ast . AnnotationElement . ElementVal... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.