Issue Type: Bug Bug
Affects Versions: 2.0.3.Final
Assignee: Jozef Hartinger
Components: Producers (Methods, Fields and Disposers)
Created: 02/Sep/13 3:06 AM
Description:

Weld does not report a definition error for the following producers:

@Produces Bar<Foo<?>> wildcardFooBarProducerField;
@Produces Bar<Foo<?>> produceWildcardFooBar() { ... }
@Produces @RequestScoped Bar<Foo<T>> typedFooBarProducerField;
@Produces @RequestScoped Bar<Foo<T>> produceTypedFooBar() { ... };

But it does report the error for simple(r) producers:

@Produces Foo<?> wildcardFooProducerField;
@Produces Foo<?> produceWildcardFoo() { ... }
@Produces @RequestScoped Foo<T> typedFooProducerField;
@Produces @RequestScoped Foo<T> produceTypedFoo() { ... };
Project: Weld
Priority: Major Major
Reporter: Marko Lukša
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira