-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Issue676 author last #13625
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
base: main
Are you sure you want to change the base?
Issue676 author last #13625
Conversation
jablib/src/main/java/org/jabref/logic/citationkeypattern/BracketedPattern.java
Show resolved
Hide resolved
jablib/src/test/java/org/jabref/logic/citationkeypattern/BracketedPatternTest.java
Outdated
Show resolved
Hide resolved
jablib/src/test/java/org/jabref/logic/citationkeypattern/BracketedPatternTest.java
Show resolved
Hide resolved
@trag-bot didn't find any issues in the code! ✅✨ |
@trag-bot didn't find any issues in the code! ✅✨ |
1 similar comment
@trag-bot didn't find any issues in the code! ✅✨ |
Your code currently does not meet JabRef's code guidelines. We use Checkstyle to identify issues. You can see which checks are failing by locating the box "Some checks were not successful" on the pull request page. To see the test output, locate "Tests / Checkstyle (pull_request)" and click on it. In case of issues with the import order, double check that you activated Auto Import. You can trigger fixing imports by pressing Ctrl+Alt+O to trigger Optimize Imports. Please carefully follow the setup guide for the codestyle. Afterwards, please run checkstyle locally and fix the issues, commit, and push. |
Tests are failing due to missing dependencies:
|
Note that not all tasks from JabRef#676 are adressed, but I think, this is on purpose :) |
oss sonatype is down |
Correct. You can close this PR when it's a good model for my students. |
Addresses JabRef#676
lastAuthor
fromCitationKeyGeneratorTest
toBracketedPatternTest
BracketedPatternTest
so argument providers consistently appear before tests using themI made these changes as preparation for a class session in mid-September where I will demonstrate how to make a change and PR. It would be easiest for me if this is reviewed but not merged; however, if it is easier for you to merge once approved, I can create a pre-merge branch for the class demonstration.
The first commit message has a typo; it should be "Add test of [authLast]".
Steps to test
Rerun the tests in
logic/citationkeypattern
.Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if change is visible to the user)