[ 
https://issues.apache.org/jira/browse/LANG-1677?focusedWorklogId=693524&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-693524
 ]

ASF GitHub Bot logged work on LANG-1677:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Dec/21 19:55
            Start Date: 09/Dec/21 19:55
    Worklog Time Spent: 10m 
      Work Description: debae commented on pull request #838:
URL: https://github.com/apache/commons-lang/pull/838#issuecomment-990193778


   > Hi @debae Thank you for your patience. The code coverage for this new 
feature is not good enough IMO. Run `mvn clean site`, then browse the site in 
`target\site\index.html`, navigate to the JaCoCo report and you will see how 
your tests should be improved. For _new_ code, I'd like to get 100% code 
coverage which should be reasonable in this case. TY!
   
   No problem at all, some extra tests have been added.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 693524)
    Time Spent: 40m  (was: 0.5h)

> It should be possible to exclude fields in ReflectionDiffBuilder
> ----------------------------------------------------------------
>
>                 Key: LANG-1677
>                 URL: https://issues.apache.org/jira/browse/LANG-1677
>             Project: Commons Lang
>          Issue Type: Wish
>          Components: lang.builder.*
>    Affects Versions: 3.12.0
>            Reporter: Dennis Baerten
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> When using ReflectionDiffBuilder to make a diff between two object it will be 
> default include all fields. As stated in the documentation static and 
> transient fields are excluded.
> Using the transient modifier in combination with other frameworks ( such as 
> Hibernate ) also has a side affect that those fields are not persisted.
> The use case I'm trying to solve it making a diff of an object that get's 
> updated and has a LastModificationDate and LastModificationUser and thus will 
> always be a field in the diff.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to