Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We describe a new platform that automates the frequency analysis of language features in Java. It comprises a corpus of open-source software, a query language to specify variant parsers and typecheckers, as well as an automated reporting tool.

Desired Feature

This is a list of desired feature with some examples of what we want to achieve.

  • Syntactic Queries
    • Where do wildcards appear? 
    • How many number of interfaces defined with one method (SAM types) compared to other interfaces definition?
  • Semantical Queries
    • Rank array subtype relations (covariance) by frequency
  • Reporting
    • Parent node: generic instance -> parametric class name
    • Frequency

...