Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 225110

Summary: [select] codeselect fails with not visible field
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description David Audel CLA 2008-04-01 10:38:16 EDT
build I20080330-1350
1) create X.java
public class X {
  private static final int FIELD = 0;
}
2) create Y.java
public class Y {
  void foo() {
    int i = X.FIELD;
  }
}
3) select FIELD in Y.java
4) do F3
code select failed.
Comment 1 Eclipse Genie CLA 2020-03-04 17:07:37 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.