Search found 2 matches

by hugo
Sat Oct 27, 2007 3:48 pm
Forum: Writing a Parser
Topic: How to debug our own parser ?
Replies: 2
Views: 18133

Sorry, was my fault. I missed to add the entry with addEntry(entry).
by hugo
Sat Oct 27, 2007 3:39 pm
Forum: Writing a Parser
Topic: How to debug our own parser ?
Replies: 2
Views: 18133

How to debug our own parser ?

Hi, I'm trying to do my own parser that read a file in json format. I write the parser and a junit test that just open a file and call the "parseLine" method with the first line of my file. It works, the parsedEntry is good (or seems to be). In debug mode, the parsed entry before the end of the meth...