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 178142 - Project window doesn't allow to open source file
Summary: Project window doesn't allow to open source file
Status: VERIFIED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 06:22 UTC by dkuzmin
Modified: 2009-12-07 05:12 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 dkuzmin 2009-12-04 06:22:09 UTC
Create a new "Classic Applet Project". In project window click on "+" right of "Source Packages" label. "classicapplet1" package is shown. Click on "+" label left of it - "+" disappears, but source files are not shown. There is no way to open source file from project window.

Build used #81.
Comment 1 dkuzmin 2009-12-04 06:38:04 UTC
There is separate "files" view that allows to open any file in project, so it can be design choice. Still, it looks rather inconvenient, so I assume its a bug.
Comment 2 _ tboudreau 2009-12-04 08:56:04 UTC
I saw this start yesterday as well; I think it is no change that I did but something wrong in the projects infrastructure.
Comment 3 _ tboudreau 2009-12-04 09:33:50 UTC
Fixed in main/ 6154882a686f

For some reason we were using the "includes" and "excludes" values (used to filter out .java files from the resulting bundle) to filter sources.  So fixing the build-includes problem caused this.  No longer doing filtering that way - not sure why we ever were.
Comment 4 _ tboudreau 2009-12-04 09:49:02 UTC
Minor additional fix in main/ 4841ed95eecb - switch to non-deprecated API for creating SourceRoots and updated spec-version.
Comment 5 Quality Engineering 2009-12-05 03:54:50 UTC
Integrated into 'main-golden', will be available in build *200912050227* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6154882a686f
User: tboudreau@netbeans.org
Log: #178142 - java sources are invisible in source packages.