/test/language/error_warning_msg/bad_creation1.msg
Unknown | 18 lines | 16 code | 2 blank | 0 comment | 0 complexity | b4567d169a12f57916a5f04110436055 MD5 | raw file
1****** Warning: The !! notation is really old and ugly, it should 2not be used anymore. Please update your code and use the `create' 3keyword. 4 5Line 15 column 10 in BAD_CREATION1 (/home/persocad/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_creation1.e): 6 !!aux; 7 ^ 8------ 9****** Warning: Added missing `default_create'. Actually, a creation list must 10not be empty. You must have at least the `default_create' procedure inherited 11from ANY. The `default_create' indicates that one can also create an object 12with no creation procedure. 13 14Line 6 column 1 in AUX_CREATION1 (/home/persocad/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_creation1.e): 15create {ANY} 16^ 17------ 18****** 2 warnings.