The naming conventions which are used by the class AbstractFeedElementParserAdapter to determine, whether an element, which is processed by a parser, does contain a value, which is defined to belong to the feed are too restrictive. At the moment, parsing the value of an element must be done inside a private method, which does not expect any parameters and does have the return type 'void'. But when further steps of the parser rely on the result of parsing such a value, this method must be able to return a value and receive various parameters. Therefore the implementation of the method hasDefinedValue():boolen in the class AbstractFeedElementParserAdapter must be adapted to also take private methods into consideration, which have any return type and parameters.
Fixed issue and released bugfix version 1.0.3.
Last edit: Michael Rapp 2014-03-27