-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request for readme.md example usage "filtervalue" fix #249
Comments
Hi @inkuxuan Could you create a Pull Request with a test that exposes the wrong behaviour? |
Sorry but I was only able to build the project using Maven. Opening this project in my IDE will end up with Maven failing to download dependencies. Thus I am unable to modify and create a new test case. Microsoft Windows version Java version output:
Command line:
in which The run will end up with the following lines of output:
|
in line 451 of readme.md, the example goes
While the parameter instructions (line 49) goes
And I think only
-filtervalue
works because if I passfiltervalue
as a parameter, it throwsNullPointerException
atfr.inria.coming.core.filter.commitmessage.KeyWordsMessageFilter#accept(Commit c)
(line 36)The text was updated successfully, but these errors were encountered: