dvdkruk / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

package scope resolution #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Protobuf plugin does not handle well package scope resolution.
Assuming the following files :
<file a.proto>
package Global.A;

message X {}

<file b.proto>
package Global.B;
import "a.proto";

message Y
{
    required A.X x = 1;
}

Plugin does not resolve name "A.X" as it does not seems to search for it in 
scope "Global".

Original issue reported on code.google.com by jean.giard@gmail.com on 10 Nov 2011 at 1:44

GoogleCodeExporter commented 9 years ago
forgot to say : I'm using version 1.0.11.201110190604 with eclipse 3.7.1

Original comment by jean.giard@gmail.com on 10 Nov 2011 at 1:49

GoogleCodeExporter commented 9 years ago
Thanks Jean for reporting this issue. I'll be looking into it shortly.

Original comment by alr...@google.com on 11 Nov 2011 at 5:13

GoogleCodeExporter commented 9 years ago
rfdf64a669ef3

Original comment by alr...@google.com on 15 Nov 2011 at 1:46

GoogleCodeExporter commented 9 years ago
r92bb909a533d

Original comment by alr...@google.com on 15 Nov 2011 at 2:43

GoogleCodeExporter commented 9 years ago
rce47e5e4f8d5

Original comment by alr...@google.com on 15 Nov 2011 at 8:29

GoogleCodeExporter commented 9 years ago
r34ecf6771874

Original comment by alr...@google.com on 15 Nov 2011 at 8:29