Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Apr 28, 2016

  1. Get list of all classes under a folder
  2. Store the method and class details under classmetadata and MethodMetadata objects

To-do

  1. Show all reasons for a non-functional method
  2. Evaluate whether a class is immutable
  3. Need to decide on the inputs to the program

e.printStackTrace();
}
classNode = new ClassNode();
classReader.accept(classNode, ClassReader.EXPAND_FRAMES);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need ClassReader.EXPAND_FRAMES, documentation says it degrades the performance very badly...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed it, but forgot to revert it. We can revert it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants