Giter Club home page Giter Club logo

inspector-gadget's Introduction

inspector-gadget

Build Status

$ mvn -q clean package exec:java -Dexec.mainClass=org.frohoff.inspectorgadget.IndexApp
Start
Done parsing

         \,,,/
         (o o)
-----oOOo-(_)-oOOo-----
gremlin> g.V.and(_().out("implements").has("id","java.io.Serializable")).out('method').has('name','readObject').out('calls').path
==>[v[javax.sql.rowset.serial.SerialBlob], v[javax.sql.rowset.serial.SerialBlob.readObject(java.io.ObjectInputStream)], v[java.io.ObjectInputStream.readFields()]]
==>[v[javax.sql.rowset.serial.SerialBlob], v[javax.sql.rowset.serial.SerialBlob.readObject(java.io.ObjectInputStream)], v[java.io.ObjectInputStream$GetField.get(java.lang.String,java.lang.Object)]]
==>[v[javax.sql.rowset.serial.SerialBlob], v[javax.sql.rowset.serial.SerialBlob.readObject(java.io.ObjectInputStream)], v[java.io.ObjectInputStream$GetField.get(java.lang.String,long)]]
...

inspector-gadget's People

Contributors

frohoff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

inspector-gadget's Issues

Build failure

Hi! I've cloned your repo but I can't build it:

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for test:test:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.scala-tools:maven-scala-plugin is missing. @ line 103, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building test 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/scala-tools/org/scala-tools/maven-scala-plugin/maven-metadata.xml

[WARNING] Could not transfer metadata org.scala-tools:maven-scala-plugin/maven-metadata.xml from/to scala-tools.org (https://oss.sonatype.org/content/groups/scala-tools/): Access denied to: https://oss.sonatype.org/content/groups/scala-tools/org/scala-tools/maven-scala-plugin/maven-metadata.xml , ReasonPhrase:Forbidden.
Downloading: https://oss.sonatype.org/content/groups/scala-tools/org/javassist/javassist/3.19.0-SNAPSHOT/maven-metadata.xml

[WARNING] Could not transfer metadata org.javassist:javassist:3.19.0-SNAPSHOT/maven-metadata.xml from/to scala-tools.org (https://oss.sonatype.org/content/groups/scala-tools/): Access denied to: https://oss.sonatype.org/content/groups/scala-tools/org/javassist/javassist/3.19.0-SNAPSHOT/maven-metadata.xml , ReasonPhrase:Forbidden.
[WARNING] Failure to transfer org.javassist:javassist:3.19.0-SNAPSHOT/maven-metadata.xml from https://oss.sonatype.org/content/groups/scala-tools/ was cached in the local repository, resolution will not be reattempted until the update interval of scala-tools.org has elapsed or updates are forced. Original error: Could not transfer metadata org.javassist:javassist:3.19.0-SNAPSHOT/maven-metadata.xml from/to scala-tools.org (https://oss.sonatype.org/content/groups/scala-tools/): Access denied to: https://oss.sonatype.org/content/groups/scala-tools/org/javassist/javassist/3.19.0-SNAPSHOT/maven-metadata.xml , ReasonPhrase:Forbidden.
Downloading: https://oss.sonatype.org/content/groups/scala-tools/org/javassist/javassist/3.19.0-SNAPSHOT/javassist-3.19.0-SNAPSHOT.pom

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.420 s
[INFO] Finished at: 2016-05-10T15:36:06+02:00
[INFO] Final Memory: 12M/122M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project test: Could not resolve dependencies for project test:test:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at org.javassist:javassist:jar:3.19.0-SNAPSHOT: Failed to read artifact descriptor for org.javassist:javassist:jar:3.19.0-SNAPSHOT: Could not transfer artifact org.javassist:javassist:pom:3.19.0-SNAPSHOT from/to scala-tools.org (https://oss.sonatype.org/content/groups/scala-tools/): Access denied to: https://oss.sonatype.org/content/groups/scala-tools/org/javassist/javassist/3.19.0-SNAPSHOT/javassist-3.19.0-SNAPSHOT.pom , ReasonPhrase:Forbidden. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Cheers,
Victor

not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.BoundMethodHandle.arg(int)

javassist.NotFoundException: invoke(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.InvokerBytecodeGenerator.emitNewArray(java.lang.invoke.LambdaForm$Name)
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke__V(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_L_V(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LL_V(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LLL_V(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LLLL_V(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LLLLL_V(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke__L(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_L_L(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LL_L(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LLL_L(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LLLL_L(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invoke_LLLLL_L(java.lang.invoke.MethodHandle,java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invokeWithArgumentsTracing(java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.LambdaForm$NamedFunction.invokeWithArguments(java.lang.Object[])
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.BoundMethodHandle.bindSingle(java.lang.invoke.MethodType,java.lang.invoke.LambdaForm,java.lang.invoke.LambdaForm$BasicType,java.lang.Object)
javassist.NotFoundException: invokeBasic(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.BoundMethodHandle.arg(int)
javassist.NotFoundException: invokeExact(..) is not found in java.lang.invoke.MethodHandle; couldn't inspect java.lang.invoke.MethodHandle.invokeWithArguments(java.lang.Object[])

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.