id
int32
0
3k
input
stringlengths
43
33.8k
gt
stringclasses
1 value
100
<s> package bonsai . app . weather ; import java . util . ArrayList ; import java . util . List ; import org . xml . sax . Attributes ; import org . xml . sax . helpers . DefaultHandler ; public class XmlHandler extends DefaultHandler { int n = 0 ; private List < Weather > weathers = new ArrayList < Weather > ( ) ; pri...
101
<s> package edsdk . utils ; import java . awt . image . BufferedImage ; import java . io . File ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . Map ; import java . util . concurrent . ConcurrentLinkedQueue ; import com . sun . jna . Library ; import com . sun . jna . Native ; impo...
102
<s> package com . asakusafw . testdriver . excel ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashSet ; import java . util . Set ; import com . asakusafw . testdriver . rule . DataModelCondition ; public enum TotalConditionKind { STRICT ( "Strict" , "-UNK-" ) , SKIP_UNEXPECTED...
103
<s> package com . asakusafw . utils . java . internal . parser . javadoc . ir ; public class IrDocNamedType extends AbstractIrDocElement implements IrDocFragment , IrDocType { private static final long serialVersionUID = 1L ; private IrDocName name ; public IrDocNamedType ( IrDocName name ) { super ( ) ; if ( name == n...
104
<s> package com . asakusafw . bulkloader . common ; import java . util . Collections ; import java . util . HashMap ; import java . util . Map ; @ Deprecated public enum CacheUseType { USE ( "1" ) , NONE ( "2" ) ; private String cacheUseType ;
105
<s> package org . oddjob . schedules . schedules ; import java . text . ParseException ; import java . util . Date ; import java . util . TimeZone ; import junit . framework . TestCase ; import org . oddjob . OddjobDescriptorFactory ; import org . oddjob . arooa . ArooaDescriptor ; import org . oddjob . arooa . ArooaPa...
106
<s> package org . oddjob . oddballs ; import java . io . File ; import org . apache . log4j . Logger ; import org . oddjob . OurDirs ; import org . oddjob . io . CopyJob ; import org . oddjob . io . FilesType ; import org . oddjob . tools . CompileJob ; public class BuildOddballs implements Runnable { private static fi...
107
<s> package com . asakusafw . utils . java . internal . model . syntax ; import com . asakusafw . utils . java . model . syntax . Expression ; import com . asakusafw . utils . java . model . syntax . ModelKind ; import com . asakusafw . utils . java . model . syntax . Statement ; import com . asakusafw . utils . java ....
108
<s> package org . rubypeople . rdt . internal . ui . typehierarchy ; import org . eclipse . jface . action . Action ; import org . eclipse . jface . viewers . ISelection ; import org . eclipse . jface . viewers . ISelectionProvider ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . core . IType ...
109
<s> package de . fuberlin . wiwiss . d2rq . sql . vendor ; import java . lang . reflect . Method ; import java . sql . Connection ; import java . sql . ResultSet ; import java . sql . SQLException ; import java . sql . Statement ; import java . sql . Timestamp ; import java . sql . Types ; import java . text . DateForm...
110
<s> package com . aptana . rdt . internal . ui . actions ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . jobs . Job ; import org . eclipse . jface . action . IAction ; import org . eclipse . jface . dialogs . MessageD...
111
<s> package org . rubypeople . rdt . launching ; import java . io . BufferedReader ; import java . io . File ; import java . io . IOException ; import java . io . StringReader ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Collections ; import java . util . List ; import or...
112
<s> package net . sf . sveditor . core . hierarchy ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBItem ; public class HierarchyTreeNode { private String fName ; private HierarchyTreeNode fParent ; priva...
113
<s> package org . rubypeople . rdt . internal . debug . core ; public class BreakpointSuspensionPoint extends SuspensionPoint
114
<s> package org . oddjob . io ; import java . io . BufferedOutputStream ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . FileOutputStream ; import java . io . OutputStream ; import org . oddjob . arooa . ArooaValue ; import org .
115
<s> package org . rubypeople . rdt . refactoring . tests ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . ArrayList ; import java . util . Collection ; import org . rubypeople . rdt . refactoring . util . FileHelper ; public class FileTestData extends FilePropertyData {...
116
<s> package com . asakusafw . testdriver . rule ; import java . math . BigDecimal ; import java . text . MessageFormat ; public class DecimalRange implements ValuePredicate < BigDecimal > { private final BigDecimal lowerBound ; private final BigDecimal upperBound ; public DecimalRange ( BigDecimal lowerBound , BigDecim...
117
<s> package net . sf . sveditor . core . db ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . expr . SVDBExpr ; public class SVDBBind extends SVDBChildItem implements ISVDBAddChildItem , ISVDBNamedItem { public SVDBExpr fTargetTypeName ; public List < SVDBExpr > fTa...
118
<s> package net . sf . sveditor . ui . prop_pages ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . db . project . SVProjectFileWrapper ; import net . sf . sveditor . ui . SVUiPlugin ; import org . eclipse . core . resources . ...
119
<s> package com . asakusafw . windgate . core ; import java . io . IOException ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public abstract class BaseProfile < S extends BaseProfile < S , T > , T extends BaseProvider < S > > { static final WindGateLogger WGLO...
120
<s> package org . springframework . social . google . api . plus . person ; public class Address { private String type ; private String streetAddress ; private String locality ; private String region ; private String postalCode ; private String country ; private String formatted ; @ Override public String toString ( ) ...
121
<s> package net . sf . sveditor . core . db . search ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db . ISVDBItemBase ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . SVDBInclude ; import net . sf . sveditor . core . db ....
122
<s> package org . rubypeople . rdt . internal . ui . text . ruby . hover ; import org . eclipse . jface . text . IInformationControlCreator ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . ITextHoverExtension ; import org . eclipse . jface . text . ITextViewer ; import org . eclip...
123
<s> package org . oddjob . framework ; import java . lang . annotation . ElementType ; import java . lang . annotation . Retention ; import java . lang . annotation .
124
<s> package com . asakusafw . compiler . bootstrap ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . net . URL ; import java . net . URLClassLoader ; import java . security . AccessController ; import java . security . PrivilegedAction ; import java . ...
125
<s> package org . rubypeople . rdt . internal . ui . preferences ; import java . io . BufferedReader ; import java . io . File ; import java . io . IOException ; import java . io . InputStreamReader ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . Map ; import org . eclipse . core...
126
<s> package org . oddjob . schedules . schedules ; import java . text . ParseException ; import java . util . Date ; import junit . framework . TestCase ; import org . oddjob . OddjobSessionFactory ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . a...
127
<s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . core . runtime . Status ; imp...
128
<s> package com . asakusafw . vocabulary . flow . util ; import static com . asakusafw . vocabulary . flow . util . PseudElementDescription . * ; import java . lang . reflect . Type ; import java . util . ArrayList ; import java . util . List ; import com . asakusafw . vocabulary . flow . Operator ; import com . asakus...
129
<s> package de . fuberlin . wiwiss . d2rq . map ; import com . hp . hpl . jena . rdf . model . Resource ; import de . fuberlin . wiwiss . d2rq . D2RQException ; public class Configuration extends MapObject { private boolean serveVocabulary = true ; private boolean
130
<s> package com . asakusafw . utils . java . model . syntax ; public enum LiteralKind { INT , LONG , FLOAT , DOUBLE , CHAR , BOOLEAN , STRING , NULL , ; public static final
131
<s> package com . asakusafw . yaess . bootstrap ; import java . io . BufferedInputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . net . URL ; import java . net . URLClassLoader ; import java . security . Ac...
132
<s> package fi . koku . services . utility . log . v1 ; import java . net . URL ; import javax . xml . namespace . QName ; import javax . xml . ws . BindingProvider ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public class LogServiceFactory { private String uid ; private String pwd ; private Str...
133
<s> package com . asakusafw . windgate . hadoopfs ; import java . io . IOException ; import java . text . MessageFormat ; import org . apache . hadoop . conf . Configuration ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . windgate . core . ParameterList ; import com . asaku...
134
<s> package net . sf . sveditor . core . db . persistence ; import java . io . DataInput ; import java . io . DataOutput ; import java . util . HashSet ; import java . util . Set ; import net . sf . sveditor . core . db . SVDBItemType ; @ SuppressWarnings ( "rawtypes" ) public abstract class SVDBPersistenceRWDelegateBa...
135
<s> package org . xmlpull . v1 ; import java . io . InputStream ; import java . util . Enumeration ; import java . util . Hashtable ; import java . util . Vector ; public class XmlPullParserFactory { public static final String PROPERTY_NAME = "" ; private static final String RESOURCE_NAME = "" + PROPERTY_NAME ; protect...
136
<s> package de . fuberlin . wiwiss . d2rq . expr ; import java . util . Set ; import de . fuberlin . wiwiss . d2rq . algebra . AliasMap ; import de . fuberlin . wiwiss . d2rq . algebra . Attribute ; import de . fuberlin . wiwiss . d2rq . algebra . ColumnRenamer ; import de . fuberlin . wiwiss . d2rq . sql . ConnectedDB...
137
<s> package com . asakusafw . directio . tools ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . LinkedList ; import java . util . List ; import org . apache . commons . logging . Log ; import org . apache . comm...
138
<s> package org . rubypeople . rdt . refactoring . tests . core . renamelocal . conditionchecks ; import junit . framework . Test ; import org . rubypeople . rdt . refactoring . tests . FileTestSuite ; public class TS_RenameLocalCondition extends FileTestSuite { public
139
<s> package com . asakusafw . compiler . flow . testing . model ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import org . apache . hadoop . io . Writable ; import com . asakusafw . compiler . flow . testing . io . ExJoined2Input ; import com . asakusafw . compiler . ...
140
<s> package net . sf . sveditor . core . templates ; public class DefaultTemplateParameterProvider extends TemplateParameterProvider { public static final String FILE_HEADER = "file_header" ; public static final String FILE_HEADER_DFLT = "" + "" + "" ; public
141
<s> package org . springframework . social . google . api . plus . person . impl ; import static org . springframework . social . google . api . plus . person . impl . PersonTemplate . PEOPLE_SEARCH_URL ; import org . springframework .
142
<s> package com . asakusafw . windgate . core . util ; import java . io . IOException ; import java . text . MessageFormat ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; import com . asakusafw . windgate . core . ProcessScript ; import com . asakusafw . windgate . core . WindGateCoreLogger ; impor...
143
<s> package com . asakusafw . compiler . operator . io ; import java . io . IOException ; import com . asakusafw . compiler . operator . model . MockJoined ; import com . asakusafw . runtime . io . ModelOutput ; import com . asakusafw . runtime . io . RecordEmitter ; public final class MockJoinedOutput implements Model...
144
<s> package org . oddjob . schedules . schedules ; import java . text . ParseException ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . arooa . utils . DateHelper ; import org . oddjob . schedules . Interval ; import org . oddjob . schedules . IntervalTo ; import org ...
145
<s> package org . oddjob . state ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . ObjectInput ; import java . io . ObjectInputStream ; import java . io . ObjectOutput ; import java . io . ObjectOutputStream ; import java . util . ...
146
<s> package de . fuberlin . wiwiss . d2rq . server ; import javax . servlet . ServletContext ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; import org . joseki . RDFServer ; import org . joseki . Registry ; import org . joseki . Service ; import org . joseki . S...
147
<s> package com . asakusafw . dmdl . java . emitter . driver ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . math . BigDecimal ; import org . apache . hadoop . io . DataInputBuffer ; import org . apache . hadoop . io . DataOutputBuffer ; import org . apache . hadoo...
148
<s> package org . oddjob . jmx . server ; import junit . framework . TestCase ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . OddjobSessionFactory ; import org . oddjob . arooa . ArooaParseException ; import org . oddjob . arooa . ArooaSession ; import org . oddjob . arooa . ...
149
<s> package com . aptana . rdt . internal . parser . warnings ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . Set ; import org . jruby . ast . CallNode ; import org . jruby . ast . ClassNode ; import org . jruby . ast . DefnNode...
150
<s> package net . sf . sveditor . core . db ; public class SVDBFunction extends SVDBTask { public SVDBTypeInfo fRetType ; public SVDBFunction ( ) { super ( "" , SVDBItemType . Function ) ; } public SVDBFunction ( String name , SVDBTypeInfo ret_type ) { super ( name , SVDBItemType . Function ) ; fRetType = ret_type ; } ...
151
<s> package org . oddjob . script ; 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 . XMLConfigu...
152
<s> package br . com . caelum . vraptor . dash . cache ; import java . io . IOException ; import javax . servlet . Filter ; import javax . servlet . FilterChain ; import javax . servlet . FilterConfig ; import javax . servlet . ServletException ; import javax . servlet . ServletRequest ; import javax . servlet . Servle...
153
<s> package org . rubypeople . rdt . refactoring . core . inlinelocal ; import java . util . Collection ; import org . jruby . ast . MethodDefNode ; import org . jruby . ast . Node ; import org . rubypeople . rdt . refactoring . core . IRefactoringConfig ; import org . rubypeople . rdt . refactoring . documentprovider ...
154
<s> package net . sf . sveditor . ui . prop_pages ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . SVCorePlugin ; import net . sf . sveditor . core . db . project . SVDBSourceCollection ; import net . sf . sveditor . core . db . project . SVProjectFileWrapper ; import n...
155
<s> package de . fuberlin . wiwiss . d2rq . algebra ; import junit . framework . Test ; import junit . framework . TestSuite ; public class AllTests { public static Test suite ( ) { TestSuite suite = new TestSuite ( "" ) ; suite . addTestSuite ( RelationTest . class ) ; suite . addTestSuite ( AliasMapTest .
156
<s> package net . sf . sveditor . core . db . index ; import java . io . InputStream ; import java . util . List ; import java . util . Set ; import net . sf . sveditor . core . Tuple ; import net . sf . sveditor . core . db . SVDBFile ; import net . sf . sveditor . core . db . SVDBMarker ; import net . sf . sveditor ....
157
<s> package org . oddjob . logging . log4j ; import org . apache . log4j . AppenderSkeleton ; import org . apache . log4j . Layout ; import org . apache . log4j . spi . LoggingEvent ; import org . oddjob . logging . LoggingConstants ; import org . oddjob . logging . cache . LogArchiverCache ; public class ArchiveAppend...
158
<s> package net . sf . sveditor . core . db . expr ; import net . sf . sveditor . core . db . SVDBItemType ; public class SVDBLiteralExpr extends SVDBExpr { public String fLiteral ; public SVDBLiteralExpr ( ) { this ( null ) ; }
159
<s> package com . asakusafw . compiler . directio ; import com . asakusafw . vocabulary . flow . FlowDescription ; import com . asakusafw . vocabulary . flow . In ; import
160
<s> package org . oddjob . tools ; import java . io . BufferedReader ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . io . OutputStream ; import java . io . OutputStreamWriter ; import java . io . PrintWriter ; import java...
161
<s> package net . ggtools . grand . ui . event ; import java . lang . ref . WeakReference ; import java . lang . reflect . Method ; import java . util . Iterator ; import java . util . LinkedList ; import org . apache . commons . logging . Log ; import org . apache . commons . logging . LogFactory ; public class EventM...
162
<s> package com . asakusafw . modelgen . emitter ; import java . math . BigDecimal ; import java . text . MessageFormat ; import java . util . HashSet ; import java . util . Set ; import org . apache . hadoop . io . Text ; import com . asakusafw . modelgen . Constants ; import com . asakusafw . modelgen . model . Model...
163
<s> package org . rubypeople . rdt . ui . wizards ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IWorkspaceRoot ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . Co...
164
<s> package com . mcbans . firestar . mcbans . pluginInterface ; import com . mcbans . firestar . mcbans . BukkitInterface ; import com . mcbans . firestar . mcbans . log . LogLevels ; import com . mcbans . firestar . mcbans . org . json . JSONException ; import com . mcbans . firestar . mcbans . org . json . JSONObjec...
165
<s> package de . fuberlin . wiwiss . d2rq . helpers ; import java . util . HashSet ; import java . util . Set ; import junit . framework . TestCase ; import com . hp . hpl . jena . graph . Node ; import com . hp . hpl . jena . graph . Triple ; import com . hp . hpl . jena . rdf . model . Model ; import com . hp . hpl ....
166
<s> package de . fuberlin . wiwiss . d2rq . vocab ; import com . hp . hpl . jena . rdf . model . * ; public class SKOS { private static Model m_model = ModelFactory . createDefaultModel ( ) ; public static final String NS = "" ; public static String getURI ( ) { return NS ; } public static final Resource NAMESPACE = m_...
167
<s> package com . asakusafw . yaess . core ; import java . text . MessageFormat ; import java . util . Collections ; import java . util . HashMap ; import java . util . Map ; import java . util . regex . Pattern ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; public class ExecutionContext { static ...
168
<s> package net . michaelkerley ; import javax . microedition . lcdui . Graphics ; import javax . microedition . lcdui . Image ; public class Pipe { private int x , y ; private int gridX , gridY ; private byte connections = 0 ; private boolean inConnectedSet = false ; public static final int CONN_UP = 1 ; public static...
169
<s> package net . sf . sveditor . core ; import net . sf . sveditor . core . db . project . SVDBProjectData ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . IAdapterFactory ; public class SVProjectDataAdapter implements IAdapterFactory { @ SuppressWarnings ( "rawtypes" ) pu...
170
<s> package org . rubypeople . rdt . internal . ui . text . ruby ; import org . eclipse . osgi . util . NLS ; final class RubyTextMessages extends NLS { private static final String BUNDLE_NAME = RubyTextMessages . class . getName ( ) ; private RubyTextMessages ( ) { } public static String CompletionProcessor_error_acce...
171
<s> package com . asakusafw . utils . java . model . util ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . ArrayList ; import java . util . Calendar ; import java . util . Collections ; import java . util . Date ; import java . util . List ; import java . uti...
172
<s> package net . sf . sveditor . core . log ; public interface ILogHandle extends ILogLevel { String LOG_CAT_DEFAULT = "DEFAULT" ; String LOG_CAT_PARSER = "Parser" ; String getName ( ) ;
173
<s> package com . sun . tools . hat . internal . util ; import com . google . common . base . Function ; import com . google . common . base . Predicate ; import com . google . common . base . Predicates ; import com . google . common . collect . ImmutableSet ; import com . google . common . collect . Sets ; import com...
174
<s> package org . rubypeople . rdt . ui . text ; import java . util . Vector ; import org . eclipse . core . runtime . NullProgressMonitor ; import org . eclipse . jface . dialogs . IDialogSettings ; import org . eclipse . jface . preference . IPreferenceStore ; import org . eclipse . jface . text . AbstractInformation...
175
<s> package com . asakusafw . yaess . core ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . Arrays ; import java . util . HashMap ; import java . util . Map ; import java . util . Set ; import java . util . TreeSet ; import org . junit . Rule ; import org . j...
176
<s> package com . asakusafw . testdriver . json ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import java . net . URL ; import org . junit . Test ; import com . asakusafw . testdriver . core ....
177
<s> package com . asakusafw . runtime . io ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . math . BigDecimal ; import org . junit . After ; import org . junit ....
178
<s> package org . rubypeople . rdt . internal . core . search . matching ; import org . rubypeople . rdt . core . search . SearchPattern ; import org . rubypeople . rdt . internal . core . RubyScript ; public class OrLocator extends PatternLocator { protected PatternLocator [ ] patternLocators ; public
179
<s> package org . rubypeople . rdt . internal . ui . text ; import org . eclipse . jface . text . IRegion ; import org . eclipse . jface . text . ITextViewer ; import org . eclipse . jface . text . Region ; import org . eclipse . jface . text . information . IInformationProvider ; import org . eclipse . jface . text . ...
180
<s> package com . asakusafw . runtime . stage . input ; import java . io . DataInput ; import java . io . DataOutput ; import java . io . IOException ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . HashMap ; im...
181
<s> package org . oddjob . jmx ; import org . oddjob . Oddjob ; import org . oddjob . OddjobLookup ; import org . oddjob . Resetable ; import org . oddjob . Stateful ; import org . oddjob . arooa . convert . ArooaConversionException ; import org . oddjob . arooa . standard . StandardArooaSession ; import org . oddjob ....
182
<s> package org . rubypeople . rdt . internal . core ; import java . util . HashMap ; import java . util . Iterator ; import org . eclipse . core . runtime . ISafeRunnable ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse . core . runtime . SafeRunner ; import org . jruby . ast...
183
<s> package com . asakusafw . utils . java . parser . javadoc ; import java . util . ArrayList ; import com . asakusafw . utils . java . internal . parser . javadoc . ir . IrDocBlock ; import com . asakusafw . utils . java . internal . parser . javadoc . ir . IrDocFragment ; import com . asakusafw . utils . java . inte...
184
<s> package org . rubypeople . rdt . refactoring . core . inlinelocal ; import java . util . HashMap ; import java . util . Map ; import org . jruby . ast . CallNode ; import org . jruby . ast . Node ; import org . jruby . lexer . yacc . ISourcePosition ; import org . rubypeople . rdt . core . formatter . EditableForma...
185
<s> package org . rubypeople . rdt . internal . formatter . rewriter ; import java . util . HashSet ; public abstract class Operators { private static HashSet < String > operatorSet = new HashSet < String > ( ) ;
186
<s> package org . rubypeople . rdt . ui . actions ; import org . eclipse . ui . IWorkbenchSite ; import org . eclipse . ui . PlatformUI ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . RubyModelException ; import org . rubypeople . rdt . core . search . IRubySearchScope ; i...
187
<s> package com . asakusafw . runtime . core . context ; 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 ;
188
<s> package com . aptana . rdt . internal . core . parser . warnings ; import java . util . Map ; import org . rubypeople . rdt . core . RubyCore ; import org . rubypeople . rdt . core . parser . warnings . RubyLintVisitor ; import com . aptana . rdt . AptanaRDTPlugin ; import com . aptana . rdt . internal . parser . w...
189
<s> package org . oddjob . persist ; import java . io . IOException ; import java . util . Map ; import junit . framework . TestCase ; import org . apache . log4j . Logger ; import org . oddjob . Describeable ; import org . oddjob . Helper ; import org . oddjob . Iconic ; import org . oddjob . Stateful ; import org . o...
190
<s> package org . rubypeople . rdt . core ; import org . rubypeople . rdt . core . compiler . IProblem ; public abstract class CompletionRequestor { private int ignoreSet = 0 ; public CompletionRequestor ( ) { } public final boolean isIgnored ( int completionProposalKind ) { if ( completionProposalKind < CompletionProp...
191
<s> package org . rubypeople . rdt . internal . core ; import java . io . CharArrayReader ; import java . io . File ; import java . io . IOException ; import java . util . Map ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . ...
192
<s> package org . rubypeople . rdt . internal . core ; import org . rubypeople . rdt . core . IRubyElementDelta ; public class SimpleDelta { protected int kind = 0 ; protected int changeFlags = 0 ; public void added ( ) { this . kind = IRubyElementDelta . ADDED ; } public void changed ( int flags ) { this . kind = IRub...
193
<s> package net . sf . sveditor . core . parser ; import java . util . ArrayList ; import java . util . List ; import net . sf . sveditor . core . db .
194
<s> package net . sf . sveditor . core . parser ; public class SVParsers { private ISVParser fSVParser ; private ParserSVDBFileFactory fSVDBFileFactory ; private SVClassDeclParser fClassParser ; private SVCovergroupParser fCovergroupParser ; private SVParameterDeclParser fParamDeclParser ; private SVParameterPortListPa...
195
<s> package org . oddjob . jmx . client ; import java . util . ArrayList ; import java . util . List ; import javax . management . Notification ; import javax . management . NotificationListener ; import junit . framework . TestCase ; public class SynchronizerTest extends TestCase { class OurListener implements Notific...
196
<s> package org . rubypeople . rdt . internal . ui . callhierarchy ; import org . eclipse . jface . resource . ImageDescriptor ; import org . eclipse . jface . viewers . ILabelDecorator ; import org . eclipse . jface . viewers . ILabelProviderListener ; import org . eclipse . swt . graphics . Image ; import org . eclip...
197
<s> package edsdk ; import com . sun . jna . NativeLong ; import com . sun . jna . Structure ; public class EdsTime extends Structure { public NativeLong year ; public NativeLong month ; public NativeLong day ; public NativeLong hour ; public NativeLong minute ; public NativeLong second ; public NativeLong milliseconds...
198
<s> package com . sun . tools . hat . internal . lang . common ; import java . util . List ; import com . sun . tools . hat . internal . lang . Models ; import com . sun . tools . hat . internal . model . JavaObject ; import com . sun . tools . hat . internal . model . JavaThing ; public final class HashCommon { public
199
<s> package com . asakusafw . compiler . flow . jobflow ; import static org . hamcrest . Matchers . * ; import static org . junit . Assert . * ; import java . util . List ; import java . util . Set ; import org . junit . Test ; import com . asakusafw . compiler . flow . JobflowCompilerTestRoot ; import com . asakusafw ...