-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When a file has more than a class, it considers all methods in the file irrespective of class as a same class's method which is first class defined as public in a file.
class Util { void greet(){ } } public class MainClass(){ public static void hello(){ } public static void bye(){ } }
This parser considers greet method also under 'MainClass', which is an issue.
Metadata
Metadata
Assignees
Labels
No labels