Results 12 issues of Martin Kay

Chinese: 这是一起streamedian长时间稳定性测试车祸事件。 我大致说明一下我的环境: ![liucheng](https://user-images.githubusercontent.com/37266273/63817771-6afd0e00-c970-11e9-80ea-1ccc93ba7a1b.png) 我的计划是在浏览器中播放12小时的监控,试图测试streamedian是否稳定,以便我继续购买收费的许可证。 但在我离开公司后,第二天来到电脑前,这个监控他竟然在我离开30分钟后发生了车祸事件,我于是查看了F12控制台,并没有什么有效的错误信息,于是请了运维在服务器中发现了一些错误信息,但我并不是很明白。 ![1](https://user-images.githubusercontent.com/37266273/63817932-32116900-c971-11e9-96e5-ee44dcc01c01.png) ![2](https://user-images.githubusercontent.com/37266273/63817949-46edfc80-c971-11e9-8f2d-aa605dbb287f.png) English: This is a streamedian long-term stability test car accident event. I will outline my environment: ![liucheng](https://user-images.githubusercontent.com/37266273/63817771-6afd0e00-c970-11e9-80ea-1ccc93ba7a1b.png) My plan is to play...

*Describe your idea:* During my 4-day, about 28-hour test, I manually copied the code into chatgpt, and passed this passage I need you to be able to handle longer messages....

new feature
jadx-plugin

*Describe your idea:* When JADX is dealing with some complex codes, it is easy to have problems such as Removed duplicated region for block:. The current method is Code decompiled...

new feature

After the abstract method of the abstract class is renamed, the method overriding it is not renamed. ```java /* renamed from: o */ public abstract void onError(Exception exc); ``` ```java...

bug
Core
regression
rename
no-sample

*Describe your idea:* Synchronize renaming into smali view At present, JADX can only rename and annotate the code in the code view, they should be synchronized, which is conducive to...

new feature
GUI
rename

rror starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-11-25 17:00:52.621 [ERROR] org.springframework.boot.SpringApplication:[837] - Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initPowerJobWorker' defined...

bug

What I want to do is to inject the prompts I want by default in the prompt, such as all classes and methods in the JDK, as well as the...

`implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'` 以上三个依赖项的版本太低了,在appcompat 1.5.1与material 1.7.0上无法使用。 在实际逐一版本测试中 material最高也就只能在1.4.0版本,升级至1.5.0版本开始报错。 appcompat最高也就只能在1.3.0版本,升级至1.4.0版本开始报错。 兼容性不是很完善。

enhancement

我该如何使用lua继承java类,并且实现方法 这是可以做到的吗?