Round-trip

Is there a help file and/or white paper that gives specifics about the rules governing round-trip code engineering? For example, we are starting with diagramming from which we will be generating our Java source code.

Then, we’ll need to go into the source code and add exception handling (i.e. which exceptions will be thrown by each method), modify method signatures, and perhaps even add a few attributes/methods in the code.

Are there any rules about what VP will and will not pick up from changes to the source code when we bring it back into the model? And likewise when we push it back out?

– Levi Browde