text stringlengths 30 1.67M |
|---|
<s> package org . eclim . plugin . jdt ; import java . io . ByteArrayInputStream ; import java . io . File ; import java . io . FilenameFilter ; import java . io . InputStream ; import java . util . HashMap ; import java . util . Properties ; import java . util . regex . Pattern ; import org . apache . commons . lang .... |
<s> package org . eclim . plugin . jdt . util ; import java . util . Arrays ; import org . apache . commons . lang . builder . EqualsBuilder ; import org . apache . commons . lang . builder . HashCodeBuilder ; import org . eclipse . jdt . core . IType ; public class TypeInfo { private IType type ; private String [ ] ty... |
<s> package org . eclim . plugin . jdt . util ; import org . eclipse . jdt . core . Flags ; import org . eclipse . jdt . core . IMethod ; import org . eclipse . jdt . core . IType ; import org . eclipse . jdt . core . Signature ; public class MethodUtils { private static final String VARARGS = "<STR_LIT:...>" ; public ... |
<s> package org . eclim . plugin . jdt . util ; import java . util . ArrayList ; import java . util . List ; import org . eclim . logging . Logger ; import org . eclim . plugin . jdt . command . search . SearchRequestor ; import org . eclim . util . StringUtils ; import org . eclim . util . file . Position ; import org... |
<s> package org . eclim . plugin . jdt . util ; import java . io . BufferedReader ; import java . io . InputStreamReader ; import java . util . ArrayList ; import java . util . Hashtable ; import java . util . List ; import java . util . Map ; import java . util . regex . Matcher ; import java . util . regex . Pattern ... |
<s> package org . eclim . plugin . jdt . util ; import org . eclim . logging . Logger ; import org . eclipse . jdt . core . ICompilationUnit ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . dom . AST ; import org . eclipse . jdt . core . dom . ASTNode ; import org . eclipse . jdt... |
<s> package org . eclim . plugin . jdt . util ; import java . util . Comparator ; import org . eclipse . jdt . core . IJavaElement ; public class IJavaElementComparator implements Comparator < IJavaElement > { public int compare ( IJavaElement o1 , IJavaElement o2 ) { if ( o1 == null && o2 == null ) { return <NUM_LIT:0... |
<s> package org . eclim . plugin . jdt . util ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . eclim . logging . Logger ; import org . eclim . plugin . core . util . ProjectUtils ; import org . eclipse . core . resources . IProject ; i... |
<s> package org . eclim . plugin . jdt . command . hierarchy ; import java . util . ArrayList ; import java . util . List ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; i... |
<s> package org . eclim . plugin . jdt . command . hierarchy ; import java . util . List ; import org . eclim . plugin . jdt . util . JavaUtils ; import org . eclim . plugin . jdt . util . TypeInfo ; import org . eclim . plugin . jdt . util . TypeUtils ; import org . eclipse . jdt . core . IType ; public class Hierarch... |
<s> package org . eclim . plugin . jdt . command . doc ; import java . io . StringReader ; import java . lang . reflect . Method ; import java . net . URI ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . eclim . ... |
<s> package org . eclim . plugin . jdt . command . doc ; import java . net . URL ; import java . util . ArrayList ; import java . util . regex . Pattern ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core ... |
<s> package org . eclim . plugin . jdt . command . doc ; import java . io . BufferedReader ; import java . io . File ; import java . io . FileReader ; import java . util . HashMap ; import java . util . List ; import java . util . regex . Pattern ; import org . apache . commons . lang . StringUtils ; import org . eclim... |
<s> package org . eclim . plugin . jdt . command . doc ; import java . net . URL ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclipse . jdt . internal . ui... |
<s> package org . eclim . plugin . jdt . command . doc ; import java . io . File ; import org . apache . tools . ant . BuildLogger ; import org . apache . tools . ant . DefaultLogger ; import org . apache . tools . ant . Project ; import org . apache . tools . ant . taskdefs . Javadoc ; import org . apache . tools . an... |
<s> package org . eclim . plugin . jdt . command . log4j ; import java . util . ArrayList ; import java . util . List ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Error ; import org . eclim . command . Options ;... |
<s> package org . eclim . plugin . jdt . command . complete ; import java . util . ArrayList ; import java . util . List ; import org . eclim . command . Error ; import org . eclim . plugin . jdt . command . include . ImportUtils ; import org . eclim . plugin . jdt . command . search . SearchRequestor ; import org . ec... |
<s> package org . eclim . plugin . jdt . command . complete ; import java . text . Collator ; import java . util . Comparator ; import java . util . Locale ; import org . eclim . plugin . core . command . complete . CodeCompleteResult ; public class CompletionComparator implements Comparator < CodeCompleteResult > { pu... |
<s> package org . eclim . plugin . jdt . command . complete ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugi... |
<s> package org . eclim . plugin . jdt . command . complete ; import java . util . List ; import org . eclim . command . Error ; import org . eclim . plugin . core . command . complete . CodeCompleteResult ; @ SuppressWarnings ( "<STR_LIT:unused>" ) public class CodeCompleteResponse { private List < CodeCompleteResult ... |
<s> package org . eclim . plugin . jdt . command . launching ; import java . util . ArrayList ; import java . util . HashMap ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclipse . jdt . launching ... |
<s> package org . eclim . plugin . jdt . command . launching ; import java . io . File ; import java . io . InputStream ; import java . io . IOException ; import java . io . OutputStream ; import java . lang . reflect . Method ; import java . util . ArrayList ; import org . apache . tools . ant . BuildException ; impor... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . util . ArrayList ; import java . util . Collections ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . ... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . util . ArrayList ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . apache . commons . lang . StringUtils ; import org . eclim . plugin . jdt . util . TypeUtils ; import org . eclipse . jdt . core . ICompi... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . io . File ; import java . lang . reflect . Field ; import java . util . ArrayList ; import java . util . Collections ; import org . apache . tools . ant . BuildException ; import org . apache . tools . ant . BuildLogger ; import org . apache . too... |
<s> package org . eclim . plugin . jdt . command . junit ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclim . plugin . core... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . io . IOException ; import java . io . OutputStream ; import org . apache . tools . ant . BuildException ; import org . apache . tools . ant . taskdefs . optional . junit . JUnitTest ; import org . apache . tools . ant . taskdefs . optional . junit... |
<s> package org . eclim . plugin . jdt . command . src ; import java . io . File ; import java . io . FileInputStream ; import java . net . URL ; import java . net . URLClassLoader ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Properties ; import java... |
<s> package org . eclim . plugin . jdt . command . src ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclim . plugin . jdt . util . JavaUtils ; import org . ... |
<s> package org . eclim . plugin . jdt . command . src ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclim . plugin . jdt . util . ClasspathUtils ; import o... |
<s> package org . eclim . plugin . jdt . command . src ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . logging . Logger ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclim . plugin ... |
<s> package org . eclim . plugin . jdt . command . src ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclim . plugin . jdt . util . JavaUtils ; import org . ... |
<s> package org . eclim . plugin . jdt . command . src ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileWriter ; import java . io . PrintWriter ; import java . io . Writer ; import java . util . Set ; import java . util . TreeSet ; import org . apache . commons . lang . SystemUtil... |
<s> package org . eclim . plugin . jdt . command . src ; import java . util . ArrayList ; import java . util . List ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Error ; import org . eclim . command . Options ; i... |
<s> package org . eclim . plugin . jdt . command . src ; import java . text . Collator ; import java . util . ArrayList ; import java . util . Collections ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . cor... |
<s> package org . eclim . plugin . jdt . command . include ; import java . util . ArrayList ; import java . util . Collections ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractComman... |
<s> package org . eclim . plugin . jdt . command . include ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashSet ; import java . util . List ; import org . apache . commons . lang . StringUtils ; import org . eclim . annotation . Command ; import org . eclim . command . Comm... |
<s> package org . eclim . plugin . jdt . command . include ; import java . util . ArrayList ; import java . util . List ; import org . apache . commons . lang . StringUtils ; import org . eclim . plugin . core . preference . Preferences ; import org . eclipse . core . resources . IProject ; import org . eclipse . jdt .... |
<s> package org . eclim . plugin . jdt . command . refactoring ; import java . lang . reflect . Field ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . refacto... |
<s> package org . eclim . plugin . jdt . command . refactoring ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . eclipse . EclimPlugin ; import org . eclim . plugin . core . command . r... |
<s> package org . eclim . plugin . jdt . command . correct ; import java . util . ArrayList ; import java . util . Collections ; import java . util . HashMap ; import java . util . HashSet ; import java . util . List ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . comm... |
<s> package org . eclim . plugin . jdt . command . correct ; public class CodeCorrectResult { private int index ; private String description ; private String preview ; public CodeCorrectResult ( int index , String description , String preview ) { this . index = index ; this . description = description ; this . preview ... |
<s> package org . eclim . plugin . jdt . command . correct ; import org . eclipse . jdt . core . IJavaModelMarker ; import org . eclipse . jdt . core . compiler . IProblem ; import org . eclipse . jdt . core . dom . ASTNode ; import org . eclipse . jdt . core . dom . CompilationUnit ; import org . eclipse . jdt . core ... |
<s> package org . eclim . plugin . jdt . command . search ; import java . io . File ; import java . util . ArrayList ; import java . util . Iterator ; import java . util . List ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . apache . commons . vfs . FileObject ; import org .... |
<s> package org . eclim . plugin . jdt . command . search ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Comparator ; import java . util . List ; import org . eclim . plugin . jdt . util . IJavaElementComparator ; import org . eclipse . core . runtime . CoreException ; import... |
<s> package org . eclim . plugin . jdt . command . classpath ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclipse . core . ... |
<s> package org . eclim . plugin . jdt . command . classpath ; public class ClasspathVariable implements Comparable < ClasspathVariable > { private String name ; private String path ; public String getName ( ) { return this . name ; } public void setName ( String name ) { this . name = name ; } public String getPath ( ... |
<s> package org . eclim . plugin . jdt . command . classpath ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclipse . jdt . c... |
<s> package org . eclim . plugin . jdt . command . classpath ; import java . util . ArrayList ; import java . util . Collections ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . plugin . core . command . AbstractCommand ; import org . eclipse . core . runti... |
<s> package org . eclim . plugin . jdt . command . classpath ; import org . apache . commons . lang . SystemUtils ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core . command . AbstractCommand ; import or... |
<s> package org . eclim . plugin . jdt . command . webxml ; import java . util . ArrayList ; import java . util . List ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Error ; import org . eclim . command . Options ... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . Arrays ; import java . util . Comparator ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . plugin . core .... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . Arrays ; import java . util . List ; import org . apache . commons . lang . StringUtils ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Options ; import org . eclim . ... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . List ; @ SuppressWarnings ( "<STR_LIT:unused>" ) public class ImplResult { private String type ; private List < ImplType > superTypes ; public ImplResult ( String type , List < ImplType > superTypes ) { this . type = type ; this . superTypes... |
<s> package org . eclim . plugin . jdt . command . impl ; @ SuppressWarnings ( "<STR_LIT:unused>" ) public class ImplType { private String packageName ; private String signature ; private String [ ] methods ; public ImplType ( String packageName , String signature , String [ ] methods ) { this . packageName = packageNa... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import java . util . Set ; import org . apache . commons . lang . StringUtils ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . e... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . ArrayList ; import java . util . List ; import java . util . Set ; import org . apache . commons . lang . StringUtils ; import org . eclim . Services ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; ... |
<s> package org . eclim . plugin . jdt . preference ; import java . util . Hashtable ; import java . util . Map ; import org . eclim . Services ; import org . eclim . plugin . core . preference . Preferences ; import org . eclim . plugin . jdt . util . JavaUtils ; import org . eclipse . core . resources . IProject ; im... |
<s> package org . eclim . plugin . jdt . project ; import java . io . File ; import java . io . FileInputStream ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import org . apache . commons . lang... |
<s> package org . eclim . plugin . jdt . project . classpath ; import org . eclipse . core . runtime . IPath ; public class Dependency { public static final String JAR = "<STR_LIT>" ; public static final String SEPARATOR = "<STR_LIT:/>" ; public static final String VERSION_SEPARATOR = "<STR_LIT:->" ; private String org... |
<s> package org . eclim . plugin . jdt . project . classpath ; import org . eclipse . core . runtime . IPath ; public class IvyDependency extends Dependency { private static final String JARS = "<STR_LIT>" ; public IvyDependency ( String org , String name , String version , IPath path ) { super ( org , name , version ,... |
<s> package org . eclim . plugin . jdt . project . classpath ; import org . eclipse . core . runtime . IPath ; public class MvnDependency extends Dependency { public MvnDependency ( String org , String name , String version , IPath path ) { super ( org , name , version , path ) ; } public String resolveArtifact ( ) { S... |
<s> package org . eclim . plugin . jdt . project . classpath ; import javax . xml . xpath . XPathConstants ; import javax . xml . xpath . XPathExpression ; import org . eclim . Services ; import org . eclim . plugin . core . util . XmlUtils ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core .... |
<s> package org . eclim . plugin . jdt . project . classpath ; public interface Parser { public Dependency [ ] parse ( String filename ) throws Exception ; } </s> |
<s> package org . eclim . plugin . jdt . project . classpath ; import java . io . File ; import javax . xml . parsers . DocumentBuilderFactory ; import org . w3c . dom . Document ; public abstract class AbstractXmlParser implements Parser { private static DocumentBuilderFactory factory ; public Dependency [ ] parse ( S... |
<s> package org . eclim . plugin . jdt . project . classpath ; import java . util . ArrayList ; import javax . xml . xpath . XPathConstants ; import javax . xml . xpath . XPathExpression ; import org . eclim . Services ; import org . eclim . plugin . core . util . XmlUtils ; import org . eclipse . core . runtime . IPat... |
<s> package org . eclim . plugin . ant ; import org . eclim . Services ; import org . eclim . plugin . AbstractPluginResources ; public class PluginResources extends AbstractPluginResources { public static final String NAME = "<STR_LIT>" ; protected String getBundleBaseName ( ) { return "<STR_LIT>" ; } } </s> |
<s> package org . eclim . plugin . ant . util ; import org . eclim . plugin . core . util . ProjectUtils ; import org . eclipse . ant . internal . ui . AntUtil ; import org . eclipse . ant . internal . ui . model . AntModel ; import org . eclipse . ant . internal . ui . model . IAntModel ; import org . eclipse . ant . ... |
<s> package org . eclim . plugin . ant . command . complete ; import org . eclim . eclipse . jface . text . contentassist . DummyContentAssistantExtension2 ; import org . eclipse . ant . internal . ui . model . AntModel ; public class AntEditorCompletionProcessor extends org . eclipse . ant . internal . ui . editor . A... |
<s> package org . eclim . plugin . ant . command . complete ; import org . apache . commons . lang . builder . EqualsBuilder ; import org . apache . commons . lang . builder . HashCodeBuilder ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . plugin . ant . u... |
<s> package org . eclim . plugin . ant . command . run ; import java . text . Collator ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Map ; import org . apache . tools . ant . Project ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; i... |
<s> package org . eclim . plugin . ant . command . validate ; import java . util . ArrayList ; import java . util . List ; import org . eclim . annotation . Command ; import org . eclim . command . CommandLine ; import org . eclim . command . Error ; import org . eclim . command . Options ; import org . eclim . plugin ... |
<s> package org . eclim . eclipse ; import java . io . File ; import java . io . FileFilter ; import java . io . FileInputStream ; import java . io . FilenameFilter ; import java . io . IOException ; import java . net . URL ; import java . security . CodeSource ; import java . util . ArrayList ; import java . util . Ha... |
<s> package org . eclim . eclipse ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . IClasspathContainer ; import org . eclipse . jdt . core . IClasspathEntry ; public class EclimClasspathContainer implements IClasspathContainer { private IPath path ; private IClasspathEntry [ ] entri... |
<s> package org . eclim . plugin . maven . command . dependency ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . maven . Maven ; import org . junit . Test ; import static org . junit . Assert . * ; public class SearchCommandTest { private static final S... |
<s> package org . eclim . plugin . maven ; public class Maven { public static final String TEST_PROJECT = "<STR_LIT>" ; } </s> |
<s> package org . eclim . plugin . jdt . command . log4j ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class ValidateCommandTest { private static final String TES... |
<s> package org . eclim . plugin . jdt . command . complete ; import java . util . ArrayList ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class CodeCompleteComma... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . util . List ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class JUnitTestsCommandTest { @ Test @ SuppressWarnings ( "<STR_LIT:unchecked>" ) publ... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class JUnitFindTestCommandTest { private static final String CLASS = "<STR_LIT>" ; priv... |
<s> package org . eclim . plugin . jdt . command . junit ; import org . apache . commons . lang . StringUtils ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class JUnitCommandTest { private static final String CLASS = ... |
<s> package org . eclim . plugin . jdt . command . junit ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . regex . Pattern ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . ... |
<s> package org . eclim . plugin . jdt . command . classpath ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class ClasspathVariableC... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . regex . Pattern ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . *... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . regex . Pattern ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class BeanPropertiesCommandTest { private static final String TEST_FILE = "<... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . HashSet ; import java . util . List ; import java . util . Map ; import java . util . regex . Pattern ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . *... |
<s> package org . eclim . plugin . jdt . command . impl ; import java . util . regex . Pattern ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class ConstructorCommandTest { private static final String TEST_FILE = "<STR... |
<s> package org . eclim . plugin . jdt . command . src ; import java . io . FileWriter ; import org . apache . commons . lang . StringUtils ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Before ; import org . junit . BeforeClass ; import org . junit . Test ; import static ... |
<s> package org . eclim . plugin . jdt . command . src ; import java . io . File ; import java . io . FileInputStream ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . eclim . util . IOUtils ; import org . junit . Test ; import static org . junit . Assert . * ; public class ClassProt... |
<s> package org . eclim . plugin . jdt . command . src ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class SrcFileExistsCommandTest { private static final String TEST_FILE = "<STR_LIT>" ; @ Test public void execute ( ... |
<s> package org . eclim . plugin . jdt . command . src ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class SrcUpdateCommandTest { private static final String TEST... |
<s> package org . eclim . plugin . jdt . command . src ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class CheckstyleCommandTest { private static final String TES... |
<s> package org . eclim . plugin . jdt . command . src ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class SrcFindCommandTest { private static final String TEST_FILE = "<STR_LIT>" ; @ Test public void execute ( ) { as... |
<s> package org . eclim . plugin . jdt . command . include ; import java . util . List ; import java . util . Map ; import java . util . regex . Pattern ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . BeforeClass ; import org . junit . Test ; import static org . junit . Ass... |
<s> package org . eclim . plugin . jdt . command . include ; import java . util . List ; import java . util . Map ; import java . util . regex . Pattern ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . BeforeClass ; import org . junit . Test ; import static org . junit . Ass... |
<s> package org . eclim . plugin . jdt . command . refactoring ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class MoveCommandTest { private static final String T... |
<s> package org . eclim . plugin . jdt . command . refactoring ; import java . io . File ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class RenameCommandTest { @... |
<s> package org . eclim . plugin . jdt . command . correct ; import java . util . List ; import java . util . Map ; import java . util . regex . Pattern ; import org . apache . commons . lang . StringUtils ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static... |
<s> package org . eclim . plugin . jdt . command . search ; import java . util . List ; import java . util . Map ; import org . eclim . Eclim ; import org . eclim . plugin . jdt . Jdt ; import org . junit . Test ; import static org . junit . Assert . * ; public class SearchCommandTest { private static final String TEST... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.