salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
220 stars 34 forks source link

JProtoc does not account for name collisions between #66

Closed rmichela closed 6 years ago

rmichela commented 6 years ago

JProtoc is not correctly accounting for the name collision between the outer and inner class name.

https://github.com/salesforce/grpc-java-contrib/blob/347c90bf677996d174f2168c1179d3bf9ce23219/jprotoc/src/main/java/com/salesforce/jprotoc/ProtoTypeMap.java#L109-L113

rmichela commented 6 years ago

Released