Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: biojava/biojava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bmcleancdn/biojava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 12, 2024

  1. Fix: refactored out multi-faceted abstraction code smell by removing …

    …unused and unnecessary methods
    Benjamin McLean committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    958da03 View commit details
    Browse the repository at this point in the history
  2. Fix: refactored out long Parameter list code smell by adding a new ob…

    …ject to encapsulate primitive values
    Benjamin McLean committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f9247f9 View commit details
    Browse the repository at this point in the history
  3. Fix: refactored out long methof code smell by splitting up the method…

    … into two smaller ones
    Benjamin McLean committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2dca572 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    268bebc View commit details
    Browse the repository at this point in the history
  2. Fix: refactored out Insufficient Modularization code smell. Separated…

    … inline classes into their own class files to improve modularity of AlignerHelper.java
    Benjamin McLean committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    12172ce View commit details
    Browse the repository at this point in the history
Loading