Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 88581 Details for
Bug 212039
Fix broken externalized strings for the Trace Project.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Unused string Cleanup for trace
216576patch_trace.txt (text/plain), 29.19 KB, created by
Ritwik Lodhiya
on 2008-02-01 11:22:25 EST
(
hide
)
Description:
Unused string Cleanup for trace
Filename:
MIME Type:
Creator:
Ritwik Lodhiya
Created:
2008-02-01 11:22:25 EST
Size:
29.19 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.trace.report.birt >Index: src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/Messages.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.report.birt/src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/Messages.java,v >retrieving revision 1.1 >diff -u -r1.1 Messages.java >--- src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/Messages.java 9 Jan 2008 19:18:31 -0000 1.1 >+++ src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/Messages.java 1 Feb 2008 15:05:36 -0000 >@@ -29,32 +29,4 @@ > public static String _2; > public static String _3; > >- //Required for the BIRT report templates (added to eliminate Eclipse warnings): >- public static String Overview; >- public static String Total_Size; >- public static String Execution_Detail_Info; >- public static String link_exec; >- public static String Base_Time; >- public static String Top_10_by_Base_Time; >- public static String Top_10_by_Total_Instances; >- public static String Top_10_by_Total_Size; >- public static String link_heap; >- public static String Package_Name; >- public static String Cumulative_Time; >- public static String Collected_Instances; >- public static String Heap_Information; >- public static String Top_10_by_No_of_calls; >- public static String Top_10_by_Cumlulative_Time; >- public static String Heap_Detail_Info; >- public static String Total_Instances; >- public static String No_of_calls; >- public static String Execution_Information; >- public static String Top_10_by_Collected_Instances; >- public static String Pie_Top_10_by_No_of_calls; >- public static String Pie_Top_10_by_Cumlulative_Time; >- public static String Pie_Top_10_by_Collected_Instances; >- public static String Pie_Top_10_by_Base_Time; >- public static String Pie_Top_10_by_Total_Instances; >- public static String Pie_Top_10_by_Total_Size; >- > } >Index: src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.report.birt/src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/messages.properties,v >retrieving revision 1.1 >diff -u -r1.1 messages.properties >--- src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/messages.properties 9 Jan 2008 19:18:31 -0000 1.1 >+++ src-ui/org/eclipse/tptp/trace/report/birt/ui/internal/messages.properties 1 Feb 2008 15:05:36 -0000 >@@ -14,32 +14,4 @@ > _0=HTML trace report (BIRT) > _1=Report > _2=Define the name and location of the Report. >-_3=Exception caught during the report generation: unable to close the output stream >- >-#BIRT Trace report >-Overview=Overview >-Total_Size=Total Size >-Execution_Detail_Info=Execution Detailed Information By Package >-link_exec=Link to Detail Execution Information >-Base_Time=Base Time >-Top_10_by_Base_Time=Top 10 packages \nby Base Time >-Top_10_by_Total_Instances=Top 10 packages \nby Total Instances >-Top_10_by_Total_Size=Top 10 packages \nby Total Size >-link_heap=Link to Detail Heap Information >-Package_Name=Package Name >-Cumulative_Time=Cumulative_Time >-Collected_Instances=Collected Instances >-Heap_Information=Heap Information >-Top_10_by_No_of_calls=Top 10 packages \nby No of Calls >-Top_10_by_Cumlulative_Time=Top 10 packages \nby CumulativeTime >-Heap_Detail_Info=Heap Detailed Information By Package >-Total_Instances=Total Instances >-No_of_calls=No of Calls >-Execution_Information=Execution Information >-Top_10_by_Collected_Instances=Top 10 packages \nby Collected Instances >-Pie_Top_10_by_No_of_calls=Pie chart showing Top 10 packages by No of Calls >-Pie_Top_10_by_Cumlulative_Time=Pie chart showing Top 10 packages by CumulativeTime >-Pie_Top_10_by_Collected_Instances=Pie chart showing Top 10 packages by Collected Instances >-Pie_Top_10_by_Base_Time=Pie chart showing Top 10 packages by Base Time >-Pie_Top_10_by_Total_Instances=Pie chart showing Top 10 packages by Total Instances >-Pie_Top_10_by_Total_Size=Pie chart showing Top 10 packages by Total Size >+_3=Exception caught during the report generation: unable to close the output stream >\ No newline at end of file >#P org.eclipse.tptp.trace.jvmti.client >Index: src/org/eclipse/tptp/trace/jvmti/internal/client/views/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.jvmti.client/src/org/eclipse/tptp/trace/jvmti/internal/client/views/messages.properties,v >retrieving revision 1.11 >diff -u -r1.11 messages.properties >--- src/org/eclipse/tptp/trace/jvmti/internal/client/views/messages.properties 13 Jun 2007 04:19:12 -0000 1.11 >+++ src/org/eclipse/tptp/trace/jvmti/internal/client/views/messages.properties 1 Feb 2008 15:05:36 -0000 >@@ -20,20 +20,14 @@ > MEM_STATISTICS_TITLE = Memory Statistics > MEM_ALLOCATION_DETAILS_TITLE = Allocation Details > >-LEGEND_LABEL = Legend >-CURRENT_TIME = Current Time >-SELECTED_TIME = Selected Time >-TIME_SCALE = Time Scale > 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. > TI_CONTEXT_PROVIDER = JVMTI profiler context provider > CANNOT_OPEN_MEM_ANALYSIS = Error opening the Memory Analysis view. > CANNOT_OPEN_THREAD_STATS = Error opening the Thread Statistics view. >-CANNOT_OPEN_THREAD_STATES = Error opening the Threads Visualizer view. > CANNOT_OPEN_CALL_STACK = Error opening the Call Stack view. > DATA_NOT_SUPPORTED = The collected data is not supported by JVMTI profiler views. > EMPTY_PROFILE_SELECTION = No trace is selected in the Profiling Monitor view. > >-_Not_Started = Not Started > _Running = Running > _Sleeping = Sleeping > _Waiting = Waiting >@@ -41,7 +35,6 @@ > _Deadlocked = Deadlocked > _Stopped = Stopped > _Unknown = Unknown >-_not_started = not started > _running = running > _sleeping = sleeping > _waiting = waiting >Index: src/org/eclipse/tptp/trace/jvmti/internal/client/views/UIMessages.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.jvmti.client/src/org/eclipse/tptp/trace/jvmti/internal/client/views/UIMessages.java,v >retrieving revision 1.11 >diff -u -r1.11 UIMessages.java >--- src/org/eclipse/tptp/trace/jvmti/internal/client/views/UIMessages.java 13 Jun 2007 04:19:11 -0000 1.11 >+++ src/org/eclipse/tptp/trace/jvmti/internal/client/views/UIMessages.java 1 Feb 2008 15:05:36 -0000 >@@ -23,21 +23,14 @@ > public static String MEM_ANALYSIS_TITLE; > public static String MEM_STATISTICS_TITLE; > public static String MEM_ALLOCATION_DETAILS_TITLE; >- public static String LEGEND_LABEL; >- public static String CURRENT_TIME; >- public static String SELECTED_TIME; >- public static String TIME_SCALE; > public static String NO_THREAD_STATS; > public static String TI_CONTEXT_PROVIDER; > public static String CANNOT_OPEN_MEM_ANALYSIS; > public static String CANNOT_OPEN_THREAD_STATS; >- public static String CANNOT_OPEN_THREAD_STATES; > public static String CANNOT_OPEN_CALL_STACK; > public static String DATA_NOT_SUPPORTED; > public static String EMPTY_PROFILE_SELECTION; > >- // state strings >- public static String _Not_Started; > public static String _Running; > public static String _Sleeping; > public static String _Waiting; >@@ -46,8 +39,6 @@ > public static String _Stopped; > public static String _Unknown; > >- // state strings lower case >- public static String _not_started; > public static String _running; > public static String _sleeping; > public static String _waiting; >#P org.eclipse.tptp.trace.arm >Index: src-probes/Servlet_probe.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm/src-probes/Servlet_probe.java,v >retrieving revision 1.10 >diff -u -r1.10 Servlet_probe.java >--- src-probes/Servlet_probe.java 31 Aug 2007 19:26:27 -0000 1.10 >+++ src-probes/Servlet_probe.java 1 Feb 2008 15:05:37 -0000 >@@ -16,7 +16,7 @@ > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >- * $Id: Servlet_probe.java,v 1.10 2007/08/31 19:26:27 apatel Exp $ >+ * $Id: Servlet.probe,v 1.8 2007/08/10 22:40:55 apatel Exp $ > * > * Contributors: > * IBM - Initial API and implementation >Index: src-probes/EJB_probe.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm/src-probes/EJB_probe.java,v >retrieving revision 1.8 >diff -u -r1.8 EJB_probe.java >--- src-probes/EJB_probe.java 10 Aug 2007 22:41:50 -0000 1.8 >+++ src-probes/EJB_probe.java 1 Feb 2008 15:05:37 -0000 >@@ -16,7 +16,7 @@ > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >- * $Id: EJB_probe.java,v 1.8 2007/08/10 22:41:50 apatel Exp $ >+ * $Id: EJB.probe,v 1.7 2007/08/10 22:40:54 apatel Exp $ > * > * Contributors: > * IBM - Initial API and implementation >Index: src-probes/JDBC_probe.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm/src-probes/JDBC_probe.java,v >retrieving revision 1.7 >diff -u -r1.7 JDBC_probe.java >--- src-probes/JDBC_probe.java 10 Aug 2007 22:41:50 -0000 1.7 >+++ src-probes/JDBC_probe.java 1 Feb 2008 15:05:37 -0000 >@@ -14,7 +14,7 @@ > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >- * $Id: JDBC_probe.java,v 1.7 2007/08/10 22:41:50 apatel Exp $ >+ * $Id: JDBC.probe,v 1.5 2007/08/10 22:40:54 apatel Exp $ > * > * Contributors: > * IBM - Initial API and implementation >Index: src-probes/GenericArm_probe.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm/src-probes/GenericArm_probe.java,v >retrieving revision 1.11 >diff -u -r1.11 GenericArm_probe.java >--- src-probes/GenericArm_probe.java 30 Aug 2007 21:35:32 -0000 1.11 >+++ src-probes/GenericArm_probe.java 1 Feb 2008 15:05:37 -0000 >@@ -16,7 +16,7 @@ > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >- * $Id: GenericArm_probe.java,v 1.11 2007/08/30 21:35:32 apatel Exp $ >+ * $Id: GenericArm.probe,v 1.10 2007/08/30 21:35:32 apatel Exp $ > * > * Contributors: > * IBM - Initial API and implementation >Index: src-agent/org/eclipse/tptp/trace/arm/internal/agent/ArmRuntimeMessages.properties >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm/src-agent/org/eclipse/tptp/trace/arm/internal/agent/ArmRuntimeMessages.properties,v >retrieving revision 1.7 >diff -u -r1.7 ArmRuntimeMessages.properties >--- src-agent/org/eclipse/tptp/trace/arm/internal/agent/ArmRuntimeMessages.properties 19 Jul 2007 18:44:58 -0000 1.7 >+++ src-agent/org/eclipse/tptp/trace/arm/internal/agent/ArmRuntimeMessages.properties 1 Feb 2008 15:05:37 -0000 >@@ -19,13 +19,8 @@ > > > # Log messages >-ACLibraryMissing_ERROR_=IWAT0886E Agent controller libraries not loaded. May be missing from system path. >-AgentStarting_INFO_=IWAT0495I ARM Agent is starting >-AgentFailedStarting_ERROR_=IWAT0496E ARM failed to start >-PropertyLookup_ERROR_=IWAT0497E Could not retrieve property > PeerAttachFailed_ERROR_=IWAT0498E Peer attach failed > AddModelEvent_ERROR_=IWAT0499E Unable to add event to model >-RuntimeException_ERROR_=IWAT0500E A RuntimeException occurred while trying to add an event to the model > DuplicateThreadStart_ERROR_=IWAT0501E Seeing duplicate Thread Start Record > MethodEntry_ERROR_1=IWAT0502E Received MethodEntryException when attempting to add a ThreadStartRecord to the model > MethodEntry_ERROR_2=IWAT0503E Received MethodEntryException when attempting to add a ClassDefinitionRecord to the model >Index: src-arm-core/org/eclipse/tptp/trace/arm/internal/ArmMessages.properties >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm/src-arm-core/org/eclipse/tptp/trace/arm/internal/ArmMessages.properties,v >retrieving revision 1.6 >diff -u -r1.6 ArmMessages.properties >--- src-arm-core/org/eclipse/tptp/trace/arm/internal/ArmMessages.properties 19 May 2007 01:20:20 -0000 1.6 >+++ src-arm-core/org/eclipse/tptp/trace/arm/internal/ArmMessages.properties 1 Feb 2008 15:05:37 -0000 >@@ -33,27 +33,9 @@ > # identifier "ARM_ERROR_MESSAGE" followed by an error code number. > # ie) Error code -1 is stored as "ARM_ERROR_MESSAGE_-1" > # >-ARM_ERROR_MESSAGE_-6=IWAT0517E The current application instance has halted. The application had ended. >-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. >-ARM_ERROR_MESSAGE_-8=IWAT0519E Attempting to start a subtransaction where the parent correlator is null. >-ARM_ERROR_MESSAGE_-9=IWAT0520E The client is not yet monitoring the data collection agent. Cannot start the transaction. >-ARM_ERROR_MESSAGE_-10=IWAT0521E IllegalArgumentException indicates that a method has been passed an illegal or inappropriate argument. >-ARM_ERROR_MESSAGE_-11=IWAT0522E UnknownHostException indicates that the IP address of a host could not be determined. >-ARM_ERROR_MESSAGE_-12=IWAT0523E NullPointerException indicates the application attempted to use null where an object is required. >-ARM_ERROR_MESSAGE_-13=IWAT0524E QueueClosedException indicates that a queue has been closed. Unable to add the new ARM transaction to the Tranasaction Manager. >-ARM_ERROR_MESSAGE_-14=IWAT0525E Unable to use reflection to determine the ARM Interface and ARM Method that observed an error. > > # > # TPTP ARM Implementation > # > AgentTimeoutFormat_ERROR_=IWAT0529E Unable to read the agent timeout value from plugin.xml. The value may not be in a valid numeric format. > GUIManager_MD5_ERROR_=IWAT0507E MD5 Digest Unavailable for GUID Manager to generate ARM Transaction Ids. >-InputParameter_NotNull_ERROR_=IWAT0508E Input parameter {0} cannot be null. >-InputParameter_NoBlanks_ERROR_=IWAT0509E The {0} cannot contain trailing blank characters. >-InputParameter_IndexOutOfBounds_ERROR_=IWAT0510E The {0} array has been accessed with an illegal index. >-InputParameter_LengthNotMatch_ERROR_=IWAT0511E The {0} is restricted to a maximum length of {1} characters and must not be zero-length. >-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. >-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. >-InputParameter_ArmIdentityProperties_IndexNotInRange_ERROR_=IWAT0514E Index not in range of size of array {0} object. >-InputParameter_TPTPArmCorrelator_TypeNotMatch_Current_ERROR_=IWAT0515E The current correlator must be an instance of TPTPArmCorrelator. Instance of {0} was found. >-InputParameter_TPTPArmCorrelator_TypeNotMatch_Parent_ERROR_=IWAT0516E The parent correlator must be an instance of TPTPArmCorrelator. Instance of {0} was found. >#P org.eclipse.hyades.trace.views >Index: src/org/eclipse/hyades/trace/views/internal/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.hyades.trace.views/src/org/eclipse/hyades/trace/views/internal/messages.properties,v >retrieving revision 1.25 >diff -u -r1.25 messages.properties >--- src/org/eclipse/hyades/trace/views/internal/messages.properties 18 Jun 2007 14:46:09 -0000 1.25 >+++ src/org/eclipse/hyades/trace/views/internal/messages.properties 1 Feb 2008 15:05:38 -0000 >@@ -58,7 +58,6 @@ > _29 = Package Base Time (seconds) > _30 = Class Base Time (seconds) > _31 = Method Base Time (seconds) >-_34 = Cumulative CPU Time (seconds) > > _32 = Average Base Time (seconds) > >@@ -103,15 +102,12 @@ > > > #STR_ST_RUN_GC = Run GC >-_62 = &Filter: > > _63 = Select the columns that you want displayed.\n Use Up and Down buttons to change the order of the columns. > _64 = &Up > _65 = D&own > >-_66 = Export to HTML > >-_67 = Profiling Message > _68 = IWAT0020I Unable to open or locate source in the workbench for {0}. > _69 = IWAT0024I Unable to open or locate source of selected item in the workbench. > _70 = Please select at least one column. >@@ -139,7 +135,6 @@ > > #SinglePatternDrawStrategy.java > >-_81 = Case-&sensitive > _82 = Live Instances > _83 = Active Size (bytes) > _84 = Show Delta Columns >@@ -160,7 +155,6 @@ > _98 = Graph Colors... > _99 = Graph Colors > _100 = IWAT0288E Error opening Execution Flow Table view. >-_101 = Thread > _103 = Invocations > _104 = Object References Table > _105 = Number of References >@@ -176,7 +170,6 @@ > > _117 = Select Zoom > >-_118 = Cumulative Time > > _119 = Is referenced by {0} object(s). > _120 = References {0} object(s). >@@ -197,9 +190,6 @@ > _130 = hit > > _131 = Item names >-_132 = Class >-_133 = Package >-_134 = Calls > _135 = Methods missed > _136 = Methods hit > _137 = % Methods Hit >@@ -268,9 +258,6 @@ > _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. > > _178 = Filter by: >-_179 = &Package >-_180 = &Class >-_181 = &Method > > _182 = Filter string (* = any string, ? = any character) > _183 = C&ase sensitive >@@ -289,16 +276,7 @@ > _195 = collected instances > _196 = Entered number of events is not a valid integer > >-_197 = Package name >-_198 = Class name >-_199 = Method name >- >-_200 = Process PID >-_201 = Process name >- > _202 = Thread ID >-_203 = Thread name >- > _204 = Object instance ID > _205 = Object instance size > >@@ -307,7 +285,6 @@ > _208 = Object instance cumulative time > > _209 = Agent name >-_210 = Host name > > _211 = Object collected > _212 = true >@@ -341,17 +318,12 @@ > _236 = Default Filter > _237 = Highest 10 base time > _238 = Highest 10 total size >-_239 = More results ... > _240 = Heap statistics > _241 = Heap size > _242 = Used heap >-_243 = GC statistics >-_244 = Surviving generations >-_245 = Relative time spent in GC > _246 = Threads statistics > _247 = Number of threads >-_248 = Max Time >-_249 = Session graphs >+_248 = Max Time > _250 = Avg Time > _251 = Percent Per Thread > _252 = Min Time >Index: src/org/eclipse/hyades/trace/views/internal/TraceUIMessages.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.hyades.trace.views/src/org/eclipse/hyades/trace/views/internal/TraceUIMessages.java,v >retrieving revision 1.22 >diff -u -r1.22 TraceUIMessages.java >--- src/org/eclipse/hyades/trace/views/internal/TraceUIMessages.java 18 Jun 2007 14:46:09 -0000 1.22 >+++ src/org/eclipse/hyades/trace/views/internal/TraceUIMessages.java 1 Feb 2008 15:05:38 -0000 >@@ -139,18 +139,12 @@ > > public static String _61; > >- public static String _62; >- > public static String _63; > > public static String _64; > > public static String _65; > >- public static String _66; >- >- public static String _67; >- > public static String _68; > > public static String _69; >@@ -177,8 +171,6 @@ > > public static String _80; > >- public static String _81; >- > public static String _82; > > public static String _83; >@@ -217,8 +209,6 @@ > > public static String _100; > >- public static String _101; >- > public static String _102; > > public static String _103; >@@ -247,8 +237,6 @@ > > public static String _117; > >- public static String _118; >- > public static String _119; > > public static String _120; >@@ -275,12 +263,6 @@ > > public static String _131; > >- public static String _132; >- >- public static String _133; >- >- public static String _134; >- > public static String _135; > > public static String _136; >@@ -369,12 +351,6 @@ > > public static String _178; > >- public static String _179; >- >- public static String _180; >- >- public static String _181; >- > public static String _182; > > public static String _183; >@@ -405,20 +381,8 @@ > > public static String _196; > >- public static String _197; >- >- public static String _198; >- >- public static String _199; >- >- public static String _200; >- >- public static String _201; >- > public static String _202; > >- public static String _203; >- > public static String _204; > > public static String _205; >@@ -431,8 +395,6 @@ > > public static String _209; > >- public static String _210; >- > public static String _211; > > public static String _212; >@@ -489,28 +451,18 @@ > > public static String _238; > >- public static String _239; >- > public static String _240; > > public static String _241; > > public static String _242; > >- public static String _243; >- >- public static String _244; >- >- public static String _245; >- > public static String _246; > > public static String _247; > > public static String _248; > >- public static String _249; >- > public static String _250; > > public static String _251; >#P org.eclipse.tptp.trace.sdk >Index: .project >=================================================================== >RCS file: .project >diff -N .project >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ .project 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,11 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<projectDescription> >+ <name>org.eclipse.tptp.trace.sdk</name> >+ <comment></comment> >+ <projects> >+ </projects> >+ <buildSpec> >+ </buildSpec> >+ <natures> >+ </natures> >+</projectDescription> >#P org.eclipse.tptp.trace.memory.test >Index: .project >=================================================================== >RCS file: .project >diff -N .project >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ .project 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,11 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<projectDescription> >+ <name>org.eclipse.tptp.trace.memory.test</name> >+ <comment></comment> >+ <projects> >+ </projects> >+ <buildSpec> >+ </buildSpec> >+ <natures> >+ </natures> >+</projectDescription> >#P org.eclipse.tptp.trace.memory.ui >Index: src/org/eclipse/tptp/trace/memory/internal/views/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.memory.ui/src/org/eclipse/tptp/trace/memory/internal/views/messages.properties,v >retrieving revision 1.5 >diff -u -r1.5 messages.properties >--- src/org/eclipse/tptp/trace/memory/internal/views/messages.properties 10 Feb 2006 18:38:24 -0000 1.5 >+++ src/org/eclipse/tptp/trace/memory/internal/views/messages.properties 1 Feb 2008 15:05:38 -0000 >@@ -1,16 +1,12 @@ >-labelId=Cache Id > labelDescription=Cache Description > labelCount=Item Count > labelSize=Total Size >-labelContents=Contents > unknown=unknown > refreshJobTitle=Memory Manager > sendLowMemoryEventLow=Broadcast "Memory=Low" event > sendLowMemoryEventSerious=Broadcast "Memory=Serious" event > sendLowMemoryEventCritical=Broadcast "Memory=Critical" event >-removeDuplicateStrings=Remove Duplicate Strings > bytes=\ bytes >-flushCacheToolTip=Flush All Caches > heapLabel=Heap: > MB=MB > slash=\ / >@@ -21,7 +17,5 @@ > percentage=% > processSizeUnknown=Process size unknown > vm=VM:\ >-compactString=Compact Strings >-compactStringInfo=Number of Strings removed : {0}\nMemory Cleared : {1} MB >-compactStringTitle=Duplicate Strings Removal >+ > compactStringToolTip=Remove Duplicate Strings and Run Garbage Collector >\ No newline at end of file >Index: src/org/eclipse/tptp/trace/memory/internal/views/Messages.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.memory.ui/src/org/eclipse/tptp/trace/memory/internal/views/Messages.java,v >retrieving revision 1.4 >diff -u -r1.4 Messages.java >--- src/org/eclipse/tptp/trace/memory/internal/views/Messages.java 27 Jan 2006 02:43:33 -0000 1.4 >+++ src/org/eclipse/tptp/trace/memory/internal/views/Messages.java 1 Feb 2008 15:05:38 -0000 >@@ -18,11 +18,7 @@ > > private Messages() { } > >- public static String compactStringToolTip; >- public static String compactStringTitle; >- public static String compactStringInfo; > >- public static String flushCacheToolTip; > public static String refreshJobTitle; > public static String unknown; > public static String bytes; >@@ -30,7 +26,6 @@ > public static String labelDescription; > public static String labelCount; > public static String labelSize; >- public static String labelId; > > public static String slash; > public static String MB; >@@ -48,7 +43,6 @@ > public static String sendLowMemoryEventSerious; > public static String sendLowMemoryEventLow; > public static String sendLowMemoryEventCritical; >- public static String removeDuplicateStrings; > > static { > try { >#P org.eclipse.tptp.trace.report.birt.ui >Index: .project >=================================================================== >RCS file: .project >diff -N .project >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ .project 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,11 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<projectDescription> >+ <name>org.eclipse.tptp.trace.report.birt.ui</name> >+ <comment></comment> >+ <projects> >+ </projects> >+ <buildSpec> >+ </buildSpec> >+ <natures> >+ </natures> >+</projectDescription> >#P org.eclipse.tptp.trace.arm.ui >Index: src/org/eclipse/tptp/trace/arm/ui/internal/util/ArmMessages.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm.ui/src/org/eclipse/tptp/trace/arm/ui/internal/util/ArmMessages.java,v >retrieving revision 1.11 >diff -u -r1.11 ArmMessages.java >--- src/org/eclipse/tptp/trace/arm/ui/internal/util/ArmMessages.java 24 Apr 2007 16:17:21 -0000 1.11 >+++ src/org/eclipse/tptp/trace/arm/ui/internal/util/ArmMessages.java 1 Feb 2008 15:05:39 -0000 >@@ -28,20 +28,13 @@ > private ArmMessages() { > } > >- public static String ARM_METRIC_FAC_LABEL; >- public static String ARM_TRANS_FAC_LABEL; >- public static String ARM_REPORT_FAC_LABEL; > public static String ARM_TPTP_ENTRY; >- public static String ARM_ITCAM_ENTRY; >- public static String ARM_OTHER_ENTRY; >- public static String ERROR_LAUNCH_ARM_FACTORY_INVOC; > public static String ARM_ENGINE_TYPE; > public static String INSTRUMENT_POINTS_LABEL; > public static String NAME_COLUMN; > public static String DESCP_COLUMN; > public static String FILTER_LABEL; > public static String NO_DESCP_LABEL; >- public static String NO_INSTRUMENT_POINTS_SELECTED; > public static String INTERNAL_ERROR; > public static String ERROR_INTRUMENT_EXIST; > public static String ERROR_INSTRUMENT_EXIST_DETAIL; >Index: src/org/eclipse/tptp/trace/arm/ui/internal/util/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm.ui/src/org/eclipse/tptp/trace/arm/ui/internal/util/messages.properties,v >retrieving revision 1.13 >diff -u -r1.13 messages.properties >--- src/org/eclipse/tptp/trace/arm/ui/internal/util/messages.properties 24 Apr 2007 16:17:21 -0000 1.13 >+++ src/org/eclipse/tptp/trace/arm/ui/internal/util/messages.properties 1 Feb 2008 15:05:39 -0000 >@@ -3,24 +3,16 @@ > # NLS_ENCODING=UTF-8 > > >-ARM_METRIC_FAC_LABEL = ARM Metric Factory: >-ARM_TRANS_FAC_LABEL = ARM Transaction Factory: >-ARM_REPORT_FAC_LABEL = ARM Report Factory: >- > ARM_TPTP_ENTRY = TPTP ARM Engine >-ARM_ITCAM_ENTRY = ITCAM ARM Engine >-ARM_OTHER_ENTRY = Other > > ARM_ENGINE_TYPE = ARM engine type: > >-ERROR_LAUNCH_ARM_FACTORY_INVOC = The ARM factories must be the full package path > > INSTRUMENT_POINTS_LABEL = Instrument Types: > NAME_COLUMN = Name > DESCP_COLUMN = Description > FILTER_LABEL = Filter > NO_DESCP_LABEL = No description given >-NO_INSTRUMENT_POINTS_SELECTED = No instrument points are selected for ARM analysis type > INTERNAL_ERROR = Internal error in ARM analysis type > > 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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212039
: 88581