GithubHelp home page GithubHelp logo

java_callgraph_csv.2018's Introduction

After using this, create a visualization using:

https://github.com/sarnobat/d3_csv

2024-04

To analyze bytecode, use javap, bcel etc. To analyze source code, try using cscope's line-oriented mode

2024-04

Can we use javap to create graphs in a more lightweight way?

2022-09 (version 4)

Use this instead (native image):

(resolved by gradle plugin) native-image problem

2022-09-04

We can't get class files of builtin types it seems.

Exception in thread "main" java.lang.NoClassDefFoundError: java.lang.Boolean
	at org.apache.commons.lang.ClassUtils.class$(ClassUtils.java:75)
	at org.apache.commons.lang.ClassUtils.<clinit>(ClassUtils.java:75)
	at com.oracle.svm.core.hub.ClassInitializationInfo.invokeClassInitializer(ClassInitializationInfo.java:350)
	at com.oracle.svm.core.hub.ClassInitializationInfo.initialize(ClassInitializationInfo.java:270)
	at java.lang.Class.ensureInitialized(DynamicHub.java:499)
	at com.rohidekar.callgraph.RelationshipsPackageDepth.getPackageDepth(RelationshipsPackageDepth.java:24)
	at com.rohidekar.callgraph.RelationshipsPackageDepth.updateMinPackageDepth(RelationshipsPackageDepth.java:17)
	at com.rohidekar.callgraph.MyClassVisitor.visitJavaClass(MyClassVisitor.java:76)
	at com.rohidekar.callgraph.Main.main(Main.java:79)

I haven't looked into fixing this yet. https://www.graalvm.org/22.1/reference-manual/native-image/Reflection/

java_callgraph_csv.2018's People

Contributors

sarnobat avatar

Watchers

James Cloos avatar  avatar  avatar

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.