forked from javaparser/javaparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Danny van Bruggen edited this page Jul 9, 2016
·
9 revisions
Q: Methods who return lists will always return null if there is no element in the list?
A: No, they could return null or they could return an empty list. JavaParser tries not to initialize empty lists. It will be needed to check if it is null when accessing the getter. To initialize a list is necessary to call the setter method with a instance of a List. This may change, check this issue
Q: Can we get the newest features in the Maven central repo, please?
A: Yes; How to create a release on Central Repository
Q: Can I check the status of the latest build?