Bug 491 - Null pointer exception Error
Summary: Null pointer exception Error
Status: RESOLVED FIXED
Alias: None
Product: Group 13 Dating App System (vibing.com)
Classification: Unclassified
Component: Testing (show other bugs)
Version: 1
Hardware: PC Windows
: --- minor
Deadline: 2020-11-09
Assignee: Varun
URL:
Depends on:
Blocks:
 
Reported: 2020-11-27 14:30 HKT by Phudis Dawieang
Modified: 2020-11-27 14:41 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.