-
sorry... the correct meanings:
\s A whitespace character: [ \t\n\x0B\f\r]
\w A word character: [a-zA-Z_0-9]
\W A non-word character: [^\w]
from: http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html.
2009-10-30 23:12:42 UTC by https://www.google.com/accounts
-
please support non english comments, and use \s insted of \w in CloudeCommitTableRepo file:
line 106:
- final String[] split = comment.split("\\W+");
+ final String[] split = comment.split("\\s+");
because the "W" means only a-zA-Z and _ caracters and it excludes non english characters, but "s" split on whitespaces...
2009-10-30 23:07:10 UTC by https://www.google.com/accounts
-
It would be helpful to exclude certain words from the cloud commit map. We use a standard template for the commit messages, so all the words in the template appear in the cloud map.
Also, in this template we request the userid of the comitter. So usernames are showing up in the cloud -- but this info is tracked elsewhere in statcvs.
2009-10-13 23:07:24 UTC by scottheavner
-
It would be very nice if I could specify a date range for the heatmap instead of last 30 days. I would like to see the heatmap for the duration of a project, which could be 2 years.
2009-10-13 23:04:21 UTC by scottheavner
-
See http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/
Developers should modify code to set headless programatically.
You can add command line option as first java argument until then:
java -Djava.awt.headless=true.
2009-10-13 22:51:03 UTC by scottheavner
-
I just upgraded from 0.4.0 to 0.6.0 and get an error when i use statcvs.
Error message:
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'adnws026.zh.adnovum.ch:0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at...
2009-09-21 12:39:43 UTC by nobody
-
benoitx committed patchset 776 of module statcvs to the StatCVS - Stat Your Repository CVS repository, changing 4 files.
2009-08-31 20:13:25 UTC by benoitx
-
benoitx committed patchset 775 of module statcvs to the StatCVS - Stat Your Repository CVS repository, changing 7 files.
2009-08-31 19:16:35 UTC by benoitx
-
Sorry to get back to you so late
Could you try with version 0.6.0 and let me know
Thanks
Benoit.
2009-08-22 10:36:09 UTC by benoitx
-
Fixed in 0.6.0 I believe
Thanks for reporting it.
2009-08-22 10:35:02 UTC by benoitx