Skip to content

Commit

Permalink
Reset CD4C & logger instance
Browse files Browse the repository at this point in the history
  • Loading branch information
luepges committed Nov 8, 2024
1 parent 5c10837 commit ad929a6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
package de.monticore.gradle.gen;

import de.monticore.AmbiguityException;
import de.monticore.cd.methodtemplates.CD4C;
import de.monticore.generating.templateengine.freemarker.MontiCoreFreeMarkerException;
import de.monticore.generating.templateengine.reporting.Reporting;
import de.monticore.grammar.MCGrammarSymbolTableHelper;
Expand Down Expand Up @@ -50,8 +51,11 @@ public static void run(String[] args) {
MCBasicsMill.globalScope().clear();
MCBasicsMill.globalScope().clearLoadedFiles();
MCBasicsMill.globalScope().getSymbolPath().close();
CD4C.reset();
Grammar_WithConceptsMill.reset();
Reporting.resetInitializedFlagFix();
Reporting.clearReportHooks();
Log.internalRemove();
}
}
}

0 comments on commit ad929a6

Please sign in to comment.