Menu

#150 GraphMLReader OTHER tag.

Likely Bug
open
nobody
Graph I/O (9)
5
2010-03-18
2010-03-18
No

CLASS AFFECTED: GraphMLReader
SYNOPSIS: GraphMLReader cannot parse graphml files with tags of type OTHER.
DESCRIPTION: The endElement method of GraphMLReader returns for tags of type OTHER before calling removeFirst on the current_states list. Tags of type OTHER are those that are not already in the enum list. This leads to an \"unbalanced tags\" exception being thrown upon trying to close the immediate-containing element.
REPEAT BY: Run the load method of GraphMLReader with a graphml file containing any tag of type OTHER.
STACK TRACE: Not available.
SAMPLE FIX: remove the if-block that returns for tags of type OTHER.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB