Chapter 10 Working with Java
When you reverse engineer Java files, some comments may change form or position within the code.
| Comment in original Java file | After reverse |
|---|---|
| Before the import declarations | Goes to header |
| Beginning with /* | Begins with // |
| At the end of the file below all the code | Goes to footer |
| Within a class but not within an operation | Is attached to the attribute or operation that immediately follows it |
| Copyright (C) 2008. Sybase Inc. All rights reserved. |
| |