Bug 7375 - new classes with funny names don't appear in package view
Summary: new classes with funny names don't appear in package view
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-09 04:22 EST by Claude Knaus CLA
Modified: 2002-01-11 09:34 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claude Knaus CLA 2002-01-09 04:22:59 EST
20011219-S and 20020108-I on w2k:

  1) goto java perspective.
  2) new class wizard
  3) name the class 'Test1$'
  4) press finish
  5) notice how the compilation unit does not appear in the package view.
  6) goto resource perspective.
  7) find the java file in the navigator and rename it to 'Test2$.java'
  8) goto java perspective
  9) observe that the compilation unit Test2$.java is now shown in the package
     view.

20011219-S on linux:

  5) no problems: the compilation unit Test1$.java appears.
Comment 1 Erich Gamma CLA 2002-01-09 08:54:08 EST
Looks like a notification problem.
moving to JCORE
Comment 2 Jerome Lanneluc CLA 2002-01-11 08:45:01 EST
I cannot reproduce the problem in build 20020109, i.e. the compilation unit 
Test1$.java DOES appear in the package view.

Do you have more details?
Comment 3 Claude Knaus CLA 2002-01-11 09:16:04 EST
works for me in 20020109, too. Seems that it has been just fixed.