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

  • Home
  • SEARCH
  • 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 6739217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:27:40+00:00 2026-05-26T11:27:40+00:00

Is there any tool that can warn me against the following sort of code:

  • 0

Is there any tool that can warn me against the following sort of code:

if ( someClass.equals( someString ))

For example:

if ( myObject.getClass().equals( myClassName ))

Such a thing is legal Java (equals takes an Object) but will never evaluate to true (a class can never equal a String) so is almost certainly a bug.

I have checked Eclipse, FindBugs and PMD but none seem to support this feature?

  • 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-05-26T11:27:40+00:00Added an answer on May 26, 2026 at 11:27 am

    Yes, IntelliJ IDEA has such an inspection that I believe is enabled by default. It flags the following:

    Class<?> clazz = String.class;
    if (clazz.equals("foo")) {
       //...
    }
    

    With the warning:

    ‘equals()’ between objects of inconvertible types.

    The inspection can be enabled/disabled through Settings->Project Settings->Inspections, then under Probable Bugs check/uncheck “‘equals()’ between objects of inconvertible types.”

    FindBugs also should catch this with the “EC: Call to equals() comparing different types” bug check. It can be integrated with Eclipse as it appears you are aware.

    Neither is a silver bullet though; they can’t read your mind. The best you can hope for is that it will favour false positives rather than false negatives.

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

Sidebar

Related Questions

Is there any tool that can (pretty-print) format XML file as well as sort
Is there any tool that can analyze PHP code and tell if it will
Is there any tool that can parse a valid C program and generate a
Is there any tool that can read a WSDL file and based on the
Is there any tool that can parse/conver xml files to this format? I have
Wondering if there is any tool that can help me to detect a pronoun's
Is there any tool or code that would enable me to Display Excel 2003
Is there any handy tool that can make updating tables easier? Usually I got
Is there any command or tool that can recreate the schema and fill the
Is there any tool such that it can get a heap dump from a

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.