cderoove / exapus

Exapus is a web application for exploring the usage of APIs within a single project (i.e., project-centric exploration) and across a corpus of projects (i.e., api-centric exploration) along the dimensions of where, how much and in what manner.
4 stars 1 forks source link

We need regexp for method scopes #39

Open rlaemmel opened 11 years ago

rlaemmel commented 11 years ago

Otherwise it would be hard to, for example, classify many methods of fat API types into query versus construction versus mutation.

For instance, I imagine to refer to "get*" within the Element type of JDOM.

http://www.jdom.org/docs/apidocs.1.1/

Of course, we could also try to provide more symbolic quantifiers for getters, setters, etc.

Probably, we need to discuss what to do here.