------ next --------- Default style range: StyleRange {0, 2, fontStyle=normal, foreground=Color {0, 0, 0, 255}} Default style range: StyleRange {1, 2, fontStyle=normal, foreground=Color {0, 0, 0, 255}} ------ next --------- Default style range: StyleRange {0, 1, fontStyle=normal, foreground=Color {0, 0, 0, 255}} StyleRange {1, 10, fontStyle=normal, foreground=Color {0, 0, 0, 255}} StyleRange {11, 4, fontStyle=normal, foreground=Color {0, 0, 0, 255}} StyleRange {15, 5, fontStyle=normal, foreground=Color {0, 0, 0, 255}} Default style range: StyleRange {0, 6, fontStyle=normal, foreground=Color {0, 0, 0, 255}} StyleRange {6, 4, fontStyle=normal, foreground=Color {0, 0, 0, 255}} StyleRange {10, 12, fontStyle=normal, foreground=Color {0, 0, 0, 255}} ------ next --------- Default style range: StyleRange {0, 3, fontStyle=normal, foreground=Color {0, 0, 0, 255}} StyleRange {3, 2, fontStyle=normal, foreground=Color {0, 0, 0, 255}} testGoToExisting disabled - unwanted functionality testWithExistingAtInsertPosition disabled - existing characters handled by framework Cp1252 JavadocCompletionTest.testLinkMethodWithoutImport() - no best-effort imports with Core completion JavadocCompletionTest.testSeeMethodWithoutImport() - no best-effort imports with Core completion not testing autoclosing behavior, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=113544 no HTML tag proposals in core jdoc assist not testing autoclosing behavior, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=113544 disabled due to formatter - context info interation disabled due to formatter - context info interation ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion1 ---- offset: 91 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 class A void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1b8575a source: |package test1; public class A { public void foo() { Runnable run= new Runnable( } } | file contents: |package test1; public class A { public void foo() { Runnable run= new Runnable( } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 class A void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion2 ---- offset: 91 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 class A void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@d3807c source: |package test1; public class A { public void foo() { Runnable run= new Runnable(); } } | file contents: |package test1; public class A { public void foo() { Runnable run= new Runnable(); } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 class A void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion3 ---- offset: 136 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 class A interface Inner void doIt() void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@90c880 source: |package test1; public class A { interface Inner { void doIt(); } public void foo() { Inner inner= new Inner(); } } | file contents: |package test1; public class A { interface Inner { void doIt(); } public void foo() { Inner inner= new Inner(); } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 class A interface Inner void doIt() void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion4 ---- offset: 160 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 class A void foo() class Local void doIt() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@8d221c source: |package test1; public class A { public void foo() { abstract class Local { abstract void doIt(); } Local loc= new Local(); } } | file contents: |package test1; public class A { public void foo() { abstract class Local { abstract void doIt(); } Local loc= new Local(); } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) java.lang.reflect (not open) java.security.acl (not open) java.net (not open) java.lang.annotation (not open) java.math (not open) java.util.zip (not open) java.beans (not open) java.security (not open) java.util (not open) java.util.jar (not open) java.nio (not open) java.nio.channels (not open) java.nio.charset (not open) java.sql (not open) java.io (not open) java.security.interfaces (not open) java.security.spec (not open) java.text (not open) java.util.regex (not open) java.lang (...) java.security.cert (not open) java (not open) java.lang.ref (not open) java.nio.charset.spi (not open) java.nio.channels.spi (not open) src (not open) test1 (...) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 class A void foo() class Local void doIt() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion5 ---- offset: 145 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 class A class Local E doIt() void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@11b2ce2 source: |package test1; public class A { abstract class Local { abstract E doIt(); } public void foo() { new Local( } } | file contents: |package test1; public class A { abstract class Local { abstract E doIt(); } public void foo() { new Local( } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 class A class Local E doIt() void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion6 ---- offset: 134 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.io.Serializable class A void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@14c5a1b source: |package test1; import java.io.Serializable; //BUG public class A { public void foo() { Serializable run= new Serializable( } } | file contents: |package test1; import java.io.Serializable; //BUG public class A { public void foo() { Serializable run= new Serializable( } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.io.Serializable class A void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion7 ---- offset: 201 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import annots.* interface Ifc Object test(Object, Object) class A void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@4a3cc8 source: |package test1; import annots.*; interface Ifc { @NonNull Object test(@Nullable Object i1, @NonNull Object i2); } @NonNullByDefault public class A { public void foo() { Ifc ifc= new Ifc( } } | file contents: |package test1; import annots.*; interface Ifc { @NonNull Object test(@Nullable Object i1, @NonNull Object i2); } @NonNullByDefault public class A { public void foo() { Ifc ifc= new Ifc( } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) annots (not open) test1 (not open) [in src [in TestProject1]] annots [in src [in TestProject1]] Nullable.java (not open) NonNull.java (not open) NonNullByDefault.java (not open) test1 [in src [in TestProject1]] [Working copy] A.java package test1 import annots.* interface Ifc Object test(Object, Object) class A void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion8 ---- offset: 138 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import annots.* class A void bar(Ifc) void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@a07046 source: |package test1; import annots.*; public class A { void bar(Ifc i) {} @NonNullByDefault public void foo() { bar(new Ifc( ); } } | file contents: |package test1; import annots.*; public class A { void bar(Ifc i) {} @NonNullByDefault public void foo() { bar(new Ifc( ); } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) annots (not open) test1 (not open) [in src [in TestProject1]] annots [in src [in TestProject1]] Nullable.java (not open) NonNull.java (not open) NonNullByDefault.java (not open) test1 [in src [in TestProject1]] [Working copy] A.java package test1 import annots.* class A void bar(Ifc) void foo() Ifc.java (not open) ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion9 ---- offset: 92 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import annots.* class A Ifc ifc buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1d5b182 source: |package test1; import annots.*; public class A { @NonNullByDefault Ifc ifc= new Ifc( } | file contents: |package test1; import annots.*; public class A { @NonNullByDefault Ifc ifc= new Ifc( } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) annots (not open) test1 (not open) [in src [in TestProject1]] annots [in src [in TestProject1]] Nullable.java (not open) NonNull.java (not open) NonNullByDefault.java (not open) test1 [in src [in TestProject1]] [Working copy] A.java package test1 import annots.* class A Ifc ifc Ifc.java (not open) ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testAnonymousTypeCompletion10 ---- offset: 98 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import annots.* class A buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1696101 source: |package test1; import annots.*; @NonNullByDefault public class A { { Ifc ifc= new Ifc( } } | file contents: |package test1; import annots.*; @NonNullByDefault public class A { { Ifc ifc= new Ifc( } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) annots (not open) test1 (not open) [in src [in TestProject1]] annots [in src [in TestProject1]] Nullable.java (not open) NonNull.java (not open) NonNullByDefault.java (not open) test1 [in src [in TestProject1]] [Working copy] A.java package test1 import annots.* class A Ifc.java (not open) ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testConstructorCompletion ---- offset: 110 cu: [Working copy] MyClass.java [in test1 [in src [in TestProject1]]] package test1 import java.io.BufferedWriter class MyClass BufferedWriter writer buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1b879c1 source: |package test1; import java.io.BufferedWriter; public class MyClass { private BufferedWriter writer; //here } | file contents: |package test1; import java.io.BufferedWriter; public class MyClass { private BufferedWriter writer; //here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] MyClass.java package test1 import java.io.BufferedWriter class MyClass BufferedWriter writer ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testEnumCompletions ---- offset: 119 cu: [Working copy] Completion.java [in test1 [in src [in TestProject1]]] package test1 enum Natural Natural ONE Natural TWO Natural THREE class Completion void foomethod() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@13dab5d source: |package test1; enum Natural { ONE, TWO, THREE } public class Completion { void foomethod() { Natu//here } } | file contents: |package test1; enum Natural { ONE, TWO, THREE } public class Completion { void foomethod() { Natu//here } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] Completion.java package test1 enum Natural Natural ONE Natural TWO Natural THREE class Completion void foomethod() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testGetterCompletion1 ---- offset: 108 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.io.BufferedWriter class A BufferedWriter fWriter buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@cfa524 source: |package test1; import java.io.BufferedWriter; public class A { private BufferedWriter fWriter; get//here } | file contents: |package test1; import java.io.BufferedWriter; public class A { private BufferedWriter fWriter; get//here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.io.BufferedWriter class A BufferedWriter fWriter ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testMethodCompletion ---- offset: 107 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.io.BufferedWriter class A BufferedWriter writer buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@16d6939 source: |package test1; import java.io.BufferedWriter; public class A { private BufferedWriter writer; foo//here } | file contents: |package test1; import java.io.BufferedWriter; public class A { private BufferedWriter writer; foo//here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.io.BufferedWriter class A BufferedWriter writer ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testNormalAllMethodCompletion ---- offset: 104 cu: [Working copy] Completion.java [in test1 [in src [in TestProject1]]] package test1 class Completion void foomethod() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@a7677a source: |package test1; public class Completion { void foomethod() { Runnable run; run.//here } } | file contents: |package test1; public class Completion { void foomethod() { Runnable run; run.//here } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] Completion.java package test1 class Completion void foomethod() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testNormalAllMethodCompletionWithParametersGuessed ---- offset: 150 cu: [Working copy] Completion.java [in test1 [in src [in TestProject1]]] package test1 class Completion void foomethod() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1f5cd6b source: |package test1; public class Completion { void foomethod() { int intVal=5; long longVal=3; Runnable run; run.//here } } | file contents: |package test1; public class Completion { void foomethod() { int intVal=5; long longVal=3; Runnable run; run.//here } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] Completion.java package test1 class Completion void foomethod() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testNormalAllMethodCompletionWithParametersNames ---- offset: 139 cu: [Working copy] Completion.java [in test1 [in src [in TestProject1]]] package test1 class Completion void foomethod() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@12938b3 source: |package test1; public class Completion { void foomethod() { int i=5; long l=3; Runnable run; run.//here } } | file contents: |package test1; public class Completion { void foomethod() { int i=5; long l=3; Runnable run; run.//here } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) java.lang.reflect (not open) java.security.acl (not open) java.net (not open) java.lang.annotation (not open) java.math (not open) java.util.zip (not open) java.beans (not open) java.security (not open) java.util (not open) java.util.jar (not open) java.nio (not open) java.nio.channels (not open) java.nio.charset (not open) java.sql (not open) java.io (not open) java.security.interfaces (not open) java.security.spec (not open) java.text (not open) java.util.regex (not open) java.lang (...) java.security.cert (not open) java (not open) java.lang.ref (not open) java.nio.charset.spi (not open) java.nio.channels.spi (not open) src (not open) test1 (...) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] Completion.java package test1 class Completion void foomethod() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testNormalMethodCompletion ---- offset: 86 cu: [Working copy] Completion.java [in test1 [in src [in TestProject1]]] package test1 class Completion void foomethod() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@5eb36b source: |package test1; public class Completion { void foomethod() { this.foo//here } } | file contents: |package test1; public class Completion { void foomethod() { this.foo//here } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] Completion.java package test1 class Completion void foomethod() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion1 ---- offset: 106 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.io.Writer class A void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@a4eb93 source: |package test1; import java.io.Writer; public class A extends Writer { public void foo() { } //here } | file contents: |package test1; import java.io.Writer; public class A extends Writer { public void foo() { } //here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.io.Writer class A void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion2 ---- offset: 106 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.io.Writer class A void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1db41ba source: |package test1; import java.io.Writer; public class A extends Writer { public void foo() { } //here }| file contents: |package test1; import java.io.Writer; public class A extends Writer { public void foo() { } //here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.io.Writer class A void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion3 ---- offset: 122 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.io.BufferedWriter class A void foo() buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@13f2ac8 source: |package test1; import java.io.BufferedWriter; public class A extends BufferedWriter { public void foo() { } //here } | file contents: |package test1; import java.io.BufferedWriter; public class A extends BufferedWriter { public void foo() { } //here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.io.BufferedWriter class A void foo() ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion4 ---- offset: 67 cu: [Working copy] B.java [in test1 [in src [in TestProject1]]] package test1 class B buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@154bea4 source: |package test1; public class B extends A implements Inter { foo//here } | file contents: |package test1; public class B extends A implements Inter { foo//here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] A.java (not open) Inter.java (not open) [Working copy] B.java package test1 class B ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion6_bug157069 ---- offset: 50 cu: [Working copy] B.java [in test1 [in src [in TestProject1]]] package test1 class B buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@56c727 source: |package test1; public class B extends A { foo//here } | file contents: |package test1; public class B extends A { foo//here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] A.java (not open) [Working copy] B.java package test1 class B ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion7_bug355926 ---- offset: 104 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 interface Z class A void foo(Z ...) class B buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1943ba1 source: |package test1; interface Z {} class A { void foo(Z... zs) { } } class B extends A { //here } | file contents: |package test1; interface Z {} class A { void foo(Z... zs) { } } class B extends A { //here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 interface Z class A void foo(Z ...) class B ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion8_bug355926 ---- offset: 103 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 interface Z class A void foo(Z[]) class B buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@11d9b6c source: |package test1; interface Z {} class A { void foo(Z[] zs) { } } class B extends A { //here } | file contents: |package test1; interface Z {} class A { void foo(Z[] zs) { } } class B extends A { //here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 interface Z class A void foo(Z[]) class B ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion9_bug355926 ---- offset: 147 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.util.List interface Z class A void foo(Z>) class B buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@422119 source: |package test1; import java.util.List; interface Z {} class A { void foo(Z> zs) { } } class B extends A { //here } | file contents: |package test1; import java.util.List; interface Z {} class A { void foo(Z> zs) { } } class B extends A { //here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.util.List interface Z class A void foo(Z>) class B ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletion10_bug377184 ---- offset: 124 cu: [Working copy] Impl.java [in test1 [in src [in TestProject1]]] package test1 class Super void foo(T) class Impl buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@1f8829f source: |package test1; class Super { void foo(T t) { } } public class Impl extends Super { foo//here } | file contents: |package test1; class Super { void foo(T t) { } } public class Impl extends Super { foo//here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] Impl.java package test1 class Super void foo(T) class Impl ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testOverrideCompletionArrayOfTypeVariable ---- offset: 126 cu: [Working copy] Impl.java [in test1 [in src [in TestProject1]]] package test1 class Super void foo(T[]) class Impl buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@14dac6e source: |package test1; class Super { public void foo(T[] t) { } } public class Impl extends Super { foo//here } | file contents: |package test1; class Super { public void foo(T[] t) { } } public class Impl extends Super { foo//here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] Impl.java package test1 class Super void foo(T[]) class Impl ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testSetterCompletion1 ---- offset: 106 cu: [Working copy] A.java [in test1 [in src [in TestProject1]]] package test1 import java.io.BufferedWriter class A BufferedWriter writer buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@ab8aa7 source: |package test1; import java.io.BufferedWriter; public class A { private BufferedWriter writer; se//here } | file contents: |package test1; import java.io.BufferedWriter; public class A { private BufferedWriter writer; se//here } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] A.java package test1 import java.io.BufferedWriter class A BufferedWriter writer ---- org.eclipse.jdt.text.tests.contentassist.CodeCompletionTest#testConstructorCompletion_Bug336451 ---- offset: 1382 cu: [Working copy] EclipseTest.java [in test1 [in src [in TestProject1]]] class EclipseTest interface InvokerIF T invoke(T) class Invoker T invoke(T) interface ArgIF interface ArgIF2 class ArgImpl ArgImpl() static void main(String[]) buffer: org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter@56742d source: |public class EclipseTest { private static interface InvokerIF{ public T invoke(T arg) throws RuntimeException, IndexOutOfBoundsException; } private static class Invoker implements InvokerIF{ public T invoke(T arg){ return arg; } } private static interface ArgIF{ } private static interface ArgIF2 extends ArgIF{ } private static class ArgImpl implements ArgIF2{ public ArgImpl() { super(); } } public static void main(String[] args) throws Exception { InvokerIF test = new Invoker(); test.invoke(new ArgImpl) } } | file contents: |public class EclipseTest { private static interface InvokerIF{ public T invoke(T arg) throws RuntimeException, IndexOutOfBoundsException; } private static class Invoker implements InvokerIF{ public T invoke(T arg){ return arg; } } private static interface ArgIF{ } private static interface ArgIF2 extends ArgIF{ } private static class ArgImpl implements ArgIF2{ public ArgImpl() { super(); } } public static void main(String[] args) throws Exception { InvokerIF test = new Invoker(); test.invoke(new ArgImpl) } } | TestProject1 C:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\test-eclipse\eclipse\plugins\org.eclipse.jdt.ui.tests_3.10.101.v20151123-1510\testresources\rtstubs15.jar (not open) src (not open) test1 (not open) [in src [in TestProject1]] test1 [in src [in TestProject1]] [Working copy] EclipseTest.java class EclipseTest interface InvokerIF T invoke(T) class Invoker T invoke(T) interface ArgIF interface ArgIF2 class ArgImpl ArgImpl() static void main(String[]) !SESSION 2016-02-12 18:51:19.636 ----------------------------------------------- eclipse.buildId=4.5.2.M20160212-1500 java.version=1.7.0_80 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -application org.eclipse.test.uitestapplication formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\shared_hudson\workspace\ep45M-unit-win32/workarea/M20160212-1500/eclipse-testing/test-eclipse/eclipse/org.eclipse.jdt.text.tests.JdtTextTestSuite.xml -testPluginName org.eclipse.jdt.text.tests -className org.eclipse.jdt.text.tests.JdtTextTestSuite -timeout 7200000 -junitReportOutput c:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\results\win32.win32.x86_7.0 Command-line arguments: -application org.eclipse.test.uitestapplication -data c:\shared_hudson\workspace\ep45M-unit-win32/workarea/M20160212-1500/eclipse-testing/test-eclipse/eclipse/jdt_text_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\shared_hudson\workspace\ep45M-unit-win32/workarea/M20160212-1500/eclipse-testing/test-eclipse/eclipse/org.eclipse.jdt.text.tests.JdtTextTestSuite.xml -testPluginName org.eclipse.jdt.text.tests -className org.eclipse.jdt.text.tests.JdtTextTestSuite -os win32 -ws win32 -arch x86 -consolelog -timeout 7200000 -junitReportOutput c:\shared_hudson\workspace\ep45M-unit-win32\workarea\M20160212-1500\eclipse-testing\results\win32.win32.x86_7.0 !ENTRY org.eclipse.core.resources 2 10035 2016-02-12 18:56:49.169 !MESSAGE The workspace will exit with unsaved changes in this session. !ENTRY org.eclipse.core.resources 2 10035 2016-02-12 18:56:49.173 !MESSAGE The workspace will exit with unsaved changes in this session. !ENTRY org.eclipse.ui 4 0 2016-02-12 18:56:49.176 !MESSAGE Error occurred during status handling !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.statushandlers.StatusHandlerRegistry.(StatusHandlerRegistry.java:72) at org.eclipse.ui.internal.statushandlers.StatusHandlerRegistry.getDefault(StatusHandlerRegistry.java:91) at org.eclipse.ui.statushandlers.StatusManager.getStatusHandler(StatusManager.java:135) at org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:189) at org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:231) at org.eclipse.ui.statushandlers.StatusManager$StatusManagerLogListener.logging(StatusManager.java:302) at org.eclipse.core.internal.runtime.RuntimeLog.logToListeners(RuntimeLog.java:161) at org.eclipse.core.internal.runtime.PlatformLogWriter.logged(PlatformLogWriter.java:103) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:88) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.logPrivileged(ExtendedLogReaderServiceFactory.java:217) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.log(ExtendedLogReaderServiceFactory.java:189) at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.log(ExtendedLogServiceFactory.java:65) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.log(ExtendedLogServiceImpl.java:87) at org.eclipse.osgi.internal.log.LoggerImpl.log(LoggerImpl.java:54) at org.eclipse.core.internal.runtime.Log.log(Log.java:65) at org.eclipse.core.internal.utils.Policy.log(Policy.java:159) at org.eclipse.core.internal.resources.SaveManager.reportSnapshotRequestor(SaveManager.java:655) at org.eclipse.core.internal.resources.Workspace.close(Workspace.java:576) at org.eclipse.core.resources.ResourcesPlugin.stop(ResourcesPlugin.java:433) at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:827) at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:820) at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:955) at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:323) at org.eclipse.osgi.container.Module.doStop(Module.java:626) at org.eclipse.osgi.container.Module.stop(Module.java:488) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1623) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1542) at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:248) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:144) at org.eclipse.osgi.container.Module.doStop(Module.java:626) at org.eclipse.osgi.container.Module.stop(Module.java:488) at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:159) at java.lang.Thread.run(Thread.java:745)