Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 212039
Collapse All | Expand All

(-)src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/Messages.java (-28 lines)
Lines 29-60 Link Here
29
	public static String _2;
29
	public static String _2;
30
	public static String _3;	
30
	public static String _3;	
31
	
31
	
32
	//Required for the BIRT report templates (added to eliminate Eclipse warnings):
33
	public static String Overview;
34
	public static String Total_Size;
35
	public static String Execution_Detail_Info;
36
	public static String link_exec;
37
	public static String Base_Time;
38
	public static String Top_10_by_Base_Time;
39
	public static String Top_10_by_Total_Instances;
40
	public static String Top_10_by_Total_Size;
41
	public static String link_heap;
42
	public static String Package_Name;
43
	public static String Cumulative_Time;
44
	public static String Collected_Instances;
45
	public static String Heap_Information;
46
	public static String Top_10_by_No_of_calls;
47
	public static String Top_10_by_Cumlulative_Time;
48
	public static String Heap_Detail_Info;
49
	public static String Total_Instances;
50
	public static String No_of_calls;
51
	public static String Execution_Information;
52
	public static String Top_10_by_Collected_Instances;
53
	public static String Pie_Top_10_by_No_of_calls;
54
	public static String Pie_Top_10_by_Cumlulative_Time;
55
	public static String Pie_Top_10_by_Collected_Instances;
56
	public static String Pie_Top_10_by_Base_Time;
57
	public static String Pie_Top_10_by_Total_Instances;
58
	public static String Pie_Top_10_by_Total_Size;
59
	
60
}
32
}
(-)src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/messages.properties (-29 / +1 lines)
Lines 14-45 Link Here
14
_0=HTML trace report (BIRT)
14
_0=HTML trace report (BIRT)
15
_1=Report
15
_1=Report
16
_2=Define the name and location of the Report.
16
_2=Define the name and location of the Report.
17
_3=Exception caught during the report generation: unable to close the output stream
17
_3=Exception caught during the report generation: unable to close the output stream
18
19
#BIRT Trace report
20
Overview=Overview
21
Total_Size=Total Size
22
Execution_Detail_Info=Execution Detailed Information By Package
23
link_exec=Link to Detail Execution Information
24
Base_Time=Base Time
25
Top_10_by_Base_Time=Top 10 packages \nby Base Time
26
Top_10_by_Total_Instances=Top 10 packages \nby Total Instances
27
Top_10_by_Total_Size=Top 10 packages \nby Total Size
28
link_heap=Link to Detail Heap Information
29
Package_Name=Package Name
30
Cumulative_Time=Cumulative_Time
31
Collected_Instances=Collected Instances
32
Heap_Information=Heap Information
33
Top_10_by_No_of_calls=Top 10 packages \nby No of Calls
34
Top_10_by_Cumlulative_Time=Top 10 packages \nby CumulativeTime
35
Heap_Detail_Info=Heap Detailed Information By Package
36
Total_Instances=Total Instances
37
No_of_calls=No of Calls
38
Execution_Information=Execution Information
39
Top_10_by_Collected_Instances=Top 10 packages \nby Collected Instances
40
Pie_Top_10_by_No_of_calls=Pie chart showing Top 10 packages by No of Calls
41
Pie_Top_10_by_Cumlulative_Time=Pie chart showing Top 10 packages by CumulativeTime
42
Pie_Top_10_by_Collected_Instances=Pie chart showing Top 10 packages by Collected Instances
43
Pie_Top_10_by_Base_Time=Pie chart showing Top 10 packages by Base Time
44
Pie_Top_10_by_Total_Instances=Pie chart showing Top 10 packages by Total Instances
45
Pie_Top_10_by_Total_Size=Pie chart showing Top 10 packages by Total Size
(-)src/org/eclipse/tptp/trace/jvmti/internal/client/views/messages.properties (-7 lines)
Lines 20-39 Link Here
20
MEM_STATISTICS_TITLE = Memory Statistics
20
MEM_STATISTICS_TITLE = Memory Statistics
21
MEM_ALLOCATION_DETAILS_TITLE = Allocation Details
21
MEM_ALLOCATION_DETAILS_TITLE = Allocation Details
22
22
23
LEGEND_LABEL = Legend
24
CURRENT_TIME = Current Time
25
SELECTED_TIME = Selected Time
26
TIME_SCALE = Time Scale
27
NO_THREAD_STATS = No thread statistics is available for display.\nEither you have no trace selected in the Profiling Monitor view or the current selection does not contain thread statistics information.\n\nNote:\nThis view is available only if the trace contains thread statistics. To collect this type of information, on the Profile tab in the Launch configuration, choose the Thread Statistics option.
23
NO_THREAD_STATS = No thread statistics is available for display.\nEither you have no trace selected in the Profiling Monitor view or the current selection does not contain thread statistics information.\n\nNote:\nThis view is available only if the trace contains thread statistics. To collect this type of information, on the Profile tab in the Launch configuration, choose the Thread Statistics option.
28
TI_CONTEXT_PROVIDER = JVMTI profiler context provider
24
TI_CONTEXT_PROVIDER = JVMTI profiler context provider
29
CANNOT_OPEN_MEM_ANALYSIS = Error opening the Memory Analysis view.
25
CANNOT_OPEN_MEM_ANALYSIS = Error opening the Memory Analysis view.
30
CANNOT_OPEN_THREAD_STATS = Error opening the Thread Statistics view.
26
CANNOT_OPEN_THREAD_STATS = Error opening the Thread Statistics view.
31
CANNOT_OPEN_THREAD_STATES = Error opening the Threads Visualizer view.
32
CANNOT_OPEN_CALL_STACK = Error opening the Call Stack view.
27
CANNOT_OPEN_CALL_STACK = Error opening the Call Stack view.
33
DATA_NOT_SUPPORTED = The collected data is not supported by JVMTI profiler views.
28
DATA_NOT_SUPPORTED = The collected data is not supported by JVMTI profiler views.
34
EMPTY_PROFILE_SELECTION = No trace is selected in the Profiling Monitor view.
29
EMPTY_PROFILE_SELECTION = No trace is selected in the Profiling Monitor view.
35
30
36
_Not_Started = Not Started
37
_Running = Running
31
_Running = Running
38
_Sleeping = Sleeping
32
_Sleeping = Sleeping
39
_Waiting = Waiting
33
_Waiting = Waiting
Lines 41-47 Link Here
41
_Deadlocked = Deadlocked
35
_Deadlocked = Deadlocked
42
_Stopped = Stopped
36
_Stopped = Stopped
43
_Unknown = Unknown
37
_Unknown = Unknown
44
_not_started = not started
45
_running = running
38
_running = running
46
_sleeping = sleeping
39
_sleeping = sleeping
47
_waiting = waiting
40
_waiting = waiting
(-)src/org/eclipse/tptp/trace/jvmti/internal/client/views/UIMessages.java (-9 lines)
Lines 23-43 Link Here
23
	public static String MEM_ANALYSIS_TITLE;
23
	public static String MEM_ANALYSIS_TITLE;
24
	public static String MEM_STATISTICS_TITLE;
24
	public static String MEM_STATISTICS_TITLE;
25
	public static String MEM_ALLOCATION_DETAILS_TITLE;
25
	public static String MEM_ALLOCATION_DETAILS_TITLE;
26
	public static String LEGEND_LABEL;
27
	public static String CURRENT_TIME;
28
	public static String SELECTED_TIME;
29
	public static String TIME_SCALE;
30
	public static String NO_THREAD_STATS;
26
	public static String NO_THREAD_STATS;
31
	public static String TI_CONTEXT_PROVIDER;
27
	public static String TI_CONTEXT_PROVIDER;
32
	public static String CANNOT_OPEN_MEM_ANALYSIS;
28
	public static String CANNOT_OPEN_MEM_ANALYSIS;
33
	public static String CANNOT_OPEN_THREAD_STATS;
29
	public static String CANNOT_OPEN_THREAD_STATS;
34
	public static String CANNOT_OPEN_THREAD_STATES;
35
	public static String CANNOT_OPEN_CALL_STACK;
30
	public static String CANNOT_OPEN_CALL_STACK;
36
	public static String DATA_NOT_SUPPORTED;
31
	public static String DATA_NOT_SUPPORTED;
37
	public static String EMPTY_PROFILE_SELECTION;
32
	public static String EMPTY_PROFILE_SELECTION;
38
33
39
	// state strings
40
	public static String _Not_Started;
41
	public static String _Running;
34
	public static String _Running;
42
	public static String _Sleeping;
35
	public static String _Sleeping;
43
	public static String _Waiting;
36
	public static String _Waiting;
Lines 46-53 Link Here
46
	public static String _Stopped;
39
	public static String _Stopped;
47
	public static String _Unknown;
40
	public static String _Unknown;
48
41
49
	// state strings lower case
50
	public static String _not_started;
51
	public static String _running;
42
	public static String _running;
52
	public static String _sleeping;
43
	public static String _sleeping;
53
	public static String _waiting;
44
	public static String _waiting;
(-)src-probes/Servlet_probe.java (-1 / +1 lines)
Lines 16-22 Link Here
16
 * are made available under the terms of the Eclipse Public License v1.0
16
 * are made available under the terms of the Eclipse Public License v1.0
17
 * which accompanies this distribution, and is available at
17
 * which accompanies this distribution, and is available at
18
 * http://www.eclipse.org/legal/epl-v10.html
18
 * http://www.eclipse.org/legal/epl-v10.html
19
 * $Id: Servlet_probe.java,v 1.10 2007/08/31 19:26:27 apatel Exp $
19
 * $Id: Servlet.probe,v 1.8 2007/08/10 22:40:55 apatel Exp $
20
 * 
20
 * 
21
 * Contributors: 
21
 * Contributors: 
22
 * IBM - Initial API and implementation
22
 * IBM - Initial API and implementation
(-)src-probes/EJB_probe.java (-1 / +1 lines)
Lines 16-22 Link Here
16
 * are made available under the terms of the Eclipse Public License v1.0
16
 * are made available under the terms of the Eclipse Public License v1.0
17
 * which accompanies this distribution, and is available at
17
 * which accompanies this distribution, and is available at
18
 * http://www.eclipse.org/legal/epl-v10.html
18
 * http://www.eclipse.org/legal/epl-v10.html
19
 * $Id: EJB_probe.java,v 1.8 2007/08/10 22:41:50 apatel Exp $
19
 * $Id: EJB.probe,v 1.7 2007/08/10 22:40:54 apatel Exp $
20
 * 
20
 * 
21
 * Contributors: 
21
 * Contributors: 
22
 * IBM - Initial API and implementation
22
 * IBM - Initial API and implementation
(-)src-probes/JDBC_probe.java (-1 / +1 lines)
Lines 14-20 Link Here
14
 * are made available under the terms of the Eclipse Public License v1.0
14
 * are made available under the terms of the Eclipse Public License v1.0
15
 * which accompanies this distribution, and is available at
15
 * which accompanies this distribution, and is available at
16
 * http://www.eclipse.org/legal/epl-v10.html
16
 * http://www.eclipse.org/legal/epl-v10.html
17
 * $Id: JDBC_probe.java,v 1.7 2007/08/10 22:41:50 apatel Exp $
17
 * $Id: JDBC.probe,v 1.5 2007/08/10 22:40:54 apatel Exp $
18
 * 
18
 * 
19
 * Contributors: 
19
 * Contributors: 
20
 * IBM - Initial API and implementation
20
 * IBM - Initial API and implementation
(-)src-probes/GenericArm_probe.java (-1 / +1 lines)
Lines 16-22 Link Here
16
 * are made available under the terms of the Eclipse Public License v1.0
16
 * are made available under the terms of the Eclipse Public License v1.0
17
 * which accompanies this distribution, and is available at
17
 * which accompanies this distribution, and is available at
18
 * http://www.eclipse.org/legal/epl-v10.html
18
 * http://www.eclipse.org/legal/epl-v10.html
19
 * $Id: GenericArm_probe.java,v 1.11 2007/08/30 21:35:32 apatel Exp $
19
 * $Id: GenericArm.probe,v 1.10 2007/08/30 21:35:32 apatel Exp $
20
 * 
20
 * 
21
 * Contributors: 
21
 * Contributors: 
22
 * IBM - Initial API and implementation
22
 * IBM - Initial API and implementation
(-)src-agent/org/eclipse/tptp/trace/arm/internal/agent/ArmRuntimeMessages.properties (-5 lines)
Lines 19-31 Link Here
19
19
20
20
21
# Log messages
21
# Log messages
22
ACLibraryMissing_ERROR_=IWAT0886E Agent controller libraries not loaded.  May be missing from system path.
23
AgentStarting_INFO_=IWAT0495I ARM Agent is starting
24
AgentFailedStarting_ERROR_=IWAT0496E ARM failed to start
25
PropertyLookup_ERROR_=IWAT0497E Could not retrieve property 
26
PeerAttachFailed_ERROR_=IWAT0498E Peer attach failed
22
PeerAttachFailed_ERROR_=IWAT0498E Peer attach failed
27
AddModelEvent_ERROR_=IWAT0499E Unable to add event to model
23
AddModelEvent_ERROR_=IWAT0499E Unable to add event to model
28
RuntimeException_ERROR_=IWAT0500E A RuntimeException occurred while trying to add an event to the model
29
DuplicateThreadStart_ERROR_=IWAT0501E Seeing duplicate Thread Start Record
24
DuplicateThreadStart_ERROR_=IWAT0501E Seeing duplicate Thread Start Record
30
MethodEntry_ERROR_1=IWAT0502E Received MethodEntryException when attempting to add a ThreadStartRecord to the model
25
MethodEntry_ERROR_1=IWAT0502E Received MethodEntryException when attempting to add a ThreadStartRecord to the model
31
MethodEntry_ERROR_2=IWAT0503E Received MethodEntryException when attempting to add a ClassDefinitionRecord to the model
26
MethodEntry_ERROR_2=IWAT0503E Received MethodEntryException when attempting to add a ClassDefinitionRecord to the model
(-)src-arm-core/org/eclipse/tptp/trace/arm/internal/ArmMessages.properties (-18 lines)
Lines 33-59 Link Here
33
# identifier "ARM_ERROR_MESSAGE" followed by an error code number.
33
# identifier "ARM_ERROR_MESSAGE" followed by an error code number.
34
# ie) Error code -1 is stored as "ARM_ERROR_MESSAGE_-1"
34
# ie) Error code -1 is stored as "ARM_ERROR_MESSAGE_-1"
35
#
35
#
36
ARM_ERROR_MESSAGE_-6=IWAT0517E The current application instance has halted.  The application had ended.
37
ARM_ERROR_MESSAGE_-7=IWAT0518E ArrayIndexOutOfBoundsException indicates that an array has been accessed with an illegal index. The index is either negative or greater than or equal to the size of the array. 
38
ARM_ERROR_MESSAGE_-8=IWAT0519E Attempting to start a subtransaction where the parent correlator is null.
39
ARM_ERROR_MESSAGE_-9=IWAT0520E The client is not yet monitoring the data collection agent.  Cannot start the transaction.
40
ARM_ERROR_MESSAGE_-10=IWAT0521E IllegalArgumentException indicates that a method has been passed an illegal or inappropriate argument.
41
ARM_ERROR_MESSAGE_-11=IWAT0522E UnknownHostException indicates that the IP address of a host could not be determined.
42
ARM_ERROR_MESSAGE_-12=IWAT0523E NullPointerException indicates the application attempted to use null where an object is required.
43
ARM_ERROR_MESSAGE_-13=IWAT0524E QueueClosedException indicates that a queue has been closed. Unable to add the new ARM transaction to the Tranasaction Manager.
44
ARM_ERROR_MESSAGE_-14=IWAT0525E Unable to use reflection to determine the ARM Interface and ARM Method that observed an error.
45
36
46
#
37
#
47
# TPTP ARM Implementation
38
# TPTP ARM Implementation
48
#
39
#
49
AgentTimeoutFormat_ERROR_=IWAT0529E Unable to read the agent timeout value from plugin.xml.  The value may not be in a valid numeric format. 
40
AgentTimeoutFormat_ERROR_=IWAT0529E Unable to read the agent timeout value from plugin.xml.  The value may not be in a valid numeric format. 
50
GUIManager_MD5_ERROR_=IWAT0507E MD5 Digest Unavailable for GUID Manager to generate ARM Transaction Ids.
41
GUIManager_MD5_ERROR_=IWAT0507E MD5 Digest Unavailable for GUID Manager to generate ARM Transaction Ids.
51
InputParameter_NotNull_ERROR_=IWAT0508E Input parameter {0} cannot be null.
52
InputParameter_NoBlanks_ERROR_=IWAT0509E The {0} cannot contain trailing blank characters.
53
InputParameter_IndexOutOfBounds_ERROR_=IWAT0510E The {0} array has been accessed with an illegal index.
54
InputParameter_LengthNotMatch_ERROR_=IWAT0511E The {0} is restricted to a maximum length of {1} characters and must not be zero-length.
55
InputParameter_ArmProperty_Reserved_ERROR_=IWAT0512E According to the OpenGroup ARM Specification, an ArmProperty may not be prefixed with 'ARM:'.  This is reserved for the ARM specification.
56
InputParameter_ArmIdentityProperties_LenghtNotMatch_ERROR_=IWAT0513E The length of the values must match the length of the provided names in order to associate the two data sets.
57
InputParameter_ArmIdentityProperties_IndexNotInRange_ERROR_=IWAT0514E Index not in range of size of array {0} object.
58
InputParameter_TPTPArmCorrelator_TypeNotMatch_Current_ERROR_=IWAT0515E The current correlator must be an instance of TPTPArmCorrelator.  Instance of {0} was found.
59
InputParameter_TPTPArmCorrelator_TypeNotMatch_Parent_ERROR_=IWAT0516E The parent correlator must be an instance of TPTPArmCorrelator.  Instance of {0} was found.
(-)src/org/eclipse/hyades/trace/views/internal/messages.properties (-29 / +1 lines)
Lines 58-64 Link Here
58
_29			  = Package Base Time (seconds)
58
_29			  = Package Base Time (seconds)
59
_30			  = Class Base Time (seconds)
59
_30			  = Class Base Time (seconds)
60
_31			  = Method Base Time (seconds)
60
_31			  = Method Base Time (seconds)
61
_34              = Cumulative CPU Time (seconds)
62
61
63
_32           = Average Base Time (seconds)
62
_32           = Average Base Time (seconds)
64
63
Lines 103-117 Link Here
103
102
104
103
105
#STR_ST_RUN_GC                    = Run GC
104
#STR_ST_RUN_GC                    = Run GC
106
_62                     = &Filter:
107
105
108
_63                  = Select the columns that you want displayed.\n Use Up and Down buttons to change the order of the columns.
106
_63                  = Select the columns that you want displayed.\n Use Up and Down buttons to change the order of the columns.
109
_64                    = &Up
107
_64                    = &Up
110
_65                  = D&own
108
_65                  = D&own
111
109
112
_66                  = Export to HTML
113
110
114
_67                     = Profiling Message
115
_68        = IWAT0020I Unable to open or locate source in the workbench for {0}.
111
_68        = IWAT0020I Unable to open or locate source in the workbench for {0}.
116
_69  = IWAT0024I Unable to open or locate source of selected item in the workbench.
112
_69  = IWAT0024I Unable to open or locate source of selected item in the workbench.
117
_70                   = Please select at least one column.
113
_70                   = Please select at least one column.
Lines 139-145 Link Here
139
135
140
#SinglePatternDrawStrategy.java
136
#SinglePatternDrawStrategy.java
141
137
142
_81             = Case-&sensitive
143
_82             = Live Instances
138
_82             = Live Instances
144
_83               = Active Size (bytes)
139
_83               = Active Size (bytes)
145
_84         = Show Delta Columns
140
_84         = Show Delta Columns
Lines 160-166 Link Here
160
_98                    = Graph Colors...
155
_98                    = Graph Colors...
161
_99               = Graph Colors
156
_99               = Graph Colors
162
_100        = IWAT0288E Error opening Execution Flow Table view.
157
_100        = IWAT0288E Error opening Execution Flow Table view.
163
_101                   = Thread
164
_103                = Invocations
158
_103                = Invocations
165
_104               = Object References Table
159
_104               = Object References Table
166
_105                        = Number of References
160
_105                        = Number of References
Lines 176-182 Link Here
176
170
177
_117                    = Select Zoom
171
_117                    = Select Zoom
178
172
179
_118               = Cumulative Time
180
173
181
_119                     = Is referenced by {0} object(s).
174
_119                     = Is referenced by {0} object(s).
182
_120                     = References {0} object(s).
175
_120                     = References {0} object(s).
Lines 197-205 Link Here
197
_130                       = hit
190
_130                       = hit
198
191
199
_131           = Item names
192
_131           = Item names
200
_132           = Class
201
_133              = Package
202
_134                = Calls
203
_135        = Methods missed
193
_135        = Methods missed
204
_136           = Methods hit
194
_136           = Methods hit
205
_137                 = % Methods Hit
195
_137                 = % Methods Hit
Lines 268-276 Link Here
268
_177=Selected method has no invocation information.\nTo collect invocation information, the Profiling Set used to profile current application should select Show execution flow graphical details option.
258
_177=Selected method has no invocation information.\nTo collect invocation information, the Profiling Set used to profile current application should select Show execution flow graphical details option.
269
259
270
_178								= Filter by:
260
_178								= Filter by:
271
_179						= &Package
272
_180						= &Class
273
_181						= &Method
274
261
275
_182									= Filter string (* = any string, ? = any character)
262
_182									= Filter string (* = any string, ? = any character)
276
_183							= C&ase sensitive
263
_183							= C&ase sensitive
Lines 289-304 Link Here
289
_195		= collected instances
276
_195		= collected instances
290
_196					= Entered number of events is not a valid integer
277
_196					= Entered number of events is not a valid integer
291
278
292
_197                 		= Package name
293
_198		                = Class name
294
_199                		= Method name
295
296
_200						= Process PID
297
_201						= Process name
298
299
_202							= Thread ID
279
_202							= Thread ID
300
_203						= Thread name
301
302
_204							= Object instance ID
280
_204							= Object instance ID
303
_205						= Object instance size
281
_205						= Object instance size
304
282
Lines 307-313 Link Here
307
_208			= Object instance cumulative time
285
_208			= Object instance cumulative time
308
286
309
_209						= Agent name
287
_209						= Agent name
310
_210							= Host name
311
288
312
_211					= Object collected
289
_211					= Object collected
313
_212				= true
290
_212				= true
Lines 341-357 Link Here
341
_236 = Default Filter
318
_236 = Default Filter
342
_237  = Highest 10 base time
319
_237  = Highest 10 base time
343
_238  = Highest 10 total size
320
_238  = Highest 10 total size
344
_239  = More results ...
345
_240 = Heap statistics
321
_240 = Heap statistics
346
_241 = Heap size
322
_241 = Heap size
347
_242 = Used heap
323
_242 = Used heap
348
_243 = GC statistics
349
_244 = Surviving generations
350
_245 = Relative time spent in GC
351
_246 = Threads statistics
324
_246 = Threads statistics
352
_247 = Number of threads 
325
_247 = Number of threads 
353
_248 = Max Time 
326
_248 = Max Time
354
_249 = Session graphs
355
_250 = Avg Time
327
_250 = Avg Time
356
_251 = Percent Per Thread
328
_251 = Percent Per Thread
357
_252 = Min Time
329
_252 = Min Time
(-)src/org/eclipse/hyades/trace/views/internal/TraceUIMessages.java (-48 lines)
Lines 139-156 Link Here
139
139
140
	public static String _61;
140
	public static String _61;
141
141
142
	public static String _62;
143
144
	public static String _63;
142
	public static String _63;
145
143
146
	public static String _64;
144
	public static String _64;
147
145
148
	public static String _65;
146
	public static String _65;
149
147
150
	public static String _66;
151
152
	public static String _67;
153
154
	public static String _68;
148
	public static String _68;
155
149
156
	public static String _69;
150
	public static String _69;
Lines 177-184 Link Here
177
171
178
	public static String _80;
172
	public static String _80;
179
173
180
	public static String _81;
181
182
	public static String _82;
174
	public static String _82;
183
175
184
	public static String _83;
176
	public static String _83;
Lines 217-224 Link Here
217
209
218
	public static String _100;
210
	public static String _100;
219
211
220
	public static String _101;
221
222
	public static String _102;
212
	public static String _102;
223
213
224
	public static String _103;
214
	public static String _103;
Lines 247-254 Link Here
247
237
248
	public static String _117;
238
	public static String _117;
249
239
250
	public static String _118;
251
252
	public static String _119;
240
	public static String _119;
253
241
254
	public static String _120;
242
	public static String _120;
Lines 275-286 Link Here
275
263
276
	public static String _131;
264
	public static String _131;
277
265
278
	public static String _132;
279
280
	public static String _133;
281
282
	public static String _134;
283
284
	public static String _135;
266
	public static String _135;
285
267
286
	public static String _136;
268
	public static String _136;
Lines 369-380 Link Here
369
351
370
	public static String _178;
352
	public static String _178;
371
353
372
	public static String _179;
373
374
	public static String _180;
375
376
	public static String _181;
377
378
	public static String _182;
354
	public static String _182;
379
355
380
	public static String _183;
356
	public static String _183;
Lines 405-424 Link Here
405
381
406
	public static String _196;
382
	public static String _196;
407
383
408
	public static String _197;
409
410
	public static String _198;
411
412
	public static String _199;
413
414
	public static String _200;
415
416
	public static String _201;
417
418
	public static String _202;
384
	public static String _202;
419
385
420
	public static String _203;
421
422
	public static String _204;
386
	public static String _204;
423
387
424
	public static String _205;
388
	public static String _205;
Lines 431-438 Link Here
431
395
432
	public static String _209;
396
	public static String _209;
433
397
434
	public static String _210;
435
436
	public static String _211;
398
	public static String _211;
437
399
438
	public static String _212;
400
	public static String _212;
Lines 489-516 Link Here
489
	
451
	
490
	public static String _238;
452
	public static String _238;
491
	
453
	
492
	public static String _239;
493
	
494
	public static String _240;
454
	public static String _240;
495
	
455
	
496
	public static String _241;
456
	public static String _241;
497
	
457
	
498
	public static String _242;
458
	public static String _242;
499
	
459
	
500
	public static String _243;
501
	
502
	public static String _244;
503
	
504
	public static String _245;
505
	
506
	public static String _246;
460
	public static String _246;
507
	
461
	
508
	public static String _247;
462
	public static String _247;
509
463
510
	public static String _248;
464
	public static String _248;
511
465
512
	public static String _249;
513
514
	public static String _250;
466
	public static String _250;
515
467
516
	public static String _251;
468
	public static String _251;
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.eclipse.tptp.trace.sdk</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.eclipse.tptp.trace.memory.test</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-)src/org/eclipse/tptp/trace/memory/internal/views/messages.properties (-7 / +1 lines)
Lines 1-16 Link Here
1
labelId=Cache Id
2
labelDescription=Cache Description
1
labelDescription=Cache Description
3
labelCount=Item Count
2
labelCount=Item Count
4
labelSize=Total Size
3
labelSize=Total Size
5
labelContents=Contents
6
unknown=unknown
4
unknown=unknown
7
refreshJobTitle=Memory Manager
5
refreshJobTitle=Memory Manager
8
sendLowMemoryEventLow=Broadcast "Memory=Low" event
6
sendLowMemoryEventLow=Broadcast "Memory=Low" event
9
sendLowMemoryEventSerious=Broadcast "Memory=Serious" event
7
sendLowMemoryEventSerious=Broadcast "Memory=Serious" event
10
sendLowMemoryEventCritical=Broadcast "Memory=Critical" event
8
sendLowMemoryEventCritical=Broadcast "Memory=Critical" event
11
removeDuplicateStrings=Remove Duplicate Strings
12
bytes=\ bytes
9
bytes=\ bytes
13
flushCacheToolTip=Flush All Caches
14
heapLabel=Heap: 
10
heapLabel=Heap: 
15
MB=MB
11
MB=MB
16
slash=\ / 
12
slash=\ / 
Lines 21-27 Link Here
21
percentage=%
17
percentage=%
22
processSizeUnknown=Process size unknown
18
processSizeUnknown=Process size unknown
23
vm=VM:\ 
19
vm=VM:\ 
24
compactString=Compact Strings
20
25
compactStringInfo=Number of Strings removed : {0}\nMemory Cleared : {1} MB
26
compactStringTitle=Duplicate Strings Removal
27
compactStringToolTip=Remove Duplicate Strings and Run Garbage Collector
21
compactStringToolTip=Remove Duplicate Strings and Run Garbage Collector
(-)src/org/eclipse/tptp/trace/memory/internal/views/Messages.java (-6 lines)
Lines 18-28 Link Here
18
	
18
	
19
	private Messages() { }
19
	private Messages() { }
20
20
21
	public static String compactStringToolTip;
22
	public static String compactStringTitle;
23
	public static String compactStringInfo;
24
21
25
	public static String flushCacheToolTip;
26
	public static String refreshJobTitle;
22
	public static String refreshJobTitle;
27
	public static String unknown;
23
	public static String unknown;
28
	public static String bytes;	
24
	public static String bytes;	
Lines 30-36 Link Here
30
	public static String labelDescription;
26
	public static String labelDescription;
31
	public static String labelCount;
27
	public static String labelCount;
32
	public static String labelSize;
28
	public static String labelSize;
33
	public static String labelId;
34
	
29
	
35
	public static String slash;
30
	public static String slash;
36
	public static String MB;
31
	public static String MB;
Lines 48-54 Link Here
48
	public static String sendLowMemoryEventSerious;
43
	public static String sendLowMemoryEventSerious;
49
	public static String sendLowMemoryEventLow;
44
	public static String sendLowMemoryEventLow;
50
	public static String sendLowMemoryEventCritical;
45
	public static String sendLowMemoryEventCritical;
51
	public static String removeDuplicateStrings;
52
46
53
	static {
47
	static {
54
		try {
48
		try {
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.eclipse.tptp.trace.report.birt.ui</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-)src/org/eclipse/tptp/trace/arm/ui/internal/util/ArmMessages.java (-7 lines)
Lines 28-47 Link Here
28
	private ArmMessages() {
28
	private ArmMessages() {
29
	}
29
	}
30
	
30
	
31
	public static String ARM_METRIC_FAC_LABEL;
32
	public static String ARM_TRANS_FAC_LABEL;
33
	public static String ARM_REPORT_FAC_LABEL;
34
	public static String ARM_TPTP_ENTRY;
31
	public static String ARM_TPTP_ENTRY;
35
	public static String ARM_ITCAM_ENTRY;
36
	public static String ARM_OTHER_ENTRY;
37
	public static String ERROR_LAUNCH_ARM_FACTORY_INVOC;
38
	public static String ARM_ENGINE_TYPE;
32
	public static String ARM_ENGINE_TYPE;
39
	public static String INSTRUMENT_POINTS_LABEL;
33
	public static String INSTRUMENT_POINTS_LABEL;
40
	public static String NAME_COLUMN;
34
	public static String NAME_COLUMN;
41
	public static String DESCP_COLUMN;
35
	public static String DESCP_COLUMN;
42
	public static String FILTER_LABEL;
36
	public static String FILTER_LABEL;
43
	public static String NO_DESCP_LABEL;
37
	public static String NO_DESCP_LABEL;
44
	public static String NO_INSTRUMENT_POINTS_SELECTED;
45
	public static String INTERNAL_ERROR;
38
	public static String INTERNAL_ERROR;
46
	public static String ERROR_INTRUMENT_EXIST;
39
	public static String ERROR_INTRUMENT_EXIST;
47
	public static String ERROR_INSTRUMENT_EXIST_DETAIL;
40
	public static String ERROR_INSTRUMENT_EXIST_DETAIL;
(-)src/org/eclipse/tptp/trace/arm/ui/internal/util/messages.properties (-8 lines)
Lines 3-26 Link Here
3
# NLS_ENCODING=UTF-8
3
# NLS_ENCODING=UTF-8
4
4
5
5
6
ARM_METRIC_FAC_LABEL = ARM Metric Factory:
7
ARM_TRANS_FAC_LABEL = ARM Transaction Factory:
8
ARM_REPORT_FAC_LABEL = ARM Report Factory:
9
10
ARM_TPTP_ENTRY = TPTP ARM Engine
6
ARM_TPTP_ENTRY = TPTP ARM Engine
11
ARM_ITCAM_ENTRY = ITCAM ARM Engine
12
ARM_OTHER_ENTRY = Other
13
7
14
ARM_ENGINE_TYPE = ARM engine type:
8
ARM_ENGINE_TYPE = ARM engine type:
15
9
16
ERROR_LAUNCH_ARM_FACTORY_INVOC = The ARM factories must be the full package path
17
10
18
INSTRUMENT_POINTS_LABEL = Instrument Types:
11
INSTRUMENT_POINTS_LABEL = Instrument Types:
19
NAME_COLUMN = Name
12
NAME_COLUMN = Name
20
DESCP_COLUMN = Description
13
DESCP_COLUMN = Description
21
FILTER_LABEL = Filter
14
FILTER_LABEL = Filter
22
NO_DESCP_LABEL = No description given
15
NO_DESCP_LABEL = No description given
23
NO_INSTRUMENT_POINTS_SELECTED = No instrument points are selected for ARM analysis type
24
INTERNAL_ERROR = Internal error in ARM analysis type
16
INTERNAL_ERROR = Internal error in ARM analysis type
25
17
26
ERROR_INTRUMENT_EXIST = Application Response Measurement has already been intrumented for this method or class.  It is not allowed to add instrumentation more then once in a method.\n Please press details button for more information.
18
ERROR_INTRUMENT_EXIST = Application Response Measurement has already been intrumented for this method or class.  It is not allowed to add instrumentation more then once in a method.\n Please press details button for more information.

Return to bug 212039