Skip to content

wolmir/cristina

Repository files navigation

#Cristina This is a Python application that tranforms a set of source files into a set of more reusable classes.

Developed as part of the author's graduation paper.

##Known Bugs:

  1. (fixed) AstClassWrraper extracts instance variables from methods only. We need to extract variables from the class body scope and the init method as well.
  2. (fixed) ClassNodeFinder is ignoring inner classes.
  3. (fixed) AstClassWrapper is ignoring methods with the same name.
  4. (fixed) MethodMatrix has no set_metrics.
  5. (fixed) Pipeline.set_data_source() is raising IndexError.
  6. (fixed) The temp files used for testing are not being deleted.
  7. (fixed) CrisComVariableThresholdFilter is not ignoring empty matrices.
  8. (fixed) CrisMethodChainAssembler is crashing.

About

Application that transforms Python source files into a set of more reusable classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages