ibm-cloud-architecture / refarch-jee

This project provides a Reference Implementation for migrating existing Java EE applications from on-premise to cloud-based deployments, as well as migration to a microservices-based architecture.
Apache License 2.0
17 stars 21 forks source link

consistency of migration rules across the binary scanner and wamt #8

Closed dhvines closed 7 years ago

dhvines commented 7 years ago

Please change this sentence

After

running the Software Analyzer you should see a Software Analyzer Results tab at the bottom. In here, we should have the exact same errors and warnings as the Analyzer report in the previous section.

to something like this:

After running the Software Analyzer, the number of results can be different (due to scanning class files vs source files), but the same rules should be flagged. The only case where this might not be true is JPA. There were several very complex JPA rules that were not implemented in the binary scanner. But the binary scanner flag JPA migration issues, just not as extensively (since many of these more complex rules were to provide quick fixes which are not even available in the binary scanner).