xiijima / protostuff

Automatically exported from code.google.com/p/protostuff
Apache License 2.0
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
fixed @ rev 1545

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