Protection contre accès valeur non initialisée lors des tests.
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -163,8 +163,7 @@ public class PublisherVersion { | ... | @@ -163,8 +163,7 @@ public class PublisherVersion { |
163 | ", Region = " + publisherAddressRegion + ", Ville = " + publisherAddressLocality + ", Pays = " + | 163 | ", Region = " + publisherAddressRegion + ", Ville = " + publisherAddressLocality + ", Pays = " + |
164 | publisherAddressCountry + ", Telephone = " + publisherTelephone + ", email = " + publisherEmail + | 164 | publisherAddressCountry + ", Telephone = " + publisherTelephone + ", email = " + publisherEmail + |
165 | ", URL = " + publisherURL + ", actif = " + publisherActive + ", History = " + publisherHistory + | 165 | ", URL = " + publisherURL + ", actif = " + publisherActive + ", History = " + publisherHistory + |
166 | - ", Version Author = " + publisherVersionAuthor + ", Version DateTime = " + publisherVersionDatetime+ | 166 | + ", Version Author = " + publisherVersionAuthor + ", Version DateTime = " + publisherVersionDatetime; |
167 | - ", PublisherId = [" + publisher.getPublisherId() + "]"; | ||
168 | } | 167 | } |
169 | 168 | ||
170 | public Publisher getPublisher() { | 169 | public Publisher getPublisher() { | ... | ... |
-
Please register or login to post a comment