Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/12 14:32:49 (12 years ago)
Author:
ascheibe
Message:

#1990 fixed crash in the debug engine: use the FullName of a type instead of ToString

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DebugEngine/3.3/Utils.cs

    r7259 r9018  
    3636      if (obj == null)
    3737        return "null";
    38       return TypeNameParser.Parse(obj.GetType().ToString()).GetTypeNameInCode(true);
     38      return TypeNameParser.Parse(obj.GetType().FullName).GetTypeNameInCode(true);
    3939    }
    4040
Note: See TracChangeset for help on using the changeset viewer.