Book a Demo

Author Topic: Bug in VB code re engineering  (Read 3652 times)

siva_dc

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Bug in VB code re engineering
« on: October 16, 2003, 01:41:59 pm »
Hi,

Trying to import the following vb.net code in EA:

=============
Public Enum eEntityStatus As Byte
   Completed = Asc(Services.consEntityStatusCompleted)
   Required = Asc(Services.consEntityStatusRequired)
   NotRequired = Asc(Services.consEntityStatusNotRequired)
End Enum
=============

EA doesn't interrupt the code correctly. Please fix this.

Also one more request on code engineering with vb.net. While absorbing the comments please maintain the white spaces and new line chars. It’s annoying to fix each time inside the EA, since we are generating Spec document form it.


Thanks
Siva