Bug 491

Summary: Null pointer exception Error
Product: Group 13 Dating App System (vibing.com) Reporter: Phudis Dawieang <pdawieang2-c>
Component: TestingAssignee: Varun <avbalaji2-c>
Status: RESOLVED FIXED    
Severity: minor    
Priority: ---    
Version: 1   
Hardware: PC   
OS: Windows   
Deadline: 2020-11-09   

Description Phudis Dawieang 2020-11-27 14:30:44 HKT
Every time we run test the program we get a NULL pointer exception. There is static variable being assigned to NULL and then being assigned to another value.
Please call the static declaration function of the variable before assigning it to another value.
Comment 1 Varun 2020-11-27 14:41:47 HKT
Thanks for pointing out the error. The program works now.