GitHub user matthiasblaesing opened a pull request:
https://github.com/apache/incubator-netbeans/pull/23
[NETBEANS-54] Module Review db.sql.editor
- no external library
- checked Rat report; unrecognized license headers manually changed,
missing headers added, ignored *.form (see central problems) and
SQLExample. The latter file is used in the GUI as a sample and
in addition does not reach a level of creativity.
- skimmed through the module, did not notice additional problems
- Modified tests to allow comments in *.test and *.pass files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/matthiasblaesing/incubator-netbeans
db.sql.editor-review
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/23.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23
----
commit ae8c59fe2679401cb1c533f52f7c838e848b1533
Author: Matthias Bläsing <[email protected]>
Date: 2017-09-29T20:19:13Z
[NETBEANS-54] Module Review db.sql.editor
- no external library
- checked Rat report; unrecognized license headers manually changed,
missing headers added, ignored *.form (see central problems) and
SQLExample. The latter file is used in the GUI as a sample and
in addition does not reach a level of creativity.
- skimmed through the module, did not notice additional problems
- Modified tests to allow comments in *.test and *.pass files
----
---