Skip to content

Commit

Permalink
Fixed the loading failure issue of Control Flow Graph view (Window ->…
Browse files Browse the repository at this point in the history
…Show View ->Other... ->C/C++->Control Flow Graph).
  • Loading branch information
homeiceberg committed Nov 30, 2024
1 parent 9e9be4a commit dfbb292
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
*/
public class ControlFlowGraphPlugin extends AbstractUIPlugin {
// The plug-in ID
public static final String PLUGIN_ID = "org.eclipse.cdt.codan.ui.cfgview"; //$NON-NLS-1$
//Fixed the loading failure issue of Control Flow Graph view (Window ->Show View ->Other... ->C/C++->Control Flow Graph).
public static final String PLUGIN_ID = "org.eclipse.cdt.codan.ui.example.cfgview"; //$NON-NLS-1$
// The shared instance
private static ControlFlowGraphPlugin plugin;

Expand Down

0 comments on commit dfbb292

Please sign in to comment.