job000174

conous (conous)
conous created this job , modified by Perforce maintenance
Closed
File.cs Line 79.
Assign to Action does not convert to the correct type
    StringEnum<FileAction> Action = obj["action"];

should be
    StringEnum<FileAction> action = obj["action"];
    this.Action = (FileAction) action;

P4Server.cs Line 1478
kv.Key value might not exists while getting taggedObjectList
Please reference Diff from P4server.cs#3

Reference CL @12081 //guest/conous/p4api.net
  • Details
  • Comments -
Status
Closed
Project
perforce-software-p4api-net
Severity
C
Reported By
conous
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
norman_morse
Type
Bug