commit | fe2e8db3005118ebf2e59947c2a3b1a1898a47fc | [log] [tgz] |
---|---|---|
author | Alex Ruiz <alruiz@google.com> | Sat Apr 16 09:13:25 2011 +0000 |
committer | Alex Ruiz <alruiz@google.com> | Sat Apr 16 09:13:25 2011 +0000 |
tree | 26d3138344d0248e29b794460f07308a435b97a5 | |
parent | 79c72fa9f14d9d22ef55f0d4d8b4592802dc6983 [diff] |
Fixed: [Issue 21] ProtobufQualifiedNameProvider assumes package names do not contain dots. http://code.google.com/p/protobuf-dt/issues/detail?id=21 We split package names into segments and verify that the qualified name contains all the segments of the package name.