DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

Reduce Exception Masking of Location of Other Errors #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What will the enhancement do?

  -) Reduce Exception Masking of Location of Other Errors.  Specifically, the "generate.init" procedure has a NO_DATA_FOUND exception handler that masks the location of any error that occurs within the "generate.load_nk_aa" procedure.

How is this currently done or handled?

  -) Error locations are masked by the location of the exception handler.  Debugging errors is hampered as a result.

What version of the product are you using? On what operating system?

  -) Pre-Release 0.9

Please provide any additional information below.

  -) Search and review all exception handlers to ensure they are handling only the section of code that is specific to the desired trap.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 6 Jun 2012 at 3:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
reduction complete in GENERATE.pkb

Original comment by Duane.Di...@gmail.com on 3 Aug 2012 at 2:00

GoogleCodeExporter commented 9 years ago

Original comment by Duane.Di...@gmail.com on 3 Aug 2012 at 2:30