nitc :: WarningNoContributor :: defaultinit
# No contributor for `mentity` class WarningNoContributor super CmdWarning # MEntity provided var mentity: MEntity redef fun to_s do return "No contributor for `{mentity.full_name}`" end