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 7088867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:51:11+00:00 2026-05-28T07:51:11+00:00

GCC supports declaring methods with the attribute warn_unused_result so that any caller who does

  • 0

GCC supports declaring methods with the attribute warn_unused_result so that any caller who does not save the return value of the method gets a warning.

Does Java have any comparable 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-28T07:51:12+00:00Added an answer on May 28, 2026 at 7:51 am

    No, Java doesn’t have such a feature.

    This could be accomplished by static code analysis tools like FindBugs, based on an annotation on the method, but I don’t think such a rule exists. You could create one, though: FindBugs is free software.

    FindBugs does a similar check already for specific API calls like File.delete() (it throws a warning if the result of the method is ignored. See http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE). So you could take this rule as an example.

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

Sidebar

Related Questions

Anyone know this compiler feature? It seems GCC support that. How does it work?
I read that GCC supports the long long int type which is required to
GCC compiler supports __builtin_expect statement that is used to define likely and unlikely macros.
int i = 3.1 / 2 does not cause any warnings,even with -Wall option.Sometimes,I
GCC supports -fshort-wchar that switches wchar_t from 4, to two bytes. What is the
Which version of the gcc compiler supports free const_iterator methods for containers, e.g.: cbegin
GCC supports Setjump-longjump (sjlj) and Dwarf2 table-based unwinding (dw2) exception handling models. What is
GNU gcc 4.3 partially supports the upcoming c++0x standard: among the implemented features the
I know MSVC can do this via a pragma message -> http://support.microsoft.com/kb/155196 Does gcc
GCC compiles (using gcc --omit-frame-pointer -s ): int the_answer() { return 42; } into

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.