1 11 package org.eclipse.jdt.internal.debug.core.model; 12 13 import org.eclipse.osgi.util.NLS; 14 15 public class JDIDebugModelMessages extends NLS { 16 private static final String BUNDLE_NAME = "org.eclipse.jdt.internal.debug.core.model.JDIDebugModelMessages"; 18 public static String JDIArrayEntryVariable_exception_modifying_variable_value; 19 public static String JDIArrayEntryVariable_exception_retrieving_reference_type; 20 public static String JDIArrayEntryVariable_exception_retrieving_type_signature; 21 public static String JDIArrayEntryVariable_exception_while_retrieving_type_of_array_entry; 22 public static String JDIArrayEntryVariable_value_modification_failed; 23 24 public static String JDIArrayType_exception_while_creating_new_instance_of_array; 25 public static String JDIArrayType_exception_while_retrieving_component_type_of_array; 26 27 public static String JDIArrayValue_exception_while_retrieving_array_length; 28 public static String JDIArrayValue_exception_while_retrieving_value_from_array; 29 public static String JDIArrayValue_exception_while_retrieving_values_from_array; 30 public static String JDIArrayValue_exception_while_setting_value_in_array; 31 public static String JDIArrayValue_6; 32 public static String JDIArrayValue_8; 33 34 public static String JDIClassType_exception_while_performing_method_lookup_for_constructor; 35 public static String JDIClassType_exception_while_performing_method_lookup_for_selector; 36 public static String JDIClassType_exception_while_retrieving_class_object; 37 public static String JDIClassType_exception_while_retrieving_field; 38 public static String JDIClassType_exception_while_retrieving_superclass; 39 public static String JDIClassType_Type_does_not_implement_cosntructor; 40 public static String JDIClassType_Type_does_not_implement_selector; 41 public static String JDIClassType_Type_is_not_a_class_type; 42 43 public static String JDIDebugElement_unknown; 44 public static String JDIDebugTarget_does_not_support_disconnect; 45 public static String JDIDebugTarget_does_not_support_storage_retrieval; 46 public static String JDIDebugTarget_does_not_support_termination; 47 public static String JDIDebugTarget_exception_disconnecting; 48 public static String JDIDebugTarget_exception_resume; 49 public static String JDIDebugTarget_exception_retrieving_name; 50 public static String JDIDebugTarget_exception_retrieving_version_information; 51 public static String JDIDebugTarget_exception_suspend; 52 public static String JDIDebugTarget_exception_terminating; 53 public static String JDIDebugTarget_JDI_Event_Dispatcher; 54 public static String JDIDebugTarget_Unable_to_retrieve_name___VM_disconnected__1; 55 public static String JDIDebugTarget_Unable_to_create_class_prepare_request___VM_disconnected__2; 56 public static String JDIDebugTarget_Unable_to_create_class_prepare_request__3; 57 public static String JDIDebugTarget_Unable_to_retrieve_types___VM_disconnected__4; 58 public static String JDIDebugTarget_0; 59 60 public static String JDIFieldVariable_exception_modifying_value; 61 public static String JDIFieldVariable_exception_retrieving_field_name; 62 public static String JDIFieldVariable_exception_retrieving_field_signature; 63 public static String JDIFieldVariable_exception_while_retrieving_type_of_field; 64 65 public static String JDILocalVariable_exception_modifying_local_variable_value; 66 public static String JDILocalVariable_exception_retrieving_local_variable_name; 67 public static String JDILocalVariable_exception_retrieving_local_variable_type_name; 68 public static String JDILocalVariable_exception_retrieving_local_variable_type_signature; 69 public static String JDILocalVariable_exception_while_retrieving_type_of_local_variable; 70 71 public static String JDIModificationVariable_Unable_to_generate_value___VM_disconnected__1; 72 73 public static String JDINullValue_0; 74 75 public static String JDIObjectValue_12; 76 77 public static String JDIObjectValue_exception_retrieving_field; 78 public static String JDIObjectValue_exception_retrieving_reference_type; 79 public static String JDIObjectValue_exception_while_performing_method_lookup_for_selector; 80 public static String JDIObjectValue_11; 81 public static String JDIObjectValue_0; 82 public static String JDIObjectValue_1; 83 84 public static String JDIReferenceListValue_0; 85 public static String JDIReferenceListValue_2; 86 public static String JDIReferenceListValue_3; 87 public static String JDIReferenceListValue_4; 88 public static String JDIReferenceListValue_6; 89 public static String JDIReferenceListValue_7; 90 public static String JDIReferenceListValue_8; 91 public static String JDIReferenceListValue_9; 92 public static String JDIReferenceListValue_11; 93 public static String JDIReferenceListValue_15; 94 95 public static String JDIReferenceType_5; 96 97 public static String JDIStackFrame__unknown_declaring_type__1; 98 public static String JDIStackFrame__unknown_method__1; 99 public static String JDIStackFrame__unknown_receiving_type__2; 100 101 public static String JDIStackFrame_26; 102 public static String JDIStackFrame_Drop_to_frame_not_supported; 103 public static String JDIStackFrame_exception_retreiving_declaring_type; 104 public static String JDIStackFrame_exception_retrieving_argument_type_names; 105 public static String JDIStackFrame_exception_retrieving_declaring_type; 106 public static String JDIStackFrame_exception_retrieving_fields; 107 public static String JDIStackFrame_exception_retrieving_line_number; 108 public static String JDIStackFrame_exception_retrieving_method_name; 109 public static String JDIStackFrame_exception_retrieving_method_signature; 110 public static String JDIStackFrame_exception_retrieving_receiving_type; 111 public static String JDIStackFrame_exception_retrieving_source_name; 112 public static String JDIStackFrame_exception_retrieving_source_path; 113 public static String JDIStackFrame_exception_retrieving_this; 114 public static String JDIStackFrame_exception_retrieving_visible_variables_2; 115 public static String JDIStackFrame_exception_retrieving_visible_variables; 116 public static String JDIStackFrame_pop_frame_not_supported; 117 public static String JDIStackFrame_Variable_information_unavailable_for_native_methods; 118 119 public static String JDIThisVariable_exception_while_retrieving_type_this; 120 public static String JDIThisVariableexception_retrieving_reference_type_name; 121 public static String JDIThisVariableexception_retrieving_type_signature; 122 public static String JDIThisVariable_Exception_occurred_while_retrieving_modifiers__1; 123 124 public static String JDIThread_47; 125 126 public static String JDIThread_48; 127 128 public static String JDIThread_can_only_specify_one_receiver_for_a_method_invocation; 129 public static String JDIThread_Cannot_perform_nested_evaluations_2; 130 public static String JDIThread_Cannot_perform_nested_evaluations; 131 public static String JDIThread_Evaluation_failed___thread_not_suspended; 132 public static String JDIThread_exception_creating_step_request; 133 public static String JDIThread_exception_determining_if_system_thread; 134 public static String JDIThread_exception_dropping_to_frame; 135 public static String JDIThread_exception_invoking_method; 136 public static String JDIThread_exception_popping; 137 public static String JDIThread_exception_resuming; 138 public static String JDIThread_exception_retrieving_frame_count; 139 140 public static String JDIThread_exception_retrieving_stack_frames_2; 141 public static String JDIThread_exception_retrieving_thread_group_name; 142 public static String JDIThread_exception_retrieving_thread_group; 143 public static String JDIThread_exception_retrieving_thread_name; 144 public static String JDIThread_exception_retrieving_thread_priority; 145 public static String JDIThread_exception_stepping; 146 public static String JDIThread_exception_suspending; 147 public static String JDIThread_exception_while_popping_stack_frame; 148 public static String JDIThread_no_priority_field; 149 public static String JDIThread_priority_not_an_integer; 150 public static String JDIThread_Thread_must_be_suspended_by_step_or_breakpoint_to_perform_method_invocation_1; 151 public static String JDIThread_suspend_timeout; 152 public static String JDIThread_garbage_collected_1; 153 public static String JDIThread_Unable_to_retrieve_stack_frame___thread_not_suspended__1; 154 public static String JDIThread_Unable_to_create_step_request___VM_disconnected__1; 155 public static String JDIThread_Unable_to_create_step_request___VM_disconnected__2; 156 public static String JDIThread_39; 157 158 public static String JDIThread_42; 159 public static String JDIThread_43; 160 public static String JDIThread_44; 161 public static String JDIThread_45; 162 public static String JDIThread_46; 163 public static String JDIThread_0; 164 165 public static String JDIType_exception_while_retrieving_signature; 166 public static String JDIType_exception_while_retrieving_type_name; 167 168 public static String JDIValue_deallocated; 169 public static String JDIValue_exception_is_collected; 170 public static String JDIValue_exception_retrieving_fields; 171 public static String JDIValue_exception_retrieving_length_of_array; 172 public static String JDIValue_exception_retrieving_reference_type_name; 173 public static String JDIValue_exception_retrieving_type_signature; 174 public static String JDIValue_exception_retrieving_type; 175 public static String JDIValue_exception_retrieving_unique_id; 176 public static String JDIValue_exception_retrieving_value; 177 public static String JDIValue_id_8; 178 public static String JDIValue_null_4; 179 180 public static String JDIVariable_does_not_support_value_modification; 181 public static String JDIVariable_exception_retrieving; 182 183 public static String Timer_Timer_cannot_be_started_more_than_once_1; 184 185 public static String JDIObjectValueMethod_declaring_type_not_found_1; 186 public static String JDIObjectValue_method_lookup_failed_for_selector____0____with_signature____1___1; 187 public static String JDIThread_exception_stoping_thread; 188 189 public static String JDIReferenceType_2; 190 public static String JDIReferenceType_3; 191 public static String JDIReferenceType_0; 192 public static String JDIReferenceType_1; 193 public static String JDIStackFrame_25; 194 195 static { 196 NLS.initializeMessages(BUNDLE_NAME, JDIDebugModelMessages.class); 198 } 199 200 public static String JDIStackFrame_0; 201 202 public static String JDIFieldVariable_0; 203 204 public static String JDIReferenceType_4; 205 206 public static String JDIThreadGroup_0; 207 208 public static String JDIThreadGroup_1; 209 210 public static String JDIThreadGroup_2; 211 212 public static String JDIThreadGroup_3; 213 214 public static String JDIThreadGroup_4; 215 216 public static String JDIThreadGroup_5; 217 218 public static String JDIDebugTarget_1; 219 220 } 221 | Popular Tags |