Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7927421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:18:12+00:00 2026-06-03T19:18:12+00:00

I have to compare two complex objects which are of different types (and do

  • 0

I have to compare two complex objects which are of different types (and do not have a common superclass in the type hierarchy) but logically they may be equivalent.
The problem is on how to return the information about the result of the comparison in case the objects are not equal; I would like to inform the caller why the objects are not equals (what fields are different and how are they different).

The options thus far are:

  • return a String
  • throw an exception

but I do not find them very elegant/good.

Also, is there a way to delegate the field comparisons to assertEquals from JUnit and thus base my comparison on JUnit without the comparison test to be an actual unit test?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T19:18:15+00:00Added an answer on June 3, 2026 at 7:18 pm

    If the comparison is complex, the result of the comparison is (as you mention) potentially complex.

    I therefore recommend you to consider a third option: Create a custom class, ComparisonResult that encapsulates the information of the result.

    You could even create a little hierarchy, and rely on polymorphism to simplify the code. Here’s an example:

    ComparisonResult
    |
    +--- Equals
    |
    +--- Not equals
         |
         +--- Compatible (with "isAbeforeB()")
         |
         +--- Incompatible (with "getReason()")
    

    The Incompatible is presumably the messiest class, which I suggest you implement by a list of reasons why the objects are incompatible. A reason could perhaps itself be an abstract class, with subclasses such as MissingField etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two complex objects of the same type. I want to compare both
Say I have a unit test that wants to compare two complex for objects
I have to compare two Integer objects (not int ). What is the canonical
I have to compare two Excel files having different number of sheets, different number
I have to compare two strings for case insensitive equality which one is faster
I am trying to compare two dates. I have this code which I thought
So let's say I want to compare two DOMDocument objects. They have the same
I have a List<Foo> , and a compare() method taking two Foo objects and
How would I compare two arrays that might have different lengths and get the
I have two CSV files (three columns) which I need to compare and extract

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.