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

*Builders should use `this` #110

Closed twalmsley closed 1 year ago

twalmsley commented 1 year ago

The Builders should use this.xxx when referring to their member variable to avoid clashing with any parameters of the same name. This is a problem at least in ClassBuilder, but possibly others as well.