At particular zoom levels, some custom rendered widgets, such as the StyledText, show artifacts (black lines) as some areas are not rendered because of rounding issues when using swt.autoScale=quarter (or exact).
For example, starting an IDE at 175% zoom with monitor-specific scaling (or also just with swt.autoScale configured accordingly) and opening any Java editor, looks like this:

The goal of this is to analyze which widgets may be affected by such issues and to find places in the code in which values are not properly rounded and need to be adapted. Those places shall be corrected.