Opened 15 years ago

Closed 15 years ago

#310 closed enhancement (fixed)

AST Parser: Print filename when reporting error

Reported by: Stephen Siegel Owned by: stachnik
Priority: minor Milestone: 1.1
Component: ast Version: 1.1
Keywords: Cc:

Description

Can the AST Parser print the file name of the file with the error instead of the Java gobly-gook:

An XML parse error occurred while parsing java.io.FileInputStream@7a03411a line 38 column 50

Change History (3)

comment:1 by Stephen Siegel, 15 years ago

Owner: changed from zirkel to stachnik
Status: newassigned

comment:2 by stachnik, 15 years ago

Status: assignedaccepted

comment:3 by stachnik, 15 years ago

Resolution: fixed
Status: acceptedclosed

This error should no longer appear when ASTParsers are created through the new ASTs.makeASTParser() method.

Note: See TracTickets for help on using tickets.