John

Results 10 issues of John

I need to get all the subclasses of the branch with the folder structure of synset e.g. If I want to get geological formation class, the result should have a...

The decompilation generates integers for the resources without proper mapping e.g. - AuthorizeActivity.java (line 57) `this.mRefreshItem.setIcon(17301629);` I have tried to convert this 17301629 in HEX the result is: 0x108007D to...

enhancement
Core
resources

Loops sometimes are decompiled in wrong incoherent code e.g. `GglMapAiLineManager.java` (line 204) ``` while (true) { if (it2.hasNext()) { MapPointLatLng p = it2.next(); if (p.mInrertestPoint != null && p.mInrertestPoint ==...

bug
Core

In the decompiled xml files are present attributes that aren't decoded correctly mismatching the types Some attributes are decoded like strings without proper references reconstruction, leading to errors like` *...

bug
Core

The code decompiled with the newer version seems worse than the code decompiled with an old Jadx version. There are a lot of lines broken with random codes everywhere e.g....

bug
Core
rename

The chapter 5 seems truncated, the information about how to use the trained model are completely missing.

I have already fixed some errors by myself however the way how parameters are passed in this method seems wrong and I get the error got an unexpected keyword argument...

The plugin needs to be updated, with latest versions of IntelliJ IDEA doesn't work anymore. I'm not sure what is the latest version of IntelliJ IDEA that works with this...

`rviz2` on Raspberry Pi OS 64 bit bullseye after the default installation procedure crashes on launch with the following error: `qt.qpa.xcb: QXcbConnection: XCB error: 148 (Unknown), sequence: 192, resource id:...

I have installed jazzy on Raspberry Pi 4 (Raspberry Pi OS Bookworm 64 bit). When I launch rviz2 I get this error: `[rviz2]: rviz::RenderSystem: error creating render window: RenderingAPIException: Invalid...