zsrv

Results 14 issues of zsrv

Version: Vineflower 1.10.0 (commit 6362c9408e5020814a35d4d669e0e4994680476e): Java versions used to compile the original code (same output received for all): - Temurin 1.8.0_332-b09 - Temurin 11.0.15+10 - Temurin 17.0.3+7 Original code: ```java...

Subsystem: Writing
Priority: Low

Version: Quiltflower 1.10.0 (commit d43976c4523bf67344ee61366e997ac43f1927ef) Original code (if it looks familiar, it is the same code in #270 but with the if statement removed): ```java public class Example { private...

Type: Bug
Subsystem: Statement Structure
Priority: Medium

Version: Quiltflower 1.10.0 (commit d43976c4523bf67344ee61366e997ac43f1927ef) Original code: ```java public class Example { private void myMethod() { Object[] myObjects = new Object[]{}; int[] myInts = new int[]{1, 2, 3}; if (myObjects...

Type: Bug
Subsystem: Statement Structure
Priority: Medium

Version: Quiltflower 1.10.0 (commit d43976c4523bf67344ee61366e997ac43f1927ef) Original code: ```java public class Example { private void myMethod(String stringOne) { StringBuilder sb = new StringBuilder(); String stringTwo; if (stringOne.length() > 1) { stringTwo...

Type: Bug
Priority: Medium
Subsystem: Variables

Version: Quiltflower 1.10.0 (commit d43976c4523bf67344ee61366e997ac43f1927ef) Original code: ```java import java.lang.reflect.Array; import java.util.stream.IntStream; public class Example { private static T[] myMethod(Object[] myObjects, Class clazz) { return IntStream.range(0, myObjects.length).mapToObj(i -> myObjects[i]).toArray(size ->...

Type: Bug
Subsystem: Generics
Priority: Medium

Version: Quiltflower 1.10.0 (commit 1f6ae217053f59dac8614e4a80cedca0c05c18e9) Original code: ```java public class Example { public static void main(String[] args) { try { System.out.println("."); } finally { int i = 0; while (i...

Type: Bug
Priority: Low
Subsystem: Parsing

Version: Quiltflower 1.10.0 (commit 1736a2c41f7a5cade89b1f3aa602b30778644920) Original code: ```java import javax.xml.transform.Source; import javax.xml.transform.Transformer; import javax.xml.transform.stream.StreamResult; import java.io.StringWriter; public class Example { public static Transformer newTransformer() { return null; } public String...

Type: Bug
Subsystem: Writing
Priority: Medium
Subsystem: Variables

#### Summary This PR corrects a unit conversion for the *FileSettings.MaxFileSize* configuration setting (104857600 bytes is 100 mebibytes), and uses IEC prefix names instead of SI prefix names to make...

1: Dev Review
2: Editor Review
preview-environment
Contributor

Gfycat was replaced by Giphy in the GIF picker, but the documentation still refers to Gfycat. https://docs.mattermost.com/configure/integrations-configuration-settings.html#gif-beta

Acknowledged/Docs team

### What happened? Some panels in a dashboard that I enabled as a public dashboard stopped returning data when viewed using the public dashboard link at some point (the dashboard...