-
Hello,
after a few failed java bytecode checks and a discussion with @mizdebsk I am writing a proposal for functionality change for the javabytecode check:
Proposed behavior:
1) the test should…
-
Hello guys. I've tried to debug very simple application:
```
// -javaagent:.../glowroot.jar
public static void main(String[] args) throws Exception {
while (true) {
Fo…
-
The nullness annotations for those either aren't known to javac at all or aren't propagated by it into the places we'd want in the bytecode.
This isn't a catastrophe: The typical use for nullness i…
-
bazel makes it pretty easy to use its java rules, so if we compile bosatsu to java code, it should be fairly easy to get a bazel rule.
-
On PR #94 we fixed #89 but with a technical debt of type resolution disabled for bytecode targeting Java 21.
-
# CFR version
CFR 0.152
# Compiler
OpenJDK 17.0.8.1 23-08-24 running on x86_64 Ubuntu 22.04
# Description
Hello, I am running some tests in Java bytecode (using Jasmin) and at…
-
### What happened?
sootup version: 1.3.0
jdk:1.8
method source:
```
package com.democlass;
import java.util.StringJoiner;
/**
* @date 2024/7/8
*/
public class TestA {
public…
-
Ref: https://www.jaredfolkins.com/hacking-java-bytecode-for-programmers-part1-the-birds-and-the-bees-of-hex-editing/
-
```
What steps will reproduce the problem?
1.call PowerMockito.mockStatic() on a class having a long static method.
2.
3.
What is the expected output? What do you see instead?
What version of the p…
-
```
What steps will reproduce the problem?
1.call PowerMockito.mockStatic() on a class having a long static method.
2.
3.
What is the expected output? What do you see instead?
What version of the p…