Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #688 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
5438fb7b332ae6c7f1b81a19f6c17b6d7c9e6fbb
Total tests
751
Successful since
#651 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> d498cd849918b14218f8c922f525e2cf23bf01b2 core: re-add Stanza.getExtension(String, String) and mark deprecated
This method was removed with 07da9ffb4 ("Do not have
Stanza.getExtension(String, String) return a generic type"). In order
to aide migration to the newer API, this commit re-adds the method and
marks it as deprecated.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 7bc2ebb73129e18ce43ecb3652184578f19ae1ae core: fix javadoc of Stanza.getExtensionElement(String, String)
The element name must not be null or empty.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 5438fb7b332ae6c7f1b81a19f6c17b6d7c9e6fbb core: add hint towards StanzaView.getExtension(Class)
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 7a57bb7c096f1a596e3b197cfda954c80be4520a Rename Stanza.getExtension(String, String) to getExtensionElement()
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 9879dea0bf8311ba0f797bae5000dfd2e5c91c95 Refer to static fields by their declaring type