Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2014-11-25 11:48:31 +0000
committerStephan Herrmann2014-11-25 12:07:39 +0000
commitc0ade9c57ccbcf5f2dbb053cb2b52ae803def9ac (patch)
tree2633f5c190b45a414830f17be7162b4301497bb0 /org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullAnnotationTest.java
parent47cd3e6cb31127575a1bbeda862fe74fff5aff5f (diff)
downloadeclipse.jdt.core-c0ade9c57ccbcf5f2dbb053cb2b52ae803def9ac.tar.gz
eclipse.jdt.core-c0ade9c57ccbcf5f2dbb053cb2b52ae803def9ac.tar.xz
eclipse.jdt.core-c0ade9c57ccbcf5f2dbb053cb2b52ae803def9ac.zip
Bug 444024 - [1.8][compiler][null] Type mismatch error in annotation
generics assignment which happens "sometimes" Change-Id: Ic0ae2c0597cd3ee77dcb73887a0fea587e90cf24 Signed-off-by: Stephan Herrmann <stephan.herrmann@berlin.de>
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullAnnotationTest.java')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullAnnotationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullAnnotationTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullAnnotationTest.java
index 41929942cb..ad3fc70544 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullAnnotationTest.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullAnnotationTest.java
@@ -7583,7 +7583,7 @@ public void testBug443347c() {
"----------\n");
}
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=444024, Type mismatch error in annotation generics assignment which happens "sometimes"
-public void _test444024() {
+public void test444024() {
this.runConformTest(
new String[] {
"ViewpointOrganisationEntity.java",

Back to the top