Skip to content

Commit

Permalink
mark as wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
vonbecmann committed Sep 3, 2023
1 parent 53fb185 commit bb76a14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions repository/LinkedList-Core/ManifestLinkedListCore.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ ManifestLinkedListCore class >> ruleExcessiveArgumentsRuleV1FalsePositive [
^ #(#(#(#RGMethodDefinition #(#'DoublyLinkedList class' #with:with:with:with:with: #true)) #'2023-04-14T20:40:57.044154-03:00') #(#(#RGMethodDefinition #(#'SinglyLinkedList class' #with:with:with:with:with: #true)) #'2023-04-14T20:40:57.043976-03:00') )
]

{ #category : #'code-critics' }
ManifestLinkedListCore class >> ruleImplementedNotSentRuleV1FalsePositive [

<ignoreForCoverage>
^ #(#(#(#RGMethodDefinition #(#SinglyLinkedQueue #initialize #false)) #'2023-09-03T12:25:19.648054-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedNode #hash #false)) #'2023-09-03T12:25:19.648019-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedQueue #postCopy #false)) #'2023-09-03T12:25:19.647926-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedStack #initialize #false)) #'2023-09-03T12:25:19.647982-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedList #= #false)) #'2023-09-03T12:25:19.648037-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedList #postCopy #false)) #'2023-09-03T12:25:19.648086-03:00') #(#(#RGMethodDefinition #(#'OrderedPair class' #second: #true)) #'2023-09-03T12:25:19.647656-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedList #postCopy #false)) #'2023-09-03T12:25:19.647882-03:00') #(#(#RGMethodDefinition #(#AssociationList #postCopy #false)) #'2023-09-03T12:25:19.647947-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedList #hash #false)) #'2023-09-03T12:25:19.647964-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedList #hash #false)) #'2023-09-03T12:25:19.64746-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedNode #hash #false)) #'2023-09-03T12:25:19.648001-03:00') #(#(#RGMethodDefinition #(#AssociationList #= #false)) #'2023-09-03T12:25:19.64807-03:00') #(#(#RGMethodDefinition #(#'OrderedPair class' #first: #true)) #'2023-09-03T12:27:32.555239-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedNode #release #false)) #'2023-09-03T12:27:32.554313-03:00') #(#(#RGMethodDefinition #(#OrderedPair #hash #false)) #'2023-09-03T12:27:32.555114-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedList #initialize #false)) #'2023-09-03T12:27:32.555153-03:00') #(#(#RGMethodDefinition #(#AssociationList #release #false)) #'2023-09-03T12:27:32.55517-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedNode #= #false)) #'2023-09-03T12:27:32.55473-03:00') #(#(#RGMethodDefinition #(#OrderedPair #= #false)) #'2023-09-03T12:27:32.555187-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedList #= #false)) #'2023-09-03T12:27:32.555004-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedList #initialize #false)) #'2023-09-03T12:27:32.555303-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedNode #= #false)) #'2023-09-03T12:27:32.555264-03:00') #(#(#RGMethodDefinition #(#DoublyLinkedNode #release #false)) #'2023-09-03T12:27:32.555285-03:00') #(#(#RGMethodDefinition #(#AssociationList #hash #false)) #'2023-09-03T12:27:32.555093-03:00') #(#(#RGMethodDefinition #(#SinglyLinkedStack #postCopy #false)) #'2023-09-03T12:27:32.555134-03:00') )
]

{ #category : #'code-critics' }
ManifestLinkedListCore class >> ruleInconsistentMethodClassificationRuleV1FalsePositive [

Expand Down

0 comments on commit bb76a14

Please sign in to comment.