]
Barry LaFond commented on TEIIDDES-2376:
----------------------------------------
There is an Eclipse Platform class that can check for OS type
So adding the following in RefactorResourcesUtils methods that are keeping track of
*docOffset* values would need to :
if( Platform.getOS().equalsIgnoreCase(Platform.WS_WIN32) ) {
docOffset++
}
I've tested on Windows and it fixes this issue.
On windows environment, renamig a source model file's name using
JBDS will broke a view model which uses the renamed source model
---------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-2376
URL:
https://issues.jboss.org/browse/TEIIDDES-2376
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 8.3.4
Environment: - JBDS 7.1.1
- JBDSIS 7.0.3
- Windows 7
Reporter: hisao furuichi
Assignee: Barry LaFond
Fix For: 8.6.1, 9.0.1, 9.0
On windows environment, renamig a source model file's name using JBDS will broke a
view model which uses the renamed source model