[
https://issues.jboss.org/browse/JBIDE-8266?page=com.atlassian.jira.plugin...
]
Viacheslav Kabanovich commented on JBIDE-8266:
----------------------------------------------
We inherit this behavior from New Class wizard, where it is a feature that allows to
specify type parameters. For example, if you add by selection dialog interface
java.util.List, you will see in the list item 'java.util.List<E>', and if
you finish on that, the generated class will have compile errors and actually will not
implement methods of interface List. The inline editing allows you to modify the item to
'java.util.List<String>' so that generated class will be valid with type
parameter resolved to String.
Disable inline editing for "Interfaces" lists in CDI
wizards
------------------------------------------------------------
Key: JBIDE-8266
URL:
https://issues.jboss.org/browse/JBIDE-8266
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299), UpStream
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Viacheslav Kabanovich
Priority: Optional
Fix For: 3.3.0.M1
When user clicks on item in Interfaces list it switches in inline edition mode so
interface name can be changed. It looks like New Java Class Wizard Has the same problem.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira