Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.0 Beta 1
-
Fix Version/s: 3.0.0
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
... so that code completion works when instantiating a new instance of the following classes:
org.jivesoftware.xiff.auth.Anonymous
org.jivesoftware.xiff.auth.Plain
org.jivesoftware.xiff.bookmark.BookmarkManager
org.jivesoftware.xiff.bookmark.BookmarkPrivatePayload
org.jivesoftware.xiff.bookmark.GroupChatBookmark
org.jivesoftware.xiff.bookmark.UrlBookmark
org.jivesoftware.xiff.core.JID
org.jivesoftware.xiff.data.im.RosterItemVO
org.jivesoftware.xiff.data.privatedata.PrivateDataExtension
org.jivesoftware.xiff.events.BookmarkChangedEvent
org.jivesoftware.xiff.events.BookmarkRetrievedEvent
I think that covers all of the classes in the current source that have voids on their constructors.
Once they are removed, you will get code hints when creating a new instance of that class.
Fixed in trunk. May need to test with additional classes that were not listed in report.