Author: dazarov
Date: 2011-07-28 15:02:27 -0400 (Thu, 28 Jul 2011)
New Revision: 33316
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/DisposerInObserver.java
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.java
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.qfxresult
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.java
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.qfxresult
Log:
https://issues.jboss.org/browse/JBIDE-9419
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/DisposerInObserver.java
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/DisposerInObserver.java 2011-07-28
18:25:38 UTC (rev 33315)
+++
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/DisposerInObserver.java 2011-07-28
19:02:27 UTC (rev 33316)
@@ -10,7 +10,7 @@
return "a";
}
- public void method(@Observes String param1, @Disposes String param2){
+ public void method(@Observes Boolean param1, @Disposes Boolean param2){
}
}
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.java
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.java 2011-07-28
18:25:38 UTC (rev 33315)
+++
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.java 2011-07-28
19:02:27 UTC (rev 33316)
@@ -9,7 +9,7 @@
public class ObserverInDecorator {
@Inject @Delegate @AAnnotation String str;
- public void method(@Observes String param){
+ public void method(@Observes Boolean param){
}
}
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.qfxresult
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.qfxresult 2011-07-28
18:25:38 UTC (rev 33315)
+++
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInDecorator.qfxresult 2011-07-28
19:02:27 UTC (rev 33316)
@@ -8,7 +8,7 @@
public class ObserverInDecorator {
@Inject @Delegate @AAnnotation String str;
- public void method(String param){
+ public void method(Boolean param){
}
}
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.java
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.java 2011-07-28
18:25:38 UTC (rev 33315)
+++
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.java 2011-07-28
19:02:27 UTC (rev 33316)
@@ -9,7 +9,7 @@
@FooBinding
public class ObserverInInterceptor {
- public void method(@Observes String param){
+ public void method(@Observes Boolean param){
}
}
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.qfxresult
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.qfxresult 2011-07-28
18:25:38 UTC (rev 33315)
+++
trunk/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/jbt/quickfixes/ObserverInInterceptor.qfxresult 2011-07-28
19:02:27 UTC (rev 33316)
@@ -8,7 +8,7 @@
@FooBinding
public class ObserverInInterceptor {
- public void method(String param){
+ public void method(Boolean param){
}
}