kshchepanovskyi / protostuff-googlecode-exported

Automatically exported from code.google.com/p/protostuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proto-parser throws NPE when an annotation on a field contains a reference

GoogleCodeExporter opened this issue · comments

message Foo {
  int32 id = 1;
}

message Bar {
  @Validate(type = Foo) // this triggers NPE
  String key = 1;
}

Original issue reported on code.google.com by david.yu...@gmail.com on 1 Jun 2012 at 11:20

fixed @ rev 1545

Original comment by david.yu...@gmail.com on 1 Jun 2012 at 11:27

  • Changed state: Fixed