cs-au-dk / jalangilogger

Other
2 stars 4 forks source link

Bad line transformations #10

Open algobardo opened 7 years ago

algobardo commented 7 years ago

Receiving some exceptions like this:

Something went wrong during transformation of line: {"entryKind":"write-variable","name":{"valueKind":"concrete-string","value":"i"},"value":{"valueKind":"abstract-primitive","value":"1"},"sourceLocation":{"fileName":""},"index":-1}: java.lang.NullPointerException

Problem is when reproducing log files on tajs.Stats$Libs in the symbols_wip branch. This could be a problem in other branches or a problem introduced by:

The issue is workarounded at the moment by emitting a warning rather than throwing an exception, the effect of this being discarding a few lines from the log file.