-
Notifications
You must be signed in to change notification settings - Fork 7
Missing parameter type information #191
Copy link
Copy link
Open
Description
While trying to build call graph of the JDK we have once again some parameters without types.
Here is the minimal example to produce the error:
import java.util.*;
class RTFReader
{
static Dictionary<String, char[]> characterSets;
public void handleText(String text) { }
}#text parameter of #handleText should have a typing information but it is not present in the generated model
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels