Community
Participate
Working Groups
Build Identifier: 20110218-0911 If we add a lot of java files (~70) to a project and if these files contain classes which have package visibility, these classes can not be resolved. There are error markers in the java editor, even though the type exists. Reproducible: Sometimes Steps to Reproduce: 1. create one java file with two classes (one with package visibility, called A) 2. create another java file which accesses the type A 3. if we add these two files (and a lot of other java files at the same time) to a project the error occurs
Created attachment 193488 [details] testdata with ~50 packages, the problem occurs in test_roundtrip_303 if we add all these packages to a project the described problem occurs in test_roundtrip_303. ActionFactory can't be resolved, even though it exists.
Created attachment 193489 [details] screenshot of the problem
I cannot reproduce. Import the attached files in one shot works perfectly fine.
I am using I20110412-2200 (4.1 I-build). Could you please try to reproduce on a newer build ?
I think the problem is similar to this problem, which should be easy to reproduce: https://bugs.eclipse.org/bugs/show_bug.cgi?id=345417
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. If you have further information on the current state of the bug, please add it. 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.
Closing as per comment 3.