Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/30/10 00:03:39 (14 years ago)
Author:
epitzer
Message:

Move parent tracing to operator trace class (#47)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/OperationContent.cs

    r4876 r4996  
    2121      ExecutionContext = operation as ExecutionContext;
    2222      if (AtomicOperation != null) {
    23         Name = string.IsNullOrEmpty(AtomicOperation.Operator.Name) ?
    24           AtomicOperation.Operator.ItemName :
    25           AtomicOperation.Operator.Name;
     23        Name = Utils.Name(AtomicOperation);
    2624      } else if (Collection != null) {
    2725        Name = string.Format("{0} Operations", Collection.Count);
Note: See TracChangeset for help on using the changeset viewer.