Merge pull request #2619 from teleivo/TRUNK-5369 TRUNK-5369 Refactor Module.getExtensions
teleivo <mrteleivo@gmail.com>
3bd90cb07ebe9267d22c14a4c4d4183e6beb94b4
TRUNK-5369 Harmonize logging
* harmonize logging statements and log the moduleId so errors are easy
to link to the module
* merge catch clause by using a logging statement that works for all
catch clauses. No information is lost as the exception is passed to the
logger anyway.
teleivo <mrteleivo@gmail.com>
d6b1b1c121141a80a32dcebb8db99c2b4956a666
TRUNK-5369 Add/improve javadocs
add a sample from a config.xml extension tag so its easy to understand
how extensionNames lead to the expansion of Extension's
TRUNK-5369 Rename method extensionsMatchNames
to isNoNeedToExpand() to better reflect what it is doing as it does not
only check whether the extensionNames match the extensions