Skip to content
Snippets Groups Projects
Commit a7ed6ddf authored by Andreas Bayha's avatar Andreas Bayha
Browse files

RED


Issue-ref: 4265
Issue-URL: af3#4265

Signed-off-by: default avatarAndreas Bayha <bayha@fortiss.org>
parent a8ee7fe0
No related branches found
No related tags found
1 merge request!199Add FX-based alert window that is scrollable (for external references)
Pipeline #37394 passed
Pipeline: maven-releng

#37395

    ReuseLibraryUIUtils.java ab458ab3fa3c2a8a5367ca57b4ad025e95e60647 YELLOW
    ReuseLibraryUIUtils.java ab458ab3fa3c2a8a5367ca57b4ad025e95e60647 RED
    ReuseLibraryViewUtils.java 34a852dc692ec56cb3e9fd8dcea99d64f31503b3 GREEN
    ......@@ -54,9 +54,11 @@ import javafx.stage.Stage;
    */
    public class ReuseLibraryUIUtils {
    // FIXME (AB): Constants like these two should be named ALL_CAPITAL_LETTERS like ISO_DATE_TIME, too.
    /** Standard width preference for dialog windows used in the reuse context. */
    private final static Double dialogWindowWidthPref = 700.0;
    // FIXME (AB): Constants like these two should be named ALL_CAPITAL_LETTERS like ISO_DATE_TIME, too.
    /** Standard height preference for dialog windows used in the reuse context. */
    private final static Double dialogWindowHeightPref = 500.0;
    ......
    ReuseLibraryModelElementFactory.java 4ee3eb7449e212643992a3dec6cfb8f4278efb70 GREEN
    ReuseLibraryUtilsBasics.java 8f3f475b6b0aece18bf852ad88c91d98cc143dde YELLOW
    ReuseLibraryUtilsBasics.java fe69a92d1405b33bbdf178cd6d0a5c25020681a3 RED
    ReuseLibraryUtilsManipulation.java 77a646db5a63ba7c61664dbcaf34a9036003fde5 GREEN
    ......@@ -44,9 +44,10 @@ import org.fortiss.tooling.kernel.model.INamedElement;
    */
    public class ReuseLibraryUtilsBasics {
    //FIXME (AB): Constants like these two should be named ALL_CAPITAL_LETTERS like ISO_DATE_TIME, too.
    /** Standard internal date format used for reuse (e.g. for hash dates) */
    public final static DateTimeFormatter internalReuseDateFormatter = ISO_DATE_TIME;
    // FIXME (AB): Constants like these two should be named ALL_CAPITAL_LETTERS like ISO_DATE_TIME, too.
    /** Standard date format used for reuse (easier readable) */
    public final static DateTimeFormatter displayReuseDateFormatter = RFC_1123_DATE_TIME;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment