Re: Modules included in 2nd donation.

2018-04-14 Thread Emilian Bold
Let the code cleanup begin! I guess the next (final?) donation will be just in time for Octoberfest 2018? --emi ‐‐‐ Original Message ‐‐‐ On 13 April 2018 3:00 PM, Geertjan Wielenga wrote: > Hi all, > > At the end of this page, look at 5e, i.e., that is the generic description > > o

Re: Modules included in 2nd donation.

2018-04-13 Thread Kai Uwe Pel
Excellent news!!!  You make my day! Kai On 4/13/2018 2:00 PM, Geertjan Wielenga wrote: Hi all, At the end of this page, look at 5e, i.e., that is the generic description of what the 2nd code donation consists of: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition I.e., th

Re: Modules included in 2nd donation.

2018-04-13 Thread Geertjan Wielenga
For comparison. here's the cloc tool run on the first code donation, i.e., the donation from last year, i.e., the code that is now in Apache NetBeans Git: cloc netbeans-donation-review.zip 40876 text files. 39295 unique files. 10125 files ignored. github.com/AlDanial/cloc v 1.76 T=3

Re: Modules included in 2nd donation.

2018-04-13 Thread Geertjan Wielenga
Thanks, good tip. Here's the output. cloc ApacheNetBeansDonation2.zip 29716 text files. 26549 unique files. Complex regular subexpression recursion limit (32766) exceeded at /usr/local/Cellar/cloc/1.76/libexec/bin/cloc line 8327. 13068 files ignored. github.com/AlDanial/cloc v 1.76

Re: Modules included in 2nd donation.

2018-04-13 Thread George Aristy
Hey Geertjan, Have you tried the "cloc" tool? On Fri, Apr 13, 2018 at 8:16 AM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > If this is run: > > ( find ./ -name '*' -print0 | xargs -0 cat ) | wc -l > > the result is: > > 3400050 > > Thanks, > > Gj > > > On Fri, Apr 13, 2018 at 2

Re: Modules included in 2nd donation.

2018-04-13 Thread John McDonnell
Nice, Great Job! On 13 April 2018 at 13:35, Sven Reimers wrote: > Grovy! > > Sven > > Junichi Yamamoto schrieb am Fr., 13. Apr. 2018, > 14:22: > > > Great news! > > > > 2018-04-13 21:00 GMT+09:00 Geertjan Wielenga < > > geertjan.wiele...@googlemail.com>: > > > Hi all, > > > > > > At the end

Re: Modules included in 2nd donation.

2018-04-13 Thread Sven Reimers
Grovy! Sven Junichi Yamamoto schrieb am Fr., 13. Apr. 2018, 14:22: > Great news! > > 2018-04-13 21:00 GMT+09:00 Geertjan Wielenga < > geertjan.wiele...@googlemail.com>: > > Hi all, > > > > At the end of this page, look at 5e, i.e., that is the generic > description > > of what the 2nd code

Re: Modules included in 2nd donation.

2018-04-13 Thread Junichi Yamamoto
Great news! 2018-04-13 21:00 GMT+09:00 Geertjan Wielenga : > Hi all, > > At the end of this page, look at 5e, i.e., that is the generic description > of what the 2nd code donation consists of: > > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition > > I.e., the clusters are lis

Re: Modules included in 2nd donation.

2018-04-13 Thread Josh Juneau
Excellent news! Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com https://www.apress.com/index.php/author/author/view/id/1866 > On Apr 13, 2018, at 7:00 AM, Geertjan Wielenga > wrote: > > Hi all, > > At the end of this page, look at 5e, i.e., that is the generic description > of

Re: Modules included in 2nd donation.

2018-04-13 Thread Geertjan Wielenga
If this is run: ( find ./ -name '*' -print0 | xargs -0 cat ) | wc -l the result is: 3400050 Thanks, Gj On Fri, Apr 13, 2018 at 2:15 PM, Peter Steele wrote: > That averages 2.74 lines of code per file, must be a mistake there > somewhere 😀 > > On Fri, 13 Apr 2018, 13:13 Geertjan Wielenga, <

Re: Modules included in 2nd donation.

2018-04-13 Thread Peter Steele
That averages 2.74 lines of code per file, must be a mistake there somewhere 😀 On Fri, 13 Apr 2018, 13:13 Geertjan Wielenga, < geertjan.wiele...@googlemail.com> wrote: > Number of files in 2nd donation: 38338 -- after running this: find . -print > | wc -l > > Number of lines of code in 2nd donati

Re: Modules included in 2nd donation.

2018-04-13 Thread Geertjan Wielenga
Number of files in 2nd donation: 38338 -- after running this: find . -print | wc -l Number of lines of code in 2nd donation: 104965 -- after running this: find . -name '*' | xargs wc -l Thanks, Gj On Fri, Apr 13, 2018 at 2:03 PM, Antonio wrote: > This is great news! Congratulations everybody!

Re: Modules included in 2nd donation.

2018-04-13 Thread Antonio
This is great news! Congratulations everybody! :-) On 13/04/18 14:00, Geertjan Wielenga wrote: Hi all, At the end of this page, look at 5e, i.e., that is the generic description of what the 2nd code donation consists of: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition I