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 , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
| Status: | assigned → accepted |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

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