Skip to content

Commit

Permalink
563793: Feature request: Add lock information
Browse files Browse the repository at this point in the history
Missing message changes

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=563793

Change-Id: I5e506c83321b382384599612cd24cac43588d652
  • Loading branch information
ajohnson1 committed Jun 5, 2020
1 parent 6003ae9 commit ef0a7d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,11 @@ public class Messages extends NLS

public static String ThreadStackQuery_Column_ObjectStackFrame;
public static String ThreadStackQuery_Label_Local;
public static String ThreadStackQuery_Label_Local_Blocked_On;

public static String ThreadStackQuery_Label_Local_Busy_Monitor;
public static String ThreadStackQuery_Label_Local_Probable_Busy_Monitor;

public static String ThreadStackQuery_Label_Local_Possible_Busy_Monitor;
public static String ThreadStackQuery_Label_Local_Possibly_Blocked_On;
public static String ThreadStackQuery_Label_Local_Probably_Blocked_On;

public static String TopComponentsReportQuery_TopComponentReports;

public static String TopConsumers2Query_BiggestClasses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,10 @@ ThreadOverviewQuery_SearchingThreads=Searching Threads...
ThreadOverviewQuery_ThreadDetails=Thread Details
ThreadStackQuery_Column_ObjectStackFrame=Object / Stack Frame
ThreadStackQuery_Label_Local=<local>
ThreadStackQuery_Label_Local_Blocked_On=<local, blocked on>
ThreadStackQuery_Label_Local_Probably_Blocked_On=<local, probably blocked on>
ThreadStackQuery_Label_Local_Possibly_Blocked_On=<local, possibly blocked on>
ThreadStackQuery_Label_Local_Busy_Monitor=<local, busy monitor>
ThreadStackQuery_Label_Local_Probable_Busy_Monitor=<local, probable busy monitor>
ThreadStackQuery_Label_Local_Possible_Busy_Monitor=<local, possible busy monitor>
TopComponentsReportQuery_TopComponentReports=Top Component Reports
TopConsumers2Query_BiggestClasses=Biggest Top-Level Dominator Classes
TopConsumers2Query_BiggestClassesOverview=Biggest Top-Level Dominator Classes (Overview)
Expand Down

0 comments on commit ef0a7d1

Please sign in to comment.