Currently handling of incorrect prefixes is inconsistent. Some incorrect prefixes, such as PREFIX_DATE in ParserUtil::parseBookmarkTransactionBuilder are detected and ParseException is thrown, while in other cases, known prefixes are simply not detected and treated as part of the value of its preceding prefix.
Currently handling of incorrect prefixes is inconsistent. Some incorrect prefixes, such as
PREFIX_DATE
inParserUtil::parseBookmarkTransactionBuilder
are detected andParseException
is thrown, while in other cases, known prefixes are simply not detected and treated as part of the value of its preceding prefix.