This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 45628 - Standard project with existing sources - Java files do not show up
Summary: Standard project with existing sources - Java files do not show up
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-06-28 09:45 UTC by Tomas Brandalik
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Brandalik 2004-06-28 09:45:08 UTC
Linux -suse9.0
build 0406271800
I created new Standard j2se project with existing
sources. 
When opening source packages in project explorer
only *.class files show up. I don't see any java
files.
Comment 1 Jesse Glick 2004-06-28 20:40:16 UTC
Well perhaps you selected a build output dir for a source dir?? Never
seen such a problem before and it works for me fine now. Closing, no
steps to reproduce.
Comment 2 Tomas Brandalik 2004-06-29 07:04:26 UTC
Steps to reproduce:
1. File->Open new project
2. Choose Standard and Java project with existing sources, next>
3. source packages folder -> browse (choose for example nb_all/xtest/src)
4. other fields leave as they are by default, finish

New project opens
5. go to Project tab of the explorer
6. open source packages node
7. there are *.class files along with *.java however I would expect to
see only *.java files

This functionality I used before and it worked. I will check if it
happens also on other computers with suse.
Comment 3 Tomas Zezula 2004-07-02 19:29:50 UTC
I will take a look at it, I am Suse user. :-)
Comment 4 Tomas Zezula 2004-07-12 12:43:05 UTC
Works for me. I did the same with xtest/src.
There are both java and class files which is correct (in the NB 4.0
the Java file does not hide the class file).