JetBrains Java Runtime
This package provides a Java runtime environment for and Java development kit. It supports enhanced class redefinition (DCEVM), includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.
Linter | Message | Location |
---|---|---|
inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'nss-certs' should probably not be an input at all |
|
inputs-should-be-minimal Identify inputs that should use their minimal variant | 'bash' should probably switched for its minimal variant |
|
input-labels Identify input labels that do not match package names | label 'openjdk' does not match package name 'openjdk:jdk' |
|
formatting Look for formatting issues in the source | line 1857 is way too long (94 characters) |
|