The constructors CustomGremlinGroovyPipeline() and CustomGremlinGroovyPipeline(Object starts) do not initialize the PipesDatastore to use to access the model. Calling model related methods defined at the pipeline level such as getAtt and getRef will throw a NPE.
Is there a valid reason to keep these constructors?
The constructors
CustomGremlinGroovyPipeline()
andCustomGremlinGroovyPipeline(Object starts)
do not initialize thePipesDatastore
to use to access the model. Calling model related methods defined at the pipeline level such asgetAtt
andgetRef
will throw a NPE.Is there a valid reason to keep these constructors?