Closed trevlewis closed 7 years ago
@emilianbold I got all the whitespace issues taken care of and I got Netbeans set up.
@emilianbold Yes, I apologize for that. I was trying to get Netbeans set up and look at other PR's as well. I am all set up now so I should have no more simple mistakes like this. Thank you for your patience.
I am getting the excludes fixed right now.
Have you heard of Giotto’s perfect circle?
You aim should be to create a perfect commit and PR.
Sigh... in this block:
you have an extra space after '#' for the 'empty' comment lines.
That was copied for another file that was committed already, so not sure why mine needs to be different then what is already in the code, but I fixed the whitespaces after the empty comments.
$ grep -R -1 '^#.*http://www.apache.org/licenses/LICENSE-2.0' . | grep -v "http://www.apache.org/licenses/LICENSE-2.0" | grep -v '^--$' | grep -v '#$' | grep -v '^Binary file'
./spi.java.hints/src/org/netbeans/spi/java/hints/Bundle.properties-#
$ git log ./spi.java.hints/src/org/netbeans/spi/java/hints/Bundle.properties commit cc42f40263c42b1e5fc6dabb1b934229cf26ace5 Author: Trevor trevlewis@users.noreply.github.com Date: Fri Oct 6 08:06:01 2017 -0600
[NETBEANS-54] Module Review spi.java.hints
For issue https://github.com/emilianbold/incubator-netbeans/issues/205
-Add to Apache License. -Update nbbuild/build.xml