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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:59:19+00:00 2026-06-17T14:59:19+00:00

Running in Debug and pressing F8 to continue will get this ‘Class File Editor

  • 0

Running in Debug and pressing F8 to continue will get this ‘Class File Editor – Source not found error’

// Compiled from SQLiteCursor.java (version 1.5 : 49.0, super bit)
public class android.database.sqlite.SQLiteCursor extends     android.database.AbstractWindowedCursor {

// Method descriptor #8 (Landroid/database/sqlite/SQLiteDatabase;Landroid/database/sqlite    /SQLiteCursorDriver;Ljava/lang/String;Landroid/database/sqlite/SQLiteQuery;)V
// Stack: 3, Locals: 5
  public SQLiteCursor(android.database.sqlite.SQLiteDatabase db,     android.database.sqlite.SQLiteCursorDriver driver, java.lang.String editTable, android.database.sqlite.SQLiteQuery query);
     0  aload_0 [this]
 1  invokespecial android.database.AbstractWindowedCursor() [1]
 4  new java.lang.RuntimeException [2]
 7  dup
 8  ldc <String "Stub!"> [3]
10  invokespecial java.lang.RuntimeException(java.lang.String) [4]
13  athrow
  Line numbers:
    [pc: 0, line: 5]
  Local variable table:
    [pc: 0, pc: 14] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 14] local: db index: 1 type: android.database.sqlite.SQLiteDatabase
    [pc: 0, pc: 14] local: driver index: 2 type: android.database.sqlite.SQLiteCursorDriver
    [pc: 0, pc: 14] local: editTable index: 3 type: java.lang.String
    [pc: 0, pc: 14] local: query index: 4 type: android.database.sqlite.SQLiteQuery

// Method descriptor #23 (Landroid/database/DataSetObserver;)V
// Stack: 3, Locals: 2
public void registerDataSetObserver(android.database.DataSetObserver observer);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 6]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: observer index: 1 type: android.database.DataSetObserver

// Method descriptor #27 ()Landroid/database/sqlite/SQLiteDatabase;
// Stack: 3, Locals: 1
public android.database.sqlite.SQLiteDatabase getDatabase();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 7]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #29 (II)Z
// Stack: 3, Locals: 3
public boolean onMove(int oldPosition, int newPosition);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 8]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: oldPosition index: 1 type: int
    [pc: 0, pc: 10] local: newPosition index: 2 type: int

// Method descriptor #34 ()I
// Stack: 3, Locals: 1
public int getCount();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 9]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #36 (Ljava/lang/String;)I
// Stack: 3, Locals: 2
public int getColumnIndex(java.lang.String columnName);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 10]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: columnName index: 1 type: java.lang.String

// Method descriptor #39 ()[Ljava/lang/String;
// Stack: 3, Locals: 1
public java.lang.String[] getColumnNames();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 11]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #41 ()V
// Stack: 3, Locals: 1
public void deactivate();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 12]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #41 ()V
// Stack: 3, Locals: 1
public void close();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 13]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #44 ()Z
// Stack: 3, Locals: 1
public boolean requery();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 14]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #46 (Landroid/database/CursorWindow;)V
// Stack: 3, Locals: 2
public void setWindow(android.database.CursorWindow window);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 15]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: window index: 1 type: android.database.CursorWindow

// Method descriptor #50 ([Ljava/lang/String;)V
// Stack: 3, Locals: 2
public void setSelectionArguments(java.lang.String[] selectionArgs);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 16]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: selectionArgs index: 1 type: java.lang.String[]

// Method descriptor #41 ()V
// Stack: 3, Locals: 1
protected void finalize();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 17]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

}

I don’t understand what this is telling me.

If I press F8 a few more times, the program continues along as normal and displays data and results as I would expect.

How do I read this error so that I can make effective fixes to my code?

Thanks

  • 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-17T14:59:21+00:00Added an answer on June 17, 2026 at 2:59 pm

    Using the solution found here got rid of the impenetrable message and attached the class file.

    Which then helped me identify a cursor not closed error.

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

Sidebar

Related Questions

I am running PHP unit as follows: phpunit --debug --verbose --coverage-clover=/tmp/test.xml and get the
I'm using a class library (running in debug) in my app that is generating
Okay; assuming this code running in debug mode - static StackFrame GetTopFrameWithLineNumber(Exception e) {
Simple question really... How can I copy a ReadOnly file? When running a debug
Im getting a PInvokeStackImbalance error when running debug in VS2010 using selenium webdriver 2.5.1
node can be run with a debug parameter like this $ node --debug src/file.js
Why running debug doesn't build all selected project in the active configuration? Normally I've
Is there the possibility to find out each existing controls from my running (debug
Running PHP debug session in Netbeans always opens as a new tab in browser
I am running a debug android application with eclipse and the simulator, and on

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.