Github user matthiasblaesing commented on the issue:
https://github.com/apache/incubator-netbeans/pull/114
Sorry, but this breaks the unittests. In these the CSS structure is parsed
and the result is compared with a reference file. I would do this:
- revert the changes to the files under `css.lib/test/unit/data`
- add an exclusion pattern to the rat report task in the
`nbbuild/build.xml` with the pattern `css.lib/test/unit/data/**` with a
comment, that these are testdata files
It would be nice if you could have another look at this.
---