cderoove / damp.ekeko.aspectj

Ekeko plugin that provides support for Aspectj
Eclipse Public License 1.0
5 stars 0 forks source link

Make Soot starting point control panel acknowledge ITDs #11

Open jfabry opened 11 years ago

jfabry commented 11 years ago

(Voor tussen de soep en de patatten.)

Example: healthwatcher.business.HealthWatcherFacade.main(java.lang.String[])) is originally declared in healthwatcher.aspects.distribution.HWServerDistribution

jfabry commented 11 years ago

We should actually consider other types of Java apps as well, e.g. Servlets or Midlets.

The former have as entry points

The latter have as entry points

To generalize: remove the restriction on the entry point being the main method, and make it able to have multiple entry methods.