Bernhard F. (RealObjects)
Bernhard F. (RealObjects)
Currently `replaceClassNameStrings` only causes complete strings of fully qualified class names to be modified. Would it be possible to add an option to also modify strings containing paths starting at...
For both `myObject.myFunction()` and `myObject["myFunction"]()` the value of `this` is `myObject`. This is true both in Chrome and in GraalJS, when using JS objects. However, when `myObject` is a `ProxyObject`...
["css-position-3: 2.1. Containing Blocks of Positioned Boxes"](https://drafts.csswg.org/css-position-3/#absolute-cb) says: > If the ancestor is an inline box, the containing block is formed by the block-start and inline-start content edges of the...
PDFMergerUtility expects structural parent tree keys to be non-negative. However, negative values don't seem to be forbidden by the specification and are accepted by validators. This patch adapts the class...
We think that Anchor Positioning could cover a use case we current have to provide a proprietary property for. That use case is that in paged media it should be...
A class in the default package causes a StringIndexOutOfBoundsException in the following code: https://github.com/yWorks/yGuard/blob/06fc74781e21bc9dd05ed19aed34bee7eb4a42f0/src/main/java/com/yworks/yguard/ant/PackageSection.java#L68-L79 `match.substring(0, slashIndex)` gets a `slashIndex` of `-1` from `match.lastIndexOf('/')` Obfuscating any JAR with a class in...