]
Marián Labuda closed JBIDE-17925.
---------------------------------
Verified in JBDS 8.0.0.CR1 build ID B201.
application wizard, embed wizard: content assist fields in "Code
Anything" adds invalid/non-used values and seem to retain everything
-------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-17925
URL:
https://issues.jboss.org/browse/JBIDE-17925
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.Beta3
Reporter: Max Rydahl Andersen
Assignee: Andre Dietisheim
Labels: application_wizard, embed_wizard
Fix For: 4.2.0.CR1
while looking at JBIDE-16904 I found that
A) all values are stored into content assist history when focus lost - incl. invalid and
non valid values
B) the field does not update its list unless window recreated
C) the list keeps growing - seem to be no limit. I stopped after reaching 20 values of
garbage :)
I would expect only values that the validator approves to be saved and could even go so
far to only store the one that actually gets used on finish.
All my intermediate typing should not be considered okey for use IMO