-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Closed
Labels
Description
.proto
edition = "2024";
//option features.(pb.java).nest_in_file_class = NO;
// uncomment above will error in protoc: Option pb.JavaFeatures.nest_in_file_class cannot be set on an entity of type `file`
error stacktrace when call Message.getDescriptor()
IllegalStateException: getDescriptor() called before internalInit()
at com.google.protobuf.GeneratedMessage$GeneratedExtension.getDescriptor(GeneratedMessage.java:1950)
at com.google.protobuf.ExtensionRegistry.newExtensionInfo(ExtensionRegistry.java:212)
at com.google.protobuf.ExtensionRegistry.add(ExtensionRegistry.java:203)
at com.google.protobuf.ExtensionRegistry.add(ExtensionRegistry.java:208)
at com.google.protobuf.Descriptors.getJavaEditionDefaults(Descriptors.java:97)
... 33 more
update
related to option "nest_in_file_class", don't know how to make it YES (and works)