Author: scabanovich
Date: 2011-04-20 17:26:22 -0400 (Wed, 20 Apr 2011)
New Revision: 30688
Added:
branches/jbosstools-3.2.x/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/definition/qualifier/SpiderProducer_Broken.java
Log:
JBIDE-8639
https://issues.jboss.org/browse/JBIDE-8639
Added:
branches/jbosstools-3.2.x/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/definition/qualifier/SpiderProducer_Broken.java
===================================================================
---
branches/jbosstools-3.2.x/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/definition/qualifier/SpiderProducer_Broken.java
(rev 0)
+++
branches/jbosstools-3.2.x/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/definition/qualifier/SpiderProducer_Broken.java 2011-04-20
21:26:22 UTC (rev 30688)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
http://www.apache.org/licenses/LICENSE-2.0
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.jboss.jsr299.tck.tests.definition.qualifier;
+
+import javax.enterprise.inject.Produces;
+import javax.inject.Named;
+
+class SpiderProducer_Broken
+{
+
+ //method has syntax error - parameters are not closed with ')'. CDI builder
should not fail.
+ @Produces @Produced @Named("tarantula") public Spider
produceSpiderFromInjection(@Tame Tarantula tarantula
+ {
+ return tarantula;
+ }
+
+}
\ No newline at end of file
Property changes on:
branches/jbosstools-3.2.x/cdi/tests/org.jboss.tools.cdi.core.test/resources/tck/tests/definition/qualifier/SpiderProducer_Broken.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain