# The form data below was edited by norman_morse
# Perforce Workshop Jobs
#
# Job: The job name. 'new' generates a sequenced job number.
# Status: Job status; [open/closed/suspended]. Required
# Project: The project this job is for. Required.
# Severity: [A/B/C] (A is highest) Required.
# ReportedBy The user who created the job. Can be changed.
# ReportedDate: The date the job was created. Automatic.
# ModifiedBy: The user who last modified this job. Automatic.
# ModifiedDate: The date this job was last modified. Automatic.
# OwnedBy: The owner, responsible for doing the job. Optional.
# Description: Description of the job. Required.
# DevNotes: Developer's comments. Optional.
# Type: Type of job; [Bug/Feature]. Required.
Job: job000420
Status: open
Project: perforce-software-p4api-net
Severity: B
ReportedBy: norman_morse
ReportedDate: 2015/12/09 09:40:12
ModifiedBy: norman_morse
ModifiedDate: 2015/12/09 09:40:12
Description:
Client.toString() throws a NullReferenceException if any of the following are unspecified:
* LineEnd
* SubmitOptions
* Options
From case 00212693
You should either
1) fix toString() so it gracefully prints the client details without these items, or
2) disallow constructing Client objects without these three properties (if you consider them crucial/mandatory).
DevNotes:
Type: Bug