Uploaded image for project: 'WINDUP - Red Hat Application Migration Toolkit'
  1. WINDUP - Red Hat Application Migration Toolkit
  2. WINDUP-1572

Windup string instead of RHAMT in UI interface

XMLWordPrintable

    • Sprint 33
    • None

      I noticed incidentally that some UI messages still contain Windup string instead of RHAMT.

      The following output is from windup/windup repository:

       (master) find . -type f -name '*.java' -exec grep -e " \".*Windup.*\" " {} \; -print
              LOG.info("Loaded [" + list.size() + "] WindupFrame sub-types [" + NEWLINE + result.toString() + "]");
      ./graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
                                  String msg = "Windup was requested to stop before beforeRuleEvaluation() of " + rule.getId() + ", skipping further rules.";
                                      String msg = "Windup was requested to stop before beforeRuleOperationsPerformed() of " + rule.getId() + ", skipping further rules.";
                          final String msg = "Windup was requested to stop during execution of " + rule.getId() + ", skipping further rules.";
      ./config/api/src/main/java/org/jboss/windup/config/RuleSubset.java
              return "If set, Windup will generate a report of 'Compatible Files'. Keep in mind " +
      ./rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/EnableCompatibleFilesReportOption.java
          public static final String DESCRIPTION = "This report shows all files that Windup could not parse in the expected format.\n" +
      ./rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateUnparsableFilesReportRuleProvider.java
              LOG.info("Loaded [" + list.size() + "] WindupFrame sub-types [" + NEWLINE + result.toString() + "]");
      ./build/target/graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
                                  String msg = "Windup was requested to stop before beforeRuleEvaluation() of " + rule.getId() + ", skipping further rules.";
                                      String msg = "Windup was requested to stop before beforeRuleOperationsPerformed() of " + rule.getId() + ", skipping further rules.";
                          final String msg = "Windup was requested to stop during execution of " + rule.getId() + ", skipping further rules.";
      ./build/target/config/api/src/main/java/org/jboss/windup/config/RuleSubset.java
              return "If set, Windup will generate a report of 'Compatible Files'. Keep in mind " +
      ./build/target/rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/EnableCompatibleFilesReportOption.java
          public static final String DESCRIPTION = "This report shows all files that Windup could not parse in the expected format.\n" +
      ./build/target/rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateUnparsableFilesReportRuleProvider.java
              return "> JBoss Windup, version " + getRuntimeAPIVersion() + ". JBoss Forge, version "
      ./build/target/bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java
      

              mnovotny@redhat.com Marek Novotny
              mnovotny@redhat.com Marek Novotny
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: