Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 8842afee7a5a6f3d7013303076326dbb7179d679
      
https://github.com/jenkinsci/analysis-model/commit/8842afee7a5a6f3d7013303076326dbb7179d679
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    A src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java
    A src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java

  Log Message:
  -----------
  - added custom assertions for Issue and Issues

(cherry picked from commit 56e7b12)


  Commit: 5b90e1d5ba008b1514344f072041167e52decb14
      
https://github.com/jenkinsci/analysis-model/commit/5b90e1d5ba008b1514344f072041167e52decb14
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java

  Log Message:
  -----------
  Corrected IssueAssert.

(cherry picked from commit 8a103bb)


  Commit: 486eb4fe07dea462db45415b7694ecefe8d6d4db
      
https://github.com/jenkinsci/analysis-model/commit/486eb4fe07dea462db45415b7694ecefe8d6d4db
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java
    M src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java

  Log Message:
  -----------
  Adapted coding style for assertions.

(cherry picked from commit 472023c)


  Commit: a5eb25699db66ce42176f2f8c4fcc24dd4e7a87b
      
https://github.com/jenkinsci/analysis-model/commit/a5eb25699db66ce42176f2f8c4fcc24dd4e7a87b
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    A src/test/java/edu/hm/hafner/analysis/IssueTest.java

  Log Message:
  -----------
  Added unit test for Issue using AssertJ soft assertions.

(cherry picked from commit 3d88422)


  Commit: 8670e5b6535e05f057a1b36ecd064f4c9551b219
      
https://github.com/jenkinsci/analysis-model/commit/8670e5b6535e05f057a1b36ecd064f4c9551b219
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssueTest.java

  Log Message:
  -----------
  One big test case for default values.
Corrected test case when lineEnd and columnEnd default to lineStart resp. 
columnStart.

(cherry picked from commit 8c325e4)


  Commit: c872a2cec32295c5d110b62c3b8eaf28c6fe3188
      
https://github.com/jenkinsci/analysis-model/commit/c872a2cec32295c5d110b62c3b8eaf28c6fe3188
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java

  Log Message:
  -----------
  Added factory method for custom Issue assertions.

(cherry picked from commit f881b43)


  Commit: d5c8f02e1e9216d03bcf254199b409b082bc9121
      
https://github.com/jenkinsci/analysis-model/commit/d5c8f02e1e9216d03bcf254199b409b082bc9121
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    A src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java

  Log Message:
  -----------
  Added unit test for IssueBuilder.

(cherry picked from commit 31ce802)


  Commit: 17b8303fea382f258878b8584378a13244f00c13
      
https://github.com/jenkinsci/analysis-model/commit/17b8303fea382f258878b8584378a13244f00c13
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssueTest.java
    A src/test/java/edu/hm/hafner/analysis/assertj/AnalysisSoftAssertions.java

  Log Message:
  -----------
  Use custom assertions as soft assertions.

(cherry picked from commit 9edd042)


  Commit: 5dd6bad335aaffb5e7ec81ac5ac6940c65137b59
      
https://github.com/jenkinsci/analysis-model/commit/5dd6bad335aaffb5e7ec81ac5ac6940c65137b59
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java

  Log Message:
  -----------
  Corrected class in Issues assertions.
Increase test coverage by calling getSize() instead of size().

(cherry picked from commit 0f38282)


  Commit: 4f11868321dbaef4bd43394622e9194da120b550
      
https://github.com/jenkinsci/analysis-model/commit/4f11868321dbaef4bd43394622e9194da120b550
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    A src/test/java/edu/hm/hafner/analysis/IssuesTest.java

  Log Message:
  -----------
  Added unit test for Issues.

(cherry picked from commit fc187a0)


  Commit: ebfe5c52f6c3567e174f460e01817b9cffc6be9c
      
https://github.com/jenkinsci/analysis-model/commit/ebfe5c52f6c3567e174f460e01817b9cffc6be9c
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java

  Log Message:
  -----------
  Corrected actual values in failure messages.

(cherry picked from commit 958613e)


  Commit: 441613a887b3510ebd07af08b23d1ef2447f3bf1
      
https://github.com/jenkinsci/analysis-model/commit/441613a887b3510ebd07af08b23d1ef2447f3bf1
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java
    M src/test/java/edu/hm/hafner/analysis/IssuesTest.java

  Log Message:
  -----------
  Improved unit test of Issues.

(cherry picked from commit d67ae1d)


  Commit: 524d4d7cac6386f9b550f9d56c4583fc5f5c4e08
      
https://github.com/jenkinsci/analysis-model/commit/524d4d7cac6386f9b550f9d56c4583fc5f5c4e08
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java

  Log Message:
  -----------
  Corrected failure messages.

(cherry picked from commit ccf69cf)


  Commit: bf5ebb5aeff40c996c26a89c334e9ccab6eccb4b
      
https://github.com/jenkinsci/analysis-model/commit/bf5ebb5aeff40c996c26a89c334e9ccab6eccb4b
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssuesTest.java

  Log Message:
  -----------
  Increased branch coverage.

(cherry picked from commit 7e5da48)


  Commit: 6734e367dec2b480912ac7715babbe745318e0c9
      
https://github.com/jenkinsci/analysis-model/commit/6734e367dec2b480912ac7715babbe745318e0c9
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/Issue.java

  Log Message:
  -----------
  Return correct lineEnd.

(cherry picked from commit 702b737)


  Commit: 8377dabcc1f1a36e2536b93c71f079b90b9e392a
      
https://github.com/jenkinsci/analysis-model/commit/8377dabcc1f1a36e2536b93c71f079b90b9e392a
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssuesTest.java

  Log Message:
  -----------
  Improved naming of test methods.

(cherry picked from commit d9d308c)


  Commit: c440f1701db0e06ba03c0d711d21a0c4c775b850
      
https://github.com/jenkinsci/analysis-model/commit/c440f1701db0e06ba03c0d711d21a0c4c775b850
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/Issues.java

  Log Message:
  -----------
  Decrease priority counts when removing issues.

(cherry picked from commit 98cbd79)


  Commit: b1ff68ed1ccc4e71387f1ff8ff61ee69e7a4be98
      
https://github.com/jenkinsci/analysis-model/commit/b1ff68ed1ccc4e71387f1ff8ff61ee69e7a4be98
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssuesTest.java

  Log Message:
  -----------
  Allow duplicates but test that multiple issues in single file result in 
single file to be returned.

(cherry picked from commit c1a41fa)


  Commit: 38b53cf9b0bf2d2ebbe7ca952d126a82585d9ae0
      
https://github.com/jenkinsci/analysis-model/commit/38b53cf9b0bf2d2ebbe7ca952d126a82585d9ae0
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java

  Log Message:
  -----------
  Added test for calling build multiple times.

(cherry picked from commit 1e59583)


  Commit: 27b05d91abee2648e97b19e928886ce2f91a519e
      
https://github.com/jenkinsci/analysis-model/commit/27b05d91abee2648e97b19e928886ce2f91a519e
  Author: Ulli Hafner <[email protected]>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M .idea/checkstyle-idea.xml

  Log Message:
  -----------
  Added checkstyle scanning for tests as well.


  Commit: 92ceed9929f5eefb387499210a9f64a1499645be
      
https://github.com/jenkinsci/analysis-model/commit/92ceed9929f5eefb387499210a9f64a1499645be
  Author: Ulli Hafner <[email protected]>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/Issues.java

  Log Message:
  -----------
  JavaDoc Typo.


  Commit: fbdd652dd39f1c0469ca02301a669620d01eecd1
      
https://github.com/jenkinsci/analysis-model/commit/fbdd652dd39f1c0469ca02301a669620d01eecd1
  Author: Marcel Binder <[email protected]>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java
    M src/test/java/edu/hm/hafner/analysis/IssueTest.java
    M src/test/java/edu/hm/hafner/analysis/IssuesTest.java
    M src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java
    M src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java

  Log Message:
  -----------
  Improved unit tests and assertions.


  Commit: b703190fafad170089d95e52ef6934b778f809cb
      
https://github.com/jenkinsci/analysis-model/commit/b703190fafad170089d95e52ef6934b778f809cb
  Author: Ulli Hafner <[email protected]>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/Issue.java
    M src/main/java/edu/hm/hafner/analysis/Issues.java
    A src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java
    A src/test/java/edu/hm/hafner/analysis/IssueTest.java
    A src/test/java/edu/hm/hafner/analysis/IssuesTest.java
    A src/test/java/edu/hm/hafner/analysis/assertj/AnalysisSoftAssertions.java
    A src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java
    A src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java

  Log Message:
  -----------
  Merge branch 'issue-tests' of https://github.com/binderm/analysis-model into 
binderm-issue-tests


  Commit: 446dd7a0871825cb5610c9b53d32edc58114e468
      
https://github.com/jenkinsci/analysis-model/commit/446dd7a0871825cb5610c9b53d32edc58114e468
  Author: Ulli Hafner <[email protected]>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssueTest.java

  Log Message:
  -----------
  Fixed broken soft assertions lambda.


  Commit: 7847af84ba5466265838ee2baf514fec7a9bd91f
      
https://github.com/jenkinsci/analysis-model/commit/7847af84ba5466265838ee2baf514fec7a9bd91f
  Author: Ulli Hafner <[email protected]>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M .idea/inspectionProfiles/Ullrich_Hafner.xml
    M src/test/java/edu/hm/hafner/analysis/IssueTest.java
    M src/test/java/edu/hm/hafner/analysis/IssuesTest.java
    R src/test/java/edu/hm/hafner/analysis/assertj/AnalysisSoftAssertions.java
    A src/test/java/edu/hm/hafner/analysis/assertj/Assertions.java
    M src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java
    M src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java
    A src/test/java/edu/hm/hafner/analysis/assertj/SoftAssertions.java

  Log Message:
  -----------
  Added lambda support for custom soft assertions.

Refactored all soft assertion tests to use lambda. Also made some
additional refactorings that made the code cleaner.


  Commit: f5bacaaa171661f21633b4210669a06108264cdb
      
https://github.com/jenkinsci/analysis-model/commit/f5bacaaa171661f21633b4210669a06108264cdb
  Author: Ulli Hafner <[email protected]>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/assertj/IssueAssert.java
    M src/test/java/edu/hm/hafner/analysis/assertj/IssuesAssert.java

  Log Message:
  -----------
  Added implementation of Assertion classes by Sebastian Lausch (JavaDoc).


  Commit: bbc0c44ad126eee3347623d2db382096205035dc
      
https://github.com/jenkinsci/analysis-model/commit/bbc0c44ad126eee3347623d2db382096205035dc
  Author: Ulli Hafner <[email protected]>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/IssueTest.java

  Log Message:
  -----------
  Make toString test more robust.


Compare: 
https://github.com/jenkinsci/analysis-model/compare/9509bff7fed2...bbc0c44ad126

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to