hrj

Results 194 issues of hrj

PVS Studio seems to be good as per: https://habr.com/en/company/pvs-studio/blog/436496/ The offer a free license for open source projects: https://www.viva64.com/en/b/0600/

[Xodus](https://github.com/JetBrains/xodus) * Xodus is transactional and fully ACID-compliant. * Xodus is highly concurrent. Reads are completely non-blocking due to MVCC and true snapshot isolation. * Xodus is schema-less and agile....

enhancement

For the following style, ``` div { border-bottom-style: solid; border-bottom-color: green; } ``` A border-bottom-width of 1px should be assumed. Currently, it becomes 0px. Need to check where the default...

css
layout

[ContNet](https://contnet.org/) seems to be similar to some ideas that I had about "Content based web-pages". I wasn't thinking of an entirely new protocol though. Needs more research.

Need to add support for: - Embedded SVGs - SVG images Pure Java libs: - Apache Batik - [SVG Salamander](https://github.com/blackears/svgSalamander)

need-code

... as per [this idea](https://mesosphere.com/blog/2013/12/07/executable-jars/).

usability

The goal is to reduce the number of warnings being shown in Eclipse, and to enable more such code-smells to be discovered. ### Current status - Burnt down number of...

enhancement

This will help not only client scripts, but also help internally in determining whether a document is XHTML or not.

DOM
html
javascript

For example, setting a `tr` element's background doesn't work.

css
rendering

The layout routines assume a hard-coded thickness for the scrollbar. But the JScrollBar as used currently has an unpredictable thickness, because the scrollbar's UI chooses a thickness as per its...

need-code
layout
rendering