KGraphQL icon indicating copy to clipboard operation
KGraphQL copied to clipboard

Leaking top level

Open AndreasVolkmann opened this issue 6 years ago • 0 comments

There are a number of variables and functions that are declared at top level and leak through since they are not marked as internal.

An example could be the val OPERANDS = ... in RequestPreProcessing.kt. There are many more.

This pollutes the global scope.

AndreasVolkmann avatar Feb 07 '19 19:02 AndreasVolkmann