New Diagnostic - DAC Field abstract class is referencing the wrong field #581
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
static analysis
Items related to static code analysis
Inside a DAC (for this example, dac is called ATMTerminal)
I have a dac field defined as follows:
Notice how the BqlInt.Field<> is defined. It references an identically named field in another DAC, in this case ATMSublocation.
This caused some issues on BQL execution at runtime that was hard to pin down, it would be nice to have a static code analyzer.
The text was updated successfully, but these errors were encountered: