Skip to content

Commit

Permalink
Merge pull request #1 from openjck/control-flow-dupe
Browse files Browse the repository at this point in the history
Remove duplicate note about control flow
  • Loading branch information
thomasdavis committed Mar 31, 2013
2 parents 8ede2b8 + dd5ab5e commit e515d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Source: http://junit.sourceforge.net/doc/testinfected/testing.htm
* new keyword in a constructor or at field declaration
* Static method calls in a constructor or at field declaration
* Anything more than field assignment in constructors
* Object not fully initialized after the constructor finishes (watch out forinitialize methods) Control flow (conditional or looping logic) in a constructor
* Object not fully initialized after the constructor finishes (watch out forinitialize methods)
* Control flow (conditional or looping logic) in a constructor
* Code does complex object graph construction inside a constructor rather than using a factory or builder
* Adding or using an initialization block
Expand Down

0 comments on commit e515d4c

Please sign in to comment.