Added 'this.' to member field accesses - I did this in all of the Builder classes even where it wasn't needed, just to be consistent. The original problem was caused by mass edits using vim macros.
This error was picked up by unit tests on another project, and this fix is needed by that project. It highlights the lack of unit tests in MagmaCore, which will be an ongoing problem until there is investment in its maintenance.
Added 'this.' to member field accesses - I did this in all of the Builder classes even where it wasn't needed, just to be consistent. The original problem was caused by mass edits using vim macros.
This error was picked up by unit tests on another project, and this fix is needed by that project. It highlights the lack of unit tests in MagmaCore, which will be an ongoing problem until there is investment in its maintenance.