tyutNo4 / findbugs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M B Se: com.google.protobuf.DescriptorProtos$FileDescriptorProto stored into non-transient field Descriptors$DescriptorValidationException.proto

GoogleCodeExporter opened this issue · comments

Bug report generated from FindBugs
com.google.protobuf.DescriptorProtos$FileDescriptorProto stored into 
non-transient field Descriptors$DescriptorValidationException.proto

In class com.google.protobuf.Descriptors$DescriptorValidationException
  Field Descriptors$DescriptorValidationException.proto
  Actual type com.google.protobuf.DescriptorProtos$FileDescriptorProto
  At Descriptors.java:[line 1565]
Classified as: NOT_A_BUG
Bug pattern explanation:
A non-serializable value is stored into a non-transient field of a 
serializable class.



FindBugs issue identifier (do not modify or remove): 
8d04c2531746bfa9c642a7fbc92a3297

Original issue reported on code.google.com by keithl on 27 Jan 2010 at 10:10

just testing

Original comment by keithl on 27 Jan 2010 at 10:17

  • Changed state: Invalid