[JBoss JIRA] (TEIIDDES-2534) Model Refactoring: renaming folder fails when it contains a source model that has a dependent view model
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2534?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration updated TEIIDDES-2534:
----------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1222948
> Model Refactoring: renaming folder fails when it contains a source model that has a dependent view model
> --------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2534
> URL: https://issues.jboss.org/browse/TEIIDDES-2534
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 9.0.2 Beta1
> Reporter: Andrej Šmigala
> Attachments: folder-rename.png
>
>
> When renaming a folder, the refactoring fails with the following exception:
> {noformat}
> org.eclipse.text.edits.MalformedTreeException: Overlapping text edits
> at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:121)
> at java.util.Collections.indexedBinarySearch(Collections.java:377)
> at java.util.Collections.binarySearch(Collections.java:365)
> at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java:796)
> at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:781)
> at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:335)
> at org.teiid.designer.ui.refactor.RefactorResourcesUtils.calculateModelImportsElementLChanges(RefactorResourcesUtils.java:645)
> at org.teiid.designer.ui.refactor.rename.RenameResourceRefactoring$RelatedResourceCallback.indexFile(RenameResourceRefactoring.java:70)
> at org.teiid.designer.ui.refactor.RefactorResourcesUtils.calculateRelatedResources(RefactorResourcesUtils.java:1068)
> at org.teiid.designer.ui.refactor.rename.RenameResourceRefactoring.checkFinalConditions(RenameResourceRefactoring.java:248)
> at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:85)
> at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121)
> at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:209)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
> at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2534) Model Refactoring: renaming folder fails when it contains a source model that has a dependent view model
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2534?page=com.atlassian.jira.plu... ]
Andrej Šmigala updated TEIIDDES-2534:
-------------------------------------
Attachment: folder-rename.png
> Model Refactoring: renaming folder fails when it contains a source model that has a dependent view model
> --------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2534
> URL: https://issues.jboss.org/browse/TEIIDDES-2534
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 9.0.2 Beta1
> Reporter: Andrej Šmigala
> Attachments: folder-rename.png
>
>
> When renaming a folder, the refactoring fails with the following exception:
> {noformat}
> org.eclipse.text.edits.MalformedTreeException: Overlapping text edits
> at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:121)
> at java.util.Collections.indexedBinarySearch(Collections.java:377)
> at java.util.Collections.binarySearch(Collections.java:365)
> at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java:796)
> at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:781)
> at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:335)
> at org.teiid.designer.ui.refactor.RefactorResourcesUtils.calculateModelImportsElementLChanges(RefactorResourcesUtils.java:645)
> at org.teiid.designer.ui.refactor.rename.RenameResourceRefactoring$RelatedResourceCallback.indexFile(RenameResourceRefactoring.java:70)
> at org.teiid.designer.ui.refactor.RefactorResourcesUtils.calculateRelatedResources(RefactorResourcesUtils.java:1068)
> at org.teiid.designer.ui.refactor.rename.RenameResourceRefactoring.checkFinalConditions(RenameResourceRefactoring.java:248)
> at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:85)
> at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121)
> at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:209)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
> at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2534) Model Refactoring: renaming folder fails when it contains a source model that has a dependent view model
by Andrej Šmigala (JIRA)
Andrej Šmigala created TEIIDDES-2534:
----------------------------------------
Summary: Model Refactoring: renaming folder fails when it contains a source model that has a dependent view model
Key: TEIIDDES-2534
URL: https://issues.jboss.org/browse/TEIIDDES-2534
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 9.0.2 Beta1
Reporter: Andrej Šmigala
When renaming a folder, the refactoring fails with the following exception:
{noformat}
org.eclipse.text.edits.MalformedTreeException: Overlapping text edits
at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:121)
at java.util.Collections.indexedBinarySearch(Collections.java:377)
at java.util.Collections.binarySearch(Collections.java:365)
at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java:796)
at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:781)
at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:335)
at org.teiid.designer.ui.refactor.RefactorResourcesUtils.calculateModelImportsElementLChanges(RefactorResourcesUtils.java:645)
at org.teiid.designer.ui.refactor.rename.RenameResourceRefactoring$RelatedResourceCallback.indexFile(RenameResourceRefactoring.java:70)
at org.teiid.designer.ui.refactor.RefactorResourcesUtils.calculateRelatedResources(RefactorResourcesUtils.java:1068)
at org.teiid.designer.ui.refactor.rename.RenameResourceRefactoring.checkFinalConditions(RenameResourceRefactoring.java:248)
at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:85)
at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:209)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2532) 1024 x 768 - Reconciler - not all buttons are visible
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2532?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration updated TEIIDDES-2532:
----------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1222890
> 1024 x 768 - Reconciler - not all buttons are visible
> -----------------------------------------------------
>
> Key: TEIIDDES-2532
> URL: https://issues.jboss.org/browse/TEIIDDES-2532
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 9.0.2 Beta1
> Environment: Mac OS X
> Reporter: Matus Makovy
> Attachments: Screen Shot 2015-05-19 at 1.32.08 PM.png, Screen Shot 2015-05-19 at 1.32.19 PM.png, Screen Shot 2015-05-19 at 1.32.41 PM.png, Screen Shot 2015-05-19 at 1.32.49 PM.png
>
>
> I can not see all buttons in reconciler when it opens. Type resolver button is completely hidden.
> This problem is also in Type resolver dialogue.
> User can enlarge the window and the button will show, but when the dialogue opens user doesn't know that there is Type resolver button.
> Screenshots attached
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2532) 1024 x 768 - Reconciler - not all buttons are visible
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2532?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2532:
-----------------------------------
Description:
I can not see all buttons in reconciler when it opens. Type resolver button is completely hidden.
This problem is also in Type resolver dialogue.
User can enlarge the window and the button will show, but when the dialogue opens user doesn't know that there is Type resolver button.
Screenshots attached
was:
I can not see all buttons in reconciler when it opens. Type resolver button is completely hidden.
This problem is also in Type resolver dialogue.
You can enlarge the window and the button will show, but when the dialogue opens users doesn't know that there is Type resolver button.
Screenshots attached
> 1024 x 768 - Reconciler - not all buttons are visible
> -----------------------------------------------------
>
> Key: TEIIDDES-2532
> URL: https://issues.jboss.org/browse/TEIIDDES-2532
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 9.0.2 Beta1
> Environment: Mac OS X
> Reporter: Matus Makovy
> Attachments: Screen Shot 2015-05-19 at 1.32.08 PM.png, Screen Shot 2015-05-19 at 1.32.19 PM.png, Screen Shot 2015-05-19 at 1.32.41 PM.png, Screen Shot 2015-05-19 at 1.32.49 PM.png
>
>
> I can not see all buttons in reconciler when it opens. Type resolver button is completely hidden.
> This problem is also in Type resolver dialogue.
> User can enlarge the window and the button will show, but when the dialogue opens user doesn't know that there is Type resolver button.
> Screenshots attached
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2532) 1024 x 768 - Reconciler - not all buttons are visible
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2532?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2532:
-----------------------------------
Attachment: Screen Shot 2015-05-19 at 1.32.08 PM.png
Screen Shot 2015-05-19 at 1.32.19 PM.png
Screen Shot 2015-05-19 at 1.32.41 PM.png
Screen Shot 2015-05-19 at 1.32.49 PM.png
screenshots
> 1024 x 768 - Reconciler - not all buttons are visible
> -----------------------------------------------------
>
> Key: TEIIDDES-2532
> URL: https://issues.jboss.org/browse/TEIIDDES-2532
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 9.0.2 Beta1
> Environment: Mac OS X
> Reporter: Matus Makovy
> Attachments: Screen Shot 2015-05-19 at 1.32.08 PM.png, Screen Shot 2015-05-19 at 1.32.19 PM.png, Screen Shot 2015-05-19 at 1.32.41 PM.png, Screen Shot 2015-05-19 at 1.32.49 PM.png
>
>
> I can not see all buttons in reconciler when it opens. Type resolver button is completely hidden.
> This problem is also in Type resolver dialogue.
> You can enlarge the window and the button will show, but when the dialogue opens users doesn't know that there is Type resolver button.
> Screenshots attached
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2532) 1024 x 768 - Reconciler - not all buttons are visible
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2532:
--------------------------------------
Summary: 1024 x 768 - Reconciler - not all buttons are visible
Key: TEIIDDES-2532
URL: https://issues.jboss.org/browse/TEIIDDES-2532
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 9.0.2 Beta1
Environment: Mac OS X
Reporter: Matus Makovy
Attachments: Screen Shot 2015-05-19 at 1.32.08 PM.png, Screen Shot 2015-05-19 at 1.32.19 PM.png, Screen Shot 2015-05-19 at 1.32.41 PM.png, Screen Shot 2015-05-19 at 1.32.49 PM.png
I can not see all buttons in reconciler when it opens. Type resolver button is completely hidden.
This problem is also in Type resolver dialogue.
You can enlarge the window and the button will show, but when the dialogue opens users doesn't know that there is Type resolver button.
Screenshots attached
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months