[
https://issues.jboss.org/browse/JBIDE-8328?page=com.atlassian.jira.plugin...
]
Viacheslav Kabanovich commented on JBIDE-8328:
----------------------------------------------
In JDT content assist for input field with Java class is implemented through
SubjectControlContentAssistant and CUPositionCompletionProcessor which implement
deprecated since 3.2 interfaces ISubjectControlContentAssistant and
ISubjectControlContentAssistProcessor.
We reuse class TypePackageCompletionProcessor which implements 'correct' interface
IContentAssistProcessor. The code that results in label with 'null' text instead
of 'java.lang' is hidden in private method 'generateProposals'. If
iteration does not look good, then let's override protected method
'generateTypePackageProposals' that uses it and reimplement the private method as
needed.
Content assist for Java classes in Form Editor's fields has no
icons (java class/package) and renders package name as null for java.lang.* classes
---------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8328
URL:
https://issues.jboss.org/browse/JBIDE-8328
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: XML Structured Editor
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M1
Attachments: screenshot73.png
Content assist for class fields looks like on screenshot below
!screenshot73.png!
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira