We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allowing null in EventTime.time lead to NullPointerException in various time-related logic
null
EventTime.time
NullPointerException
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
The text was updated successfully, but these errors were encountered:
#85
Sorry, something went wrong.
larrywang0701
No branches or pull requests
Allowing
null
inEventTime.time
lead toNullPointerException
in various time-related logicGhost event: the following commands:
will fail due to not removing the event associated to the contact from the global list after deleting the contact
The text was updated successfully, but these errors were encountered: