jclasslib icon indicating copy to clipboard operation
jclasslib copied to clipboard

jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.

Results 15 jclasslib issues
Sort by recently updated
recently updated
newest added

com.intellij.diagnostic.PluginException: Do not use toolWindow.setAvailable() as part of ToolWindowFactory.init(). Use ToolWindowFactory.shouldBeAvailable() instead. [Plugin: jclasslib]

\N convert directly to line feed ![image](https://user-images.githubusercontent.com/50044729/159049743-3731c4c6-ed0b-4021-9f18-12b69cece41a.png) I can't wrap lines by typing \n

Search for strings and usages of specific constant pool entries

I change the idea default font size ,and enlarge it,so like this. ![font-size-to-small](https://user-images.githubusercontent.com/89175910/133550605-3729443a-7b1e-4f11-be24-c94c45c9a165.png)

Currently, jclasslib is localized into German, Simplified Chinese and Polish. I'm looking for further localizations. If you are interested, please comment on this issue. The localization process is as follows:...

Help wanted

There have a way to add constants directly from a "notepad"? such as modifying methods you set up, it would be nice to have something similar, but setting each constant...

help, what's the problme? and i found when out cursor on the last line code, view menu "show bytecode with jClasslib" will be disappear.

see https://jbang.dev this lets you do `jbang jclasslib@ingokegel/jclasslib` alternatively you can make ingokel/jbang-catalog git repo and put jbang-catalog.json file in there and it would be just `jbang jclasslib@ingokel`

![image](https://github.com/ingokegel/jclasslib/assets/49056040/dabb87fe-d939-4e22-a064-8bf318636f4e)

It would be great to have an option to show the bytecode of a `byte[]` during debugging class transformations without needing to write out the byte array to a file...