gchq / MagmaCore

Magma Core is a collection of Java Classes and utilities to enable HQDM objects and patterns to be created and consumed as RDF Linked Data.
Apache License 2.0
26 stars 4 forks source link

Gh 110 builders should use this for member access #111

Closed twalmsley closed 1 year ago

twalmsley commented 1 year ago

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.