Skip to content

Getting the message "Converted without errors, but no graphs created" #44

@rahulseetharaman

Description

@rahulseetharaman

/app/code > convert /app/Simple2.java

processing /app/Simple2.java

> Converted without errors, but no graphs created.

I am getting the following message on trying to convert a simple Java program into the control flow graph. 

Following is the program itself 


```
public class Simple2 {  
   static void p(){  
         System.out.println("hello");  
         p();  
   }  
 
   public static void main(String[] args) {  
         p();  
   }  
}  

```

What am I missing ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions