Skip to content

Commit

Permalink
Fixed the loading failure issue of Control Flow Graph view (eclipse-c…
Browse files Browse the repository at this point in the history
…dt#951)

(Window ->Show View ->Other... ->C/C++->Control Flow Graph).
  • Loading branch information
homeiceberg authored Dec 17, 2024
1 parent a24f93d commit 3269718
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 3269718

Please sign in to comment.