Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException in event-related logic and ghost events after deleting contacts that have events #89

Closed
larrywang0701 opened this issue Nov 3, 2023 · 1 comment
Assignees
Milestone

Comments

@larrywang0701
Copy link

Allowing null in EventTime.time lead to NullPointerException in various time-related logic

Ghost event: the following commands:

add event -id 1 -en sdfgs -st 2012-10-10
delete contact 1
add event -id 1 -en sdfgs -st 2012-10-10

will fail due to not removing the event associated to the contact from the global list after deleting the contact

@larrywang0701 larrywang0701 self-assigned this Nov 3, 2023
@larrywang0701 larrywang0701 added this to the v1.4 milestone Nov 3, 2023
@larrywang0701
Copy link
Author

#85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant