Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For better readability USING statements should be formatted in tabular order and sorted by alphabet (unless this would have an impact on the class name resolution in case of naming conflict, which should be documented using a comment anyway).

You can use the Source->Organize USING Statement functionality of OpenEdge Developer Studio to organize your USING statements:

...

Please note that USING statements have to follow the Error Handling statements.