@@ -46,8 +46,6 @@ public final class MontiSecArcContextConditionConstants {
publicstaticfinalStringTRUSTLEVEL_FOR_COMPONENTS="Checks if every component has a trustlevel.";
publicstaticfinalStringTRUSTLEVEL_REALTIVE_TO_ENVIRONMENT="Checks if the trustlevels, which are relative to the envirment, are higher than -1.";
publicstaticfinalStringTRUSTLEVEL_CRITICAL_PORT="Checks if the trustlevel for component with critical port is higher then the trustlevel of the source.";
publicstaticfinalStringCORRECT_VERSION_STRING="Checks if the version string consists of integers and points.";
addReport("The component with the filter "+entry.getName()+" has the same trustlevel as the supercomponent. A filter should have a higher trustlevel than the surrounding component.",node.get_SourcePositionStart());
addReport("The component with the filter "+entry.getName()+" has the same trustlevel which is the same or lower than the trustlevel of the super component. A filter should have a higher trustlevel than the surrounding component.",node.get_SourcePositionStart());