moosetechnology / Moose

MOOSE - Platform for software and data analysis.
https://moosetechnology.github.io/moose-wiki
MIT License
136 stars 34 forks source link

Cannot install a model #2543

Open badetitou opened 2 months ago

badetitou commented 2 months ago

When you install a model that do not have code (or is not a Famix model such as FAST or GitProjectHealth) you can not perform install or installWithCache: true.

This is because of method

clearReplicationManager
    'Clear replication manager' record.
    self entitiesForReplicationDetection do: #clearReplicationCache.
    self removeCache: #allBehaviouralsWithDuplicatedCode.
    self removeCache: #allContainersWithDuplicatedCode

I do remember that there is a way to declare that we do not want the replication manager to compute replication for this model. But I do not remember how it works. Is someone knows how to prevent the replication manager execution? Maybe @jecisc ?

I'd like to add it to the modularmoose documentation afterwhile

jecisc commented 2 months ago

Can you show a stack of the error?

I don't think it was possible to disable it