mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
generate CmdlineRemoteProto using protoc 3.4.0
This commit is contained in:
@@ -422,10 +422,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.UUID)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID();
|
||||
@@ -915,10 +915,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.KeyValuePair)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair();
|
||||
@@ -986,13 +986,13 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000001;
|
||||
key_ = s;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
value_ = s;
|
||||
break;
|
||||
@@ -1483,10 +1483,10 @@ public final class CmdlineRemoteProto {
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.Failure)
|
||||
}
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure();
|
||||
@@ -1543,13 +1543,13 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
description_ = s;
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000004;
|
||||
stacktrace_ = s;
|
||||
break;
|
||||
@@ -1752,7 +1752,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string changed_paths = 2;</code>
|
||||
*/
|
||||
java.util.List<String>
|
||||
java.util.List<java.lang.String>
|
||||
getChangedPathsList();
|
||||
/**
|
||||
* <code>repeated string changed_paths = 2;</code>
|
||||
@@ -1771,7 +1771,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string deleted_paths = 3;</code>
|
||||
*/
|
||||
java.util.List<String>
|
||||
java.util.List<java.lang.String>
|
||||
getDeletedPathsList();
|
||||
/**
|
||||
* <code>repeated string deleted_paths = 3;</code>
|
||||
@@ -1830,11 +1830,11 @@ public final class CmdlineRemoteProto {
|
||||
}
|
||||
|
||||
public static final int CHANGED_PATHS_FIELD_NUMBER = 2;
|
||||
private com.google.protobuf.Internal.ProtobufList<String> changedPaths_;
|
||||
private com.google.protobuf.Internal.ProtobufList<java.lang.String> changedPaths_;
|
||||
/**
|
||||
* <code>repeated string changed_paths = 2;</code>
|
||||
*/
|
||||
public java.util.List<String> getChangedPathsList() {
|
||||
public java.util.List<java.lang.String> getChangedPathsList() {
|
||||
return changedPaths_;
|
||||
}
|
||||
/**
|
||||
@@ -1913,11 +1913,11 @@ public final class CmdlineRemoteProto {
|
||||
}
|
||||
|
||||
public static final int DELETED_PATHS_FIELD_NUMBER = 3;
|
||||
private com.google.protobuf.Internal.ProtobufList<String> deletedPaths_;
|
||||
private com.google.protobuf.Internal.ProtobufList<java.lang.String> deletedPaths_;
|
||||
/**
|
||||
* <code>repeated string deleted_paths = 3;</code>
|
||||
*/
|
||||
public java.util.List<String> getDeletedPathsList() {
|
||||
public java.util.List<java.lang.String> getDeletedPathsList() {
|
||||
return deletedPaths_;
|
||||
}
|
||||
/**
|
||||
@@ -2168,7 +2168,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string changed_paths = 2;</code>
|
||||
*/
|
||||
public java.util.List<String>
|
||||
public java.util.List<java.lang.String>
|
||||
getChangedPathsList() {
|
||||
return java.util.Collections.unmodifiableList(
|
||||
instance.getChangedPathsList());
|
||||
@@ -2240,7 +2240,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string deleted_paths = 3;</code>
|
||||
*/
|
||||
public java.util.List<String>
|
||||
public java.util.List<java.lang.String>
|
||||
getDeletedPathsList() {
|
||||
return java.util.Collections.unmodifiableList(
|
||||
instance.getDeletedPathsList());
|
||||
@@ -2312,10 +2312,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.ControllerMessage.FSEvent)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent();
|
||||
@@ -2383,7 +2383,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
if (!changedPaths_.isModifiable()) {
|
||||
changedPaths_ =
|
||||
com.google.protobuf.GeneratedMessageLite.mutableCopy(changedPaths_);
|
||||
@@ -2392,7 +2392,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
if (!deletedPaths_.isModifiable()) {
|
||||
deletedPaths_ =
|
||||
com.google.protobuf.GeneratedMessageLite.mutableCopy(deletedPaths_);
|
||||
@@ -2694,10 +2694,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.ControllerMessage.GlobalSettings)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings();
|
||||
@@ -2756,7 +2756,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000001;
|
||||
globalOptionsPath_ = s;
|
||||
break;
|
||||
@@ -2861,7 +2861,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string file_path = 5;</code>
|
||||
*/
|
||||
java.util.List<String>
|
||||
java.util.List<java.lang.String>
|
||||
getFilePathList();
|
||||
/**
|
||||
* <code>repeated string file_path = 5;</code>
|
||||
@@ -3011,7 +3011,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string target_id = 3;</code>
|
||||
*/
|
||||
java.util.List<String>
|
||||
java.util.List<java.lang.String>
|
||||
getTargetIdList();
|
||||
/**
|
||||
* <code>repeated string target_id = 3;</code>
|
||||
@@ -3130,11 +3130,11 @@ public final class CmdlineRemoteProto {
|
||||
}
|
||||
|
||||
public static final int TARGET_ID_FIELD_NUMBER = 3;
|
||||
private com.google.protobuf.Internal.ProtobufList<String> targetId_;
|
||||
private com.google.protobuf.Internal.ProtobufList<java.lang.String> targetId_;
|
||||
/**
|
||||
* <code>repeated string target_id = 3;</code>
|
||||
*/
|
||||
public java.util.List<String> getTargetIdList() {
|
||||
public java.util.List<java.lang.String> getTargetIdList() {
|
||||
return targetId_;
|
||||
}
|
||||
/**
|
||||
@@ -3462,7 +3462,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string target_id = 3;</code>
|
||||
*/
|
||||
public java.util.List<String>
|
||||
public java.util.List<java.lang.String>
|
||||
getTargetIdList() {
|
||||
return java.util.Collections.unmodifiableList(
|
||||
instance.getTargetIdList());
|
||||
@@ -3563,10 +3563,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope();
|
||||
@@ -3639,7 +3639,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000001;
|
||||
typeId_ = s;
|
||||
break;
|
||||
@@ -3650,7 +3650,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
if (!targetId_.isModifiable()) {
|
||||
targetId_ =
|
||||
com.google.protobuf.GeneratedMessageLite.mutableCopy(targetId_);
|
||||
@@ -3968,11 +3968,11 @@ public final class CmdlineRemoteProto {
|
||||
}
|
||||
|
||||
public static final int FILE_PATH_FIELD_NUMBER = 5;
|
||||
private com.google.protobuf.Internal.ProtobufList<String> filePath_;
|
||||
private com.google.protobuf.Internal.ProtobufList<java.lang.String> filePath_;
|
||||
/**
|
||||
* <code>repeated string file_path = 5;</code>
|
||||
*/
|
||||
public java.util.List<String> getFilePathList() {
|
||||
public java.util.List<java.lang.String> getFilePathList() {
|
||||
return filePath_;
|
||||
}
|
||||
/**
|
||||
@@ -4547,7 +4547,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string file_path = 5;</code>
|
||||
*/
|
||||
public java.util.List<String>
|
||||
public java.util.List<java.lang.String>
|
||||
getFilePathList() {
|
||||
return java.util.Collections.unmodifiableList(
|
||||
instance.getFilePathList());
|
||||
@@ -4716,10 +4716,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.ControllerMessage.ParametersMessage)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage();
|
||||
@@ -4835,7 +4835,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000004;
|
||||
projectId_ = s;
|
||||
break;
|
||||
@@ -4850,7 +4850,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
if (!filePath_.isModifiable()) {
|
||||
filePath_ =
|
||||
com.google.protobuf.GeneratedMessageLite.mutableCopy(filePath_);
|
||||
@@ -4958,7 +4958,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string path = 4;</code>
|
||||
*/
|
||||
java.util.List<String>
|
||||
java.util.List<java.lang.String>
|
||||
getPathList();
|
||||
/**
|
||||
* <code>repeated string path = 4;</code>
|
||||
@@ -5120,11 +5120,11 @@ public final class CmdlineRemoteProto {
|
||||
}
|
||||
|
||||
public static final int PATH_FIELD_NUMBER = 4;
|
||||
private com.google.protobuf.Internal.ProtobufList<String> path_;
|
||||
private com.google.protobuf.Internal.ProtobufList<java.lang.String> path_;
|
||||
/**
|
||||
* <code>repeated string path = 4;</code>
|
||||
*/
|
||||
public java.util.List<String> getPathList() {
|
||||
public java.util.List<java.lang.String> getPathList() {
|
||||
return path_;
|
||||
}
|
||||
/**
|
||||
@@ -5469,7 +5469,7 @@ public final class CmdlineRemoteProto {
|
||||
/**
|
||||
* <code>repeated string path = 4;</code>
|
||||
*/
|
||||
public java.util.List<String>
|
||||
public java.util.List<java.lang.String>
|
||||
getPathList() {
|
||||
return java.util.Collections.unmodifiableList(
|
||||
instance.getPathList());
|
||||
@@ -5541,10 +5541,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.ControllerMessage.ConstantSearchResult)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult();
|
||||
@@ -5623,13 +5623,13 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000001;
|
||||
ownerClassName_ = s;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
fieldName_ = s;
|
||||
break;
|
||||
@@ -5640,7 +5640,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
if (!path_.isModifiable()) {
|
||||
path_ =
|
||||
com.google.protobuf.GeneratedMessageLite.mutableCopy(path_);
|
||||
@@ -6190,10 +6190,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.ControllerMessage)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage();
|
||||
@@ -7107,10 +7107,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.BuilderMessage.BuildEvent.GeneratedFile)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile();
|
||||
@@ -7178,13 +7178,13 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000001;
|
||||
outputRoot_ = s;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
relativePath_ = s;
|
||||
break;
|
||||
@@ -7721,10 +7721,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.BuilderMessage.BuildEvent.CustomBuilderMessage)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage();
|
||||
@@ -7801,19 +7801,19 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000001;
|
||||
builderId_ = s;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
messageType_ = s;
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000004;
|
||||
messageText_ = s;
|
||||
break;
|
||||
@@ -8549,10 +8549,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.BuilderMessage.BuildEvent)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent();
|
||||
@@ -8645,7 +8645,7 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
description_ = s;
|
||||
break;
|
||||
@@ -9730,10 +9730,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.BuilderMessage.CompileMessage)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage();
|
||||
@@ -9826,13 +9826,13 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
text_ = s;
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000004;
|
||||
sourceFilePath_ = s;
|
||||
break;
|
||||
@@ -10502,10 +10502,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.BuilderMessage.ConstantSearchTask)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask();
|
||||
@@ -10588,13 +10588,13 @@ public final class CmdlineRemoteProto {
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000001;
|
||||
ownerClassName_ = s;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
String s = input.readString();
|
||||
java.lang.String s = input.readString();
|
||||
bitField0_ |= 0x00000002;
|
||||
fieldName_ = s;
|
||||
break;
|
||||
@@ -11156,10 +11156,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message.BuilderMessage)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage();
|
||||
@@ -11939,10 +11939,10 @@ public final class CmdlineRemoteProto {
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.jpsservice.Message)
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.SuppressWarnings({"unchecked"})
|
||||
protected final Object dynamicMethod(
|
||||
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
|
||||
protected final java.lang.Object dynamicMethod(
|
||||
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
|
||||
Object arg0, Object arg1) {
|
||||
java.lang.Object arg0, java.lang.Object arg1) {
|
||||
switch (method) {
|
||||
case NEW_MUTABLE_INSTANCE: {
|
||||
return new org.jetbrains.jps.api.CmdlineRemoteProto.Message();
|
||||
|
||||
Reference in New Issue
Block a user