text stringlengths 30 1.67M |
|---|
<s> package com . wuntee . oter . logcat ; import java . io . BufferedReader ; import org . apache . log4j . Logger ; import com . wuntee . oter . adb . BackgroundAdbCommand ; public class LogCatCommand extends BackgroundAdbCommand { private static Logger logger = Logger . getLogger ( LogCatBean . class ) ; public stat... |
<s> package com . wuntee . oter . logcat ; import java . io . BufferedReader ; import java . io . IOException ; import java . text . SimpleDateFormat ; import java . util . Date ; import java . util . LinkedList ; import java . util . List ; import org . apache . log4j . Logger ; import org . eclipse . swt . SWT ; impo... |
<s> package com . wuntee . oter . logcat ; public enum LogCatLevelEnum { DEBUG , INFO , WARN , ERROR , VERBOSE ; public String toString ( ) { return ( super . toString ( ) . toLowerCase ( ) ) ; } } </s> |
<s> package com . wuntee . oter . sqlite ; import java . io . File ; import java . sql . Connection ; import java . sql . DriverManager ; import java . sql . ResultSet ; import java . sql . ResultSetMetaData ; import java . sql . SQLException ; import java . sql . Statement ; import java . util . LinkedList ; import ja... |
<s> package com . wuntee . oter ; public class OterStatics { public static final String META_INF = "<STR_LIT>" ; public static String PROPERTY_FILE = "<STR_LIT>" ; public static String PROPERTY_ADB_ARGUMENTS = "<STR_LIT>" ; public static String PROPERTY_ANDROID_HOME = "<STR_LIT>" ; public static String PROPERTY_LOGCAT_... |
<s> package com . wuntee . oter . security . tools ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io .... |
<s> package com . wuntee . oter . javatosmali ; import java . io . BufferedReader ; import java . io . BufferedWriter ; import java . io . File ; import java . io . FileReader ; import java . io . FileWriter ; import java . io . IOException ; import java . util . Map ; import org . apache . commons . lang3 . StringUtil... |
<s> package com . wuntee . oter . javatosmali ; import org . apache . log4j . Logger ; import org . eclipse . swt . custom . StyledText ; import com . wuntee . oter . OterStatics ; import com . wuntee . oter . OterWorkshop ; import com . wuntee . oter . exception . CommandFailedException ; import com . wuntee . oter . ... |
<s> package com . wuntee . oter ; import java . io . BufferedInputStream ; import java . io . BufferedOutputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileNotFoundException ; import java . io . FileOutputStream ; import java . io . IOException ; import java . util . Colle... |
<s> package com . wuntee . oter . testing ; import com . android . ddmlib . AndroidDebugBridge ; import com . android . ddmlib . Client ; import com . android . ddmlib . IDevice ; public class Test { public static void main ( String [ ] args ) throws InterruptedException { AndroidDebugBridge . init ( true ) ; AndroidDe... |
<s> package com . wuntee . oter . adb ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . security . KeyStore ; import java . security . Security ; import java . security . cert . Certificate ; import java . security . cer... |
<s> package com . wuntee . oter . adb ; import java . util . LinkedList ; import java . util . List ; import org . apache . log4j . Logger ; import com . wuntee . oter . OterStatics ; import com . wuntee . oter . OterWorkshop ; import com . wuntee . oter . command . TerminatingCommand ; public class TerminatingAdbComma... |
<s> package com . wuntee . oter . adb ; import java . io . IOException ; import java . util . LinkedList ; import java . util . List ; import org . apache . log4j . Logger ; import com . wuntee . oter . OterStatics ; import com . wuntee . oter . exception . CommandFailedException ; public class AdbShell extends Backgro... |
<s> package com . wuntee . oter . adb ; import org . apache . log4j . Logger ; import com . wuntee . oter . OterStatics ; import com . wuntee . oter . command . BackgroundCommand ; import com . wuntee . oter . exception . CommandExecutionException ; public class BackgroundAdbCommand extends BackgroundCommand { private ... |
<s> package com . wuntee . oter . styler ; import java . util . HashMap ; import java . util . LinkedList ; import java . util . List ; import java . util . Map ; import org . apache . log4j . Logger ; import org . eclipse . swt . SWT ; import org . eclipse . swt . custom . LineStyleEvent ; import org . eclipse . swt .... |
<s> package com . wuntee . oter . fs ; import java . io . IOException ; import java . util . LinkedList ; import java . util . List ; import org . apache . log4j . Logger ; import com . wuntee . oter . OterStatics ; import com . wuntee . oter . adb . AdbShell ; import com . wuntee . oter . exception . CommandFailedExce... |
<s> package com . wuntee . oter . fs ; import java . util . LinkedList ; import java . util . List ; import org . apache . log4j . Logger ; public class FsNode { private static Logger logger = Logger . getLogger ( FsNode . class ) ; private List < FsNode > children ; private FsNode parent ; private String permissions ;... |
<s> package com . wuntee . oter . fs ; import java . io . IOException ; import java . util . LinkedList ; import java . util . List ; import org . apache . log4j . Logger ; import org . eclipse . swt . SWT ; import org . eclipse . swt . widgets . Tree ; import org . eclipse . swt . widgets . TreeItem ; import org . ecl... |
<s> package com . wuntee . oter . command ; import java . io . BufferedReader ; import java . io . File ; import java . io . IOException ; import java . io . InputStreamReader ; import java . util . LinkedList ; import java . util . List ; import org . apache . log4j . Logger ; import com . wuntee . oter . exception . ... |
<s> package com . wuntee . oter . command ; import org . apache . log4j . Logger ; public abstract class AbstractCommand { private static Logger logger = Logger . getLogger ( AbstractCommand . class ) ; protected String [ ] command ; protected Process child ; public AbstractCommand ( String [ ] command ) { String fullC... |
<s> package com . wuntee . oter . command ; import java . io . BufferedReader ; import java . io . BufferedWriter ; import java . io . InputStreamReader ; import java . io . OutputStreamWriter ; import org . apache . log4j . Logger ; public class BackgroundCommand extends AbstractCommand { private static Logger logger ... |
<s> package com . wuntee . oter . avd ; import java . io . File ; import java . io . IOException ; import org . apache . commons . io . FileUtils ; import org . apache . log4j . Logger ; import com . android . prefs . AndroidLocation ; import com . android . prefs . AndroidLocation . AndroidLocationException ; import c... |
<s> package com . wuntee . oter . avd ; import java . io . IOException ; import org . apache . log4j . Logger ; import com . android . prefs . AndroidLocation . AndroidLocationException ; import com . android . sdklib . internal . avd . AvdInfo ; import com . wuntee . oter . view . Gui ; import com . wuntee . oter . vi... |
<s> package com . wuntee . oter . smali ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputS... |
<s> package com . wuntee . oter . smali ; import java . io . BufferedReader ; import java . io . BufferedWriter ; import java . io . DataInputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileReader ; import java . io . FileWriter ; import java . io . IOException ; import ja... |
<s> package com . wuntee . oter . smali ; import java . io . BufferedWriter ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStream ; import java . io . IOException ; import java . io . InputStreamReader ; import java . io . OutputStreamWriter ; import java . security . Inva... |
<s> package controllers ; import models . Tick ; import play . db . ebean . Model ; import play . mvc . Controller ; import play . mvc . Result ; import java . util . List ; public class Application extends Controller { public static Result index ( ) { Tick tick = new Tick ( "<STR_LIT>" ) ; tick . save ( ) ; List < Tic... |
<s> package jobs ; import models . Tick ; import play . api . Play ; import play . api . Mode ; import play . api . Application ; import java . io . File ; public class TickJob { public static void main ( String [ ] args ) { Application application = new Application ( new File ( args [ <NUM_LIT:0> ] ) , TickJob . class... |
<s> package models ; import play . db . ebean . Model ; import javax . persistence . Entity ; import javax . persistence . Id ; import java . util . Date ; @ Entity public class Tick extends Model { @ Id public Long id ; public Date createDate ; public String message ; public Tick ( ) { } public Tick ( String message )... |
<s> package net . contrapunctus . lzma ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . util . concurrent . ArrayBlockingQueue ; import org . junit . Test ; import stat... |
<s> package net . contrapunctus . lzma ; import java . io . IOException ; import java . io . OutputStream ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Random ; import java . util . concurrent . ArrayBlockingQueue ; import java . util . zip . CRC32 ; import org . junit . Asse... |
<s> package net . contrapunctus . lzma ; import SevenZip . Compression . LZMA . Decoder ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . PrintStream ; import java . util . concurrent . ArrayBlockingQueue ; class DecoderThread extends Thread { prote... |
<s> package net . contrapunctus . lzma ; import java . io . * ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collection ; import org . junit . Assert ; import org . junit . Test ; import org . junit . runner . RunWith ; import org . junit . runners . Parameterized . Parameters ; i... |
<s> package net . contrapunctus . lzma ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . util . Random ; import java . util . zip . Adler32 ; import java . util . zip . Checksum ; public class Benchmark { private static byte [ ] [ ] dat... |
<s> package net . contrapunctus . lzma ; import java . io . BufferedInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . InterruptedIOException ; import java . io . PrintStream ; import java . util . concurrent . ArrayBlockingQueue ; class ConcurrentBufferInputStream extend... |
<s> package net . contrapunctus . lzma ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . IOException ; public class Command { static void copy ( InputStream in , OutputStream out ) throws IOException { final int BUFSIZE = <NUM_LIT> ; byte [ ] buf = new byte [ BUFSIZE ] ; int n = in... |
<s> package net . contrapunctus . lzma ; import java . io . BufferedReader ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . io . InputStreamReader ; import java . util . ArrayList ; import java . util . Collection ; import java . util . Random ; impo... |
<s> package net . contrapunctus . lzma ; import SevenZip . Compression . LZMA . Encoder ; import SevenZip . Compression . LZMA . Decoder ; import java . io . * ; public class LzmaInputStream extends FilterInputStream { protected DecoderThread dth ; private static final PrintStream dbg = System . err ; private static fi... |
<s> package net . contrapunctus . lzma ; import java . io . * ; import java . util . ArrayList ; import java . util . Collection ; import java . util . zip . CRC32 ; import java . util . zip . CheckedInputStream ; import org . junit . Test ; import org . junit . runner . RunWith ; import org . junit . runners . Paramet... |
<s> package net . contrapunctus . lzma ; import SevenZip . Compression . LZMA . Encoder ; import java . io . IOException ; import java . io . InputStream ; import java . io . OutputStream ; import java . io . PrintStream ; import java . util . concurrent . ArrayBlockingQueue ; class EncoderThread extends Thread { publi... |
<s> package net . contrapunctus . lzma ; import java . io . BufferedOutputStream ; import java . io . IOException ; import java . io . InterruptedIOException ; import java . io . OutputStream ; import java . io . PrintStream ; import java . util . concurrent . ArrayBlockingQueue ; class ConcurrentBufferOutputStream ext... |
<s> package net . contrapunctus . lzma ; import java . io . ByteArrayOutputStream ; import java . io . FilterOutputStream ; import java . io . IOException ; import java . io . InterruptedIOException ; import java . io . OutputStream ; import java . io . PrintStream ; import SevenZip . Compression . LZMA . Encoder ; imp... |
<s> package net . contrapunctus . lzma ; import java . io . ByteArrayInputStream ; import java . io . IOException ; import org . junit . Test ; public class ExceptionTest { private void readLzma ( byte [ ] bs ) throws IOException { ByteArrayInputStream bais = new ByteArrayInputStream ( bs ) ; LzmaInputStream lis = new ... |
<s> package org . eclipse . jdt . core . groovy . tests . model ; import groovy . time . BaseDuration . From ; import junit . framework . Test ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . jdt . core . IJavaProject ; import org . eclipse ... |
<s> package org . eclipse . jdt . core . groovy . tests . model ; import junit . framework . Test ; import org . codehaus . groovy . ast . ClassCodeVisitorSupport ; import org . codehaus . groovy . ast . ClassNode ; import org . codehaus . groovy . ast . ConstructorNode ; import org . codehaus . groovy . ast . FieldNod... |
<s> package org . eclipse . jdt . core . groovy . tests . model ; import junit . framework . Test ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime .... |
<s> package org . eclipse . jdt . core . groovy . tests . model ; import java . util . Arrays ; import junit . framework . AssertionFailedError ; import junit . framework . Test ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resourc... |
<s> package org . eclipse . jdt . core . groovy . tests . model ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; import org . eclipse . jdt . core . ICompilationU... |
<s> package org . eclipse . jdt . core . groovy . tests . model ; import java . util . HashMap ; import junit . framework . Test ; import org . codehaus . groovy . ast . ModuleNode ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org . codehaus . jdt . groovy . model . ModuleNodeMapper ; ... |
<s> package org . eclipse . jdt . core . groovy . tests . model ; import java . util . List ; import junit . framework . Test ; import org . codehaus . groovy . ast . AnnotatedNode ; import org . codehaus . groovy . ast . AnnotationNode ; import org . codehaus . groovy . ast . ClassNode ; import org . codehaus . groovy... |
<s> package org . eclipse . jdt . core . groovy . tests . locations ; import groovy . lang . GroovyClassLoader ; import java . util . LinkedList ; import java . util . List ; import junit . framework . TestCase ; import org . codehaus . groovy . antlr . LocationSupport ; import org . codehaus . groovy . ast . ASTNode ;... |
<s> package org . eclipse . jdt . core . groovy . tests . locations ; import java . util . Hashtable ; import junit . framework . Test ; import org . codehaus . jdt . groovy . integration . LanguageSupportFactory ; import org . eclipse . jdt . core . JavaCore ; import org . eclipse . jdt . core . dom . AST ; import org... |
<s> package org . eclipse . jdt . core . groovy . tests . locations ; import groovy . lang . GroovyClassLoader ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Collections ; import java . util . List ; import java . util . SortedSet ; import junit . framework . Test ; import org . c... |
<s> package org . eclipse . jdt . core . groovy . tests . locations ; import java . util . List ; import junit . framework . Test ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . c... |
<s> package org . eclipse . jdt . core . groovy . tests . compiler ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . List ; import java . util . Map ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org . eclipse . jdt . core . ICompilationUnit ; import... |
<s> package org . eclipse . jdt . core . groovy . tests . compiler ; import java . util . Arrays ; import java . util . List ; import junit . framework . Test ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IWorkspaceRoot... |
<s> package org . eclipse . jdt . core . groovy . tests . builder ; import java . io . BufferedReader ; import java . io . File ; import java . io . InputStreamReader ; import java . net . URL ; import java . util . ArrayList ; import java . util . Enumeration ; import java . util . HashMap ; import java . util . List ... |
<s> package org . eclipse . jdt . core . groovy . tests . builder ; import java . io . File ; import java . util . Hashtable ; import java . util . StringTokenizer ; import junit . framework . Test ; import org . codehaus . groovy . ast . ClassHelper ; import org . codehaus . groovy . ast . ClassNode ; import org . cod... |
<s> package org . eclipse . jdt . core . groovy . tests . builder ; import org . eclipse . jdt . core . tests . builder . BuilderTests ; public class GroovierBuilderTests extends BuilderTests { public GroovierBuilderTests ( String name ) { super ( name ) ; } protected void expectingCompiledClassesV ( String ... compile... |
<s> package org . eclipse . jdt . core . groovy . tests . builder ; import java . io . File ; import java . io . FileOutputStream ; import java . io . IOException ; import java . net . URL ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IWorkspace ; import org . eclipse ... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; import org . eclipse . jdt . core . JavaModelException ; public class LocalVariableReferenceSearchTests extends AbstractGroovySearchTest { private static final String XXX = "<STR_LIT>" ; public LocalVariableReferenceSea... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . List ; import junit . framework . Test ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org . eclipse . core . runtime . CoreException ; ... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; public class FieldReferenceSearchTests extends AbstractGroovySearchTest { public FieldReferenc... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; public class SyntheticAccessorInferencingTests extends AbstractInferencingTest { public static Test suite ( ) { return buildTestSuite ( SyntheticAccessorInferencingTests . class ) ; } public SyntheticAccessorInferencing... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; import org . eclipse . jdt . core . JavaModelException ; public class MethodReferenceSearchTests extends AbstractGroovySearchTest { public MethodReferenceSearchTests ( String name ) { super ( name ) ; } public static Te... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; public class GenericInferencingTests extends AbstractInferencingTest { public static Test suite ( ) { return buildTestSuite ( GenericInferencingTests . class ) ; } public GenericInferencingTests ( String name ) { super ... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import org . eclipse . jdt . core . tests . util . GroovyUtils ; import junit . framework . Test ; public class DGMInferencingTests extends AbstractInferencingTest { public static Test suite ( ) { return buildTestSuite ( DGMInferencingTests . class ) ; ... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import java . util . Iterator ; import java . util . List ; import java . util . regex . Matcher ; import java . util . regex . Pattern ; import junit . framework . Test ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import static org . eclipse . jdt . core . search . IJavaSearchConstants . CLASS ; import static org . eclipse . jdt . core . search . IJavaSearchConstants . WAIT_UNTIL_READY_TO_SEARCH ; import static org . eclipse . jdt . core . search . SearchEngine .... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org . eclipse . jdt . core . search . SearchMatch ; import org . eclipse . jdt . internal . core . search . JavaSearchDocument ; import org . eclipse . jdt . internal . core .... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; public class StaticInferencingTests extends AbstractInferencingTest { public static Test suite ( ) { return buildTestSuite ( StaticInferencingTests . class ) ; } public StaticInferencingTests ( String name ) { super ( n... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import java . util . List ; import junit . framework . Test ; import org . codehaus . groovy . ast . ASTNode ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org . eclipse . jdt . core . tests . util . GroovyUtils ; import... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; public class JDTPropertyNodeInferencingTests extends AbstractInferencingTest { public static Test suite ( ) { return buildTestSuite ( JDTPropertyNodeInferencingTests . class ) ; } public JDTPropertyNodeInferencingTests ... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; import junit . framework . TestSuite ; public class AllSearchTests { public static Test suite ( ) throws Exception { TestSuite suite = new TestSuite ( "<STR_LIT>" ) ; suite . addTestSuite ( TypeReferenceSearchTests . cl... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; public class DeclarationInferencingTests extends AbstractInferencingTest { public DeclarationInferencingTests ( String name ) { super ( name ) ; } public void testGettersAndField1 ( ) throws Exception { createUnit ( "<STR_LIT>" , "<STR_LIT>" + "<STR_LIT... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import junit . framework . Test ; public class OperatorOverloadingInferencingTests extends AbstractInferencingTest { public static Test suite ( ) { return buildTestSuite ( OperatorOverloadingInferencingTests . class ) ; } public OperatorOverloadingInfer... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import java . util . List ; import junit . framework . Test ; import org . codehaus . groovy . ast . ASTNode ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; import org . eclipse . jdt . core . tests . util . GroovyUtils ; import... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import org . codehaus . groovy . ast . ClassNode ; import org . codehaus . jdt . groovy . model . GroovyCompilationUnit ; public class GenericsMappingTest extends AbstractGroovySearchTest { public GenericsMappingTest ( String name ) { super ( name ) ; }... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import java . util . ArrayList ; import java . util . List ; import org . codehaus . groovy . ast . ASTNode ; import org . codehaus . groovy . ast . AnnotatedNode ; import org . codehaus . groovy . ast . ClassNode ; import org . codehaus . groovy . ast ... |
<s> package org . eclipse . jdt . core . groovy . tests . search ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . search . SearchMatch ; import org . eclipse . jdt... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . io . * ; import java . util . * ; import junit . framework . * ; import org . eclipse . core . runtime . * ; import org . eclipse . core . resources . * ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . * ; i... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . io . File ; import junit . framework . * ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPa... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . io . PrintWriter ; import java . io . StringWriter ; import java . util . Arrays ; import junit . framework . Test ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . c... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . tests . util . Util ; public class MultiSo... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . tests . util . Util ; public class EfficiencyTests extends BuilderTests { public Efficien... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . util . Hashtable ; import junit . framework . * ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . p... |
<s> package org . eclipse . jdt . core . tests . builder ; import org . eclipse . jdt . core . IJavaProject ; import org . eclipse . jdt . core . compiler . * ; public class TestBuilderParticipant extends CompilationParticipant { public static CompilationParticipant PARTICIPANT ; public int aboutToBuild ( IJavaProject ... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . io . PrintWriter ; import java . io . StringWriter ; import java . util . Arrays ; import java . util . Comparator ; import junit . framework . * ; import ... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . util . Hashtable ; import junit . framework . Test ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; import org . eclipse . jdt . core . IAccessRule... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . tests . util . Util ; public class CopyResourceTests extends BuilderTests { public CopyRe... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . Test ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . CoreException ; import org . e... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . io . PrintWriter ; import java . io . StringWriter ; import java . util . Arrays ; import java . util . Comparator ; import junit . framework . Test ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IP... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . io . IOException ; import java . io . InputStream ; import java . io . PrintWriter ; import java . io . StringWriter ; import java . util . Arrays ; import java . util . Comparator ; import junit . framework . * ; import org . eclipse . core . res... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . io . ByteArrayInputStream ; import java . io . File ; import java . io . UnsupportedEncodingException ; import java . net . URL ; import java . util . ArrayList ; import java . util . Arrays ; import java . util . Comparator ; import java . util .... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . tests . util . Util ; import org . eclipse . jdt . internal . core . JavaModelManager ; i... |
<s> package org . eclipse . jdt . core . tests . builder ; import java . util . Arrays ; import java . util . Enumeration ; import java . util . HashSet ; import java . util . Hashtable ; import java . util . List ; import java . util . Set ; import java . util . Vector ; import org . eclipse . core . resources . IMark... |
<s> package org . eclipse . jdt . core . tests . builder ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . IJavaModelMarker ; public class Problem implements Comparable { private String location ; private String message ; private IP... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . Test ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; im... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . resources . IMarker ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . * ; import org . eclipse... |
<s> package org . eclipse . jdt . core . tests . builder ; import junit . framework . * ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . JavaModelException ; import org . eclipse . jdt . core . tests . util . Util ; public class ExecutionTests extends BuilderTests { public Execution... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.