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 254852 - Valid NetBeans java application project is not parsed
Summary: Valid NetBeans java application project is not parsed
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-30 06:54 UTC by stwr
Modified: 2015-09-07 13:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (43.57 KB, application/x-octet-stream)
2015-08-30 06:54 UTC, stwr
Details
Project is not parsed (20.98 KB, image/png)
2015-08-30 06:55 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-08-30 06:54:56 UTC
Created attachment 155751 [details]
IDE log

I experienced this problem today with *Build 201508290002* and yesterday with *Build 201508280002*.

In both cases the use case was exactly the same:
1. Install the IDE
2. Open one of available test projects

--Actual Result--
Let us say the opened project is not parsed. The Projects view does not split to 'Source Packages', 'Test Packages', 'Libraries' a.s.o.. Please see the picture.
There are also some warnings related to this project. Please see the IDE log.

The solution is to restart the IDE. Once restarted the previously opened project is correctly parsed.
Comment 1 stwr 2015-08-30 06:55:17 UTC
Created attachment 155752 [details]
Project is not parsed
Comment 2 stwr 2015-08-30 06:56:28 UTC
(In reply to stwr from comment #0)
> Created attachment 155751 [details]
> IDE log
> 
> I experienced this problem today with *Build 201508290002* and yesterday
> with *Build 201508280002*.
> 
> In both cases the use case was exactly the same:
> 1. Install the IDE
> 2. Open one of available test projects
> 
> --Actual Result--
> Let us say the opened project is not parsed. The Projects view does not
> split to 'Source Packages', 'Test Packages', 'Libraries' a.s.o.. Please see
> the picture.
> There are also some warnings related to this project. Please see the IDE log.
> 
> The solution is to restart the IDE. Once restarted the previously opened
> project is correctly parsed.

IDE info for both instances:

Product Version: NetBeans IDE Dev (Build 201508280002)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\dev

Product Version: NetBeans IDE Dev (Build 201508290002)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\dev
Comment 3 Tomas Zezula 2015-09-07 13:23:58 UTC
I am not able to reproduce, neither with current checkout nor with build 201508280002 (http://bits.netbeans.org/download/trunk/nightly/2015-08-28_00-02-28/zip/netbeans-trunk-nightly-201508280002.zip).

Tested with J2SE Ant project.

Please can you attach the test project causing the problem?
Thanks