issues
search
toanphbse128319
/
FA24_SE1854_SWP391_G1_KoiVeterinaryServiceCenter
https://fa-24-se-1854-swp-391-g1-koi-veterinary-service-center.vercel.app
0
stars
0
forks
source link
Không gắn null vào trường không null
#52
Open
toanphbse128319
opened
1 month ago
toanphbse128319
commented
1 month ago
Chưa xử lí null khi animaltype = null thì có khả năng bị NullDereferenceException khi truyền vào giá trị = null
Nên thay
animaltype = null; return animaltype;
thành
return null;
thành
return null;