[
https://issues.apache.org/jira/browse/TINKERPOP3-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP3-720:
----------------------------------------
Component/s: groovy
Assignee: stephen mallette
I think this is a bug in gprof which doesn't seem to be supporting the latest
version of groovy too well.
the {{ClassInfoSet}} class was removed from groovy at this commit:
https://github.com/groovy/groovy-core/commit/97d78e9e52deb52c8e66db501ef208f30384d014
I guess gprof needs to be patched to work with the latest version of groovy for
things to be working here again.
> 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
> Components: groovy
> Reporter: Marko A. Rodriguez
> Assignee: stephen mallette
> 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)