Skip to content

Missing parameter type information #191

@jecisc

Description

@jecisc

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

Metadata

Metadata

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