StringNameValidator.createUniqueName() method is performing multiple unnecessary string
operations
--------------------------------------------------------------------------------------------------
Key: TEIIDDES-960
URL:
https://issues.jboss.org/browse/TEIIDDES-960
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export, Modeling
Affects Versions: 7.4
Reporter: Barry LaFond
Assignee: Dan Florian
Fix For: 7.4
Discovered that StringNameValidator.createUniqueName() method is performing an interative
existingName.toUpperCase() call.
Importing BQT2 tables from SQL Server, for instance resulted in 2200+ calls to
existingName.toUpperCase().
jdbc:sqlserver://slntdb02.mw.lab.eng.bos.redhat.com:1433;databaseName=bqt2
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira