Marko A. Rodriguez created TINKERPOP3-720:
---------------------------------------------
Summary: profile{} no longer works in Gremlin-Groovy.
Key: TINKERPOP3-720
URL: https://issues.apache.org/jira/browse/TINKERPOP3-720
Project: TinkerPop 3
Issue Type: Bug
Reporter: Marko A. Rodriguez
Fix For: 3.0.0.GA
[~dkuppitz] and I are now converting all the Sugar code brackets over to use
the doc processor and this popped up as a problem. Perhaps the removal of
{{groovy-all}} ?
{code}
gremlin> profile{g.V().iterate()}
org/codehaus/groovy/reflection/ClassInfo$ClassInfoSet
Display stack trace? [yN] y
java.lang.NoClassDefFoundError:
org/codehaus/groovy/reflection/ClassInfo$ClassInfoSet
at groovyx.gprof.Profiler.getLoadedClasses(Profiler.java:202)
at groovyx.gprof.Profiler.proxyMetaClasses(Profiler.java:166)
at groovyx.gprof.Profiler.start(Profiler.java:139)
at groovyx.gprof.Profiler.run(Profiler.java:95)
at groovyx.gprof.Profiler.run(Profiler.java:62)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)