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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:02:29+00:00 2026-06-03T17:02:29+00:00

Starting this morning, if I try to write in the following method using autocomplete

  • 0

Starting this morning, if I try to write in the following method using autocomplete code, Eclipse don’t suggest nothing.
for example, if I write :

if(view. ….. then the autocomplete code not appear and if I click CTRL + SPACE the eclipse show error :the method must override a superclass method

my JRE is 1.6 already, so I don’t know what to do.

Any help?

    mAdapter.setViewBinder(new ViewBinder() {

        @Override
        public boolean setViewValue(View view, Cursor cursor, int columnIndex) {

            final long id = cursor.getLong(cursor.getColumnIndex("_id"));

            if (view.getId() == R.id.checkBox1) {
                CheckBox v = (CheckBox) view;
                v.setOnCheckedChangeListener(RecordsList.this);
                v.setTag(id);
                if (selectedRows.contains(String.valueOf(id))) {
                    v.setChecked(true);
                } else {
                    v.setChecked(false);
                }

                return true;
            }

}

enter image description here

this happend if I use:

mAdapter.setViewBinder(new ViewBinder() {

@Override
public boolean setViewValue(View view, Cursor cursor, int columnIndex) {
    v
    return false;
}

});

But if I use the following way, work ok:

      mAdapter.setViewBinder(ViewBinder);
  private ViewBinder ViewBinder = new ViewBinder() {
    @Override
    public boolean setViewValue(View view, Cursor cursor, int columnIndex) {
  }

}

  • 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-03T17:02:31+00:00Added an answer on June 3, 2026 at 5:02 pm

    Worst case scenario, remove the eclipse project and reimport it. If the JDT cache is corrupted, it will be rebuilt.

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

Sidebar

Related Questions

Eclipse was running fine last night, but this morning I tried starting it up
I'm using this code as the starting point to an overhaul of our JavaScript
Starting this morning my Eclipse indigo have projects and files with gray light color.
I am starting this question to try and make a central point developers can
Soooo, I am starting this new job soon where most of the code is
I'll be using a shared Internet connexion starting this September at my school and
Starting with this code: new Person(ET).WithAge(88) How can it be refactored to: new Person(ET,
Starting around Friday night, and continuing as of this morning, we have been seeing
Good morning, I am having trouble with the following code <html> <head> <title>highlight date</title>
Please note that this is not homework and i did search before starting this

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.