]
Andre Dietisheim commented on JBIDE-17925:
------------------------------------------
if we decide to only store valid URLs we cannot fix B): we only know about the vailidity
of the user provided url once the application was created successfully. Creating the
application is triggered once the user hits "Finhis" which finally then closes
the wizard window.
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