MER-C/wiki-java

var info[k] is not initialized

Closed this issue · 2 comments

info[k] that is not initialized causes nullPointerException at the first put.

Please insert this to line 1222

info[k] = new HashMap();

(I can't submit this patch because Google silly said my submission was 
malformed)

Original issue reported on code.google.com by octahedr...@gmail.com on 6 Oct 2013 at 3:01

This issue was closed by revision r155.

Original comment by stop.squark on 17 Oct 2013 at 12:16

  • Changed state: Fixed
Issue 40 has been merged into this issue.

Original comment by stop.squark on 28 Oct 2013 at 12:21