]
Daniel Azarov resolved JBIDE-6446.
----------------------------------
Resolution: Done
OpenOn dialog for CDI bean methods/fields should show a method/field
names as well as declaring class name.
-----------------------------------------------------------------------------------------------------------
Key: JBIDE-6446
URL:
https://jira.jboss.org/browse/JBIDE-6446
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.x
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.2.0.M2
Attachments: screenshot.png
For example we have two producers declared in the same class:
class NumberProducer {
@Produces
@PrimitiveTestQualifer
public Integer getNumber() {
return null;
}
@Produces
@PrimitiveTestQualifer
public int getNumber2() {
return 0;
}
}
Then look at the screenshot to see what we have now if a user click on an injection point
which resolves to these producers.
We should add method/field names to our dialog if the target is IMethod or IField.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: