Code analyzing - GarbageCollectorsReloaded/EmailValidation GitHub Wiki

Code analyzing has been done by VS Code Analyzer. One warning has been found and fixed by Somakex (Győri-Molnár Bence Soma) and Taki1994 (Takács Norbert).

Task execution step-by-step

  1. We created a new branch for code analyzation.
  2. We ran VS Code Analyzer on the solution and the project.
  3. After the analyzer found a warning we inspected the problem.
  4. We corrected the code and committed the changes.
  5. We created a new pull-request for our modification.
  6. Travis found an error in our branch’s new build.
  7. We reviewed our code and corrected a mistake.
  8. We committed the newly reviewed version.
  9. Travis built the project without errors.
  10. We ran the analyzer on our newest build.
  11. The analyzer did not found any issues so we closed the pull request and merged our branch with the master branch.