SENG3150Connections / Project

Final Project
http://203.9.224.192
0 stars 0 forks source link

[Management] SubmitOffer - No paramaters should return INPUT #21

Closed ScottWalkerAU closed 6 years ago

ScottWalkerAU commented 6 years ago

File: Management.Actions.SubmitOffer.java Line: 21 to 33 Issue: When no parameters are supplied, the query is still successfully executed. Ideally a result code INPUT should be returned.

Suggested Solution: Do not automatically set values for the private values up top in the file, instead leave them without the assignment or set them to null.