You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setter TypeVariableBuilder.isAbstract() reads like it's an accessor that would return true if the TypeVariable in question has the Abstract type constraint, rather than setting the type variable to be abstract.
Proposed Solution
Rename to abstract_(). This change will probably propagate to at least TypeDB and TypeDB-Client.
The text was updated successfully, but these errors were encountered:
Problem to Solve
The setter
TypeVariableBuilder.isAbstract()
reads like it's an accessor that would returntrue
if theTypeVariable
in question has theAbstract
type constraint, rather than setting the type variable to be abstract.Proposed Solution
Rename to
abstract_()
. This change will probably propagate to at least TypeDB and TypeDB-Client.The text was updated successfully, but these errors were encountered: