Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master f38853f20 -> 2f124694a
[TAMAYA-258] PIT should not generated mutations for toString methods. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/19553ad4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/19553ad4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/19553ad4 Branch: refs/heads/master Commit: 19553ad413bcddc9b928e7362a1d1d90817c2820 Parents: 8551df1 Author: Oliver B. Fischer <[email protected]> Authored: Tue Mar 21 06:57:47 2017 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Tue Mar 21 11:24:47 2017 +0100 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19553ad4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8066dfa..897b5e1 100644 --- a/pom.xml +++ b/pom.xml @@ -526,6 +526,9 @@ under the License. <targetClasses> <param>org.apache.tamaya.*</param> </targetClasses> + <excludedMethods> + <param>toString</param> + </excludedMethods> </configuration> </plugin>
