diff --git a/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/.ratings b/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/.ratings index bad8716d36e6af56a71793df093993263d9ac2e8..06c7281b74dccb83aca39a037c756fcea33a97ee 100644 --- a/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/.ratings +++ b/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/.ratings @@ -8,7 +8,7 @@ ModelEditorBindingBase.java 4c5ac569c0b6e7678fc8191096b26dfd09fdcb98 GREEN ModelElementHandlerBase.java 384727748f125c9d43f19d9c0eba4ba1be5a7a26 GREEN MultiEObjectActionBase.java 9e237d8ea640c4194e4877af4a9cfce88698e543 GREEN NamedCommentedModelElementHandlerBase.java 681b98b50b362f01abb7a36f108f4f11b9e51829 GREEN -PropertySectionBase.java 247ddc3eee4737ae36623d138ee397da6d93fdf6 YELLOW +PropertySectionBase.java abca68908e4fcd097c26c0174bb3a08c8e3921d0 YELLOW TutorialStepUIAtomicBase.java cea2a158158b476de2108d2309afcf47f217b6d9 GREEN TutorialStepUIAtomicWithWhitelistBase.java a9788ae514f62d27169c737ef59fb583234b5d43 GREEN TutorialStepUICompositeBase.java 8225210eacb5b88de47d78280c5819f572f00ffa GREEN diff --git a/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java b/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java index 247ddc3eee4737ae36623d138ee397da6d93fdf6..abca68908e4fcd097c26c0174bb3a08c8e3921d0 100644 --- a/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java +++ b/org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java @@ -252,13 +252,8 @@ public abstract class PropertySectionBase extends AbstractPropertySection { return button; } - /** Creates a form entry. */ + /** Creates a form entry and returns the {@link Label}. */ protected Label createFormEntry(Control control, String labelName) { - return createFormEntryAndReturnLabel(control, labelName); - } - - /** Creates a form entry and return the label */ - protected Label createFormEntryAndReturnLabel(Control control, String labelName) { labelName = labelName.trim(); if(labelName.endsWith(":")) { labelName = labelName.replaceAll(":$", "");