[
https://jira.jboss.org/jira/browse/TEIIDDES-251?page=com.atlassian.jira.p...
]
Dan Florian commented on TEIIDDES-251:
--------------------------------------
The main issue found with performance had to do with the debugger framework calling the
FileLocator.resolve(URL). Resolving the URL was not working because the .debug files were
in JAR files now instead of beneath folders like they were in previous versions. Changing
the code to FileLocator.toFileURL(URL) fixed the performance issue. However, the debug has
been removed but calls to FileLocator.resolve(URL) still exist in other places in the
code. Places in the codebase that call this method need to be tested.
Designer's use of ResourceLocator class and URI's,
performance problems exist with Eclipse 3.5
----------------------------------------------------------------------------------------------
Key: TEIIDDES-251
URL:
https://jira.jboss.org/jira/browse/TEIIDDES-251
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 6.3
Reporter: Barry LaFond
Assignee: Dan Florian
Priority: Blocker
Fix For: 6.3
Apparently Teiid Designer's use of Debugger preferences, it was discovered that our
assumption that all plugins are folder-based (not jars) is resulting in major performance
issues (UI) with 3.5 Eclipse.
(Dan, can you fill in the blanks here???)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira