Skip to content

Commit

Permalink
Added code smells that i found
Browse files Browse the repository at this point in the history
Manage following code smells:
    -Boolean expressions should not be gratuitous 
           @SE2122_55677_56773__56971_57066_58655/src/main/java/org/jabref/model/entry/event/FieldChangedEvent.java
    -Constructors of an "abstract" class should not be declared "public"
           @SE2122_55677_56773__56971_57066_58655/src/main/java/org/jabref/model/groups/AutomaticGroup.java
           @SE2122_55677_56773__56971_57066_58655/src/main/java/org/jabref/model/groups/KeywordGroup.java
    -String literals should not be duplicated
           @SE2122_55677_56773__56971_57066_58655/src/main/java/org/jabref/model/openoffice/ootext/OOTextIntoOO.java
  • Loading branch information
BeastieBaiter committed Nov 22, 2021
1 parent 59a3cb0 commit dfcfbe4
Showing 1 changed file with 0 additions and 0 deletions.
Binary file not shown.

1 comment on commit dfcfbe4

@BeastieBaiter
Copy link
Collaborator Author

@BeastieBaiter BeastieBaiter commented on dfcfbe4 Nov 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to clarify that the discription is supose to say "Manage to find".

Please sign in to comment.