Dexels / navajo.tools

0 stars 0 forks source link

Navajo dependency analyzer #14

Open Michiatdexels opened 6 years ago

Michiatdexels commented 6 years ago

The dependency analyzer doesn't show the tenant version of the webservice when coming from a workflow. E.g. I'm in notifydisciplinary in the KNZB directory and you look in the dependency analyzer you will notice the ProcessNotifyClub webservice. This webservice has also a KNZB tenant specific version, which is not shown in the analyzer. The dependency analyzer should show also the tenant specific version.

cbrouwer commented 6 years ago

This now works.

cbrouwer commented 6 years ago

At around https://github.com/Dexels/navajo.tools/blob/master/com.dexels.navajo.dev.dependency/src/com/dexels/navajo/dev/dependency/model/CodeSearch.java#L170 we'll have to add a pattern search like https://github.com/Dexels/navajo/blob/master/core/com.dexels.navajo.core/src/com/dexels/navajo/dependency/TslPreCompiler.java#L181

Note this should be done for each of the different types of dependencies. Perhaps a different setup is in place to prevent the duplication.