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 179672 - [parser] On netbeans startup, open projects are always parsed
Summary: [parser] On netbeans startup, open projects are always parsed
Status: RESOLVED DUPLICATE of bug 179694
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 08:19 UTC by rmartins
Modified: 2010-03-16 16:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans without opened projects on startup (33.15 KB, text/plain)
2010-01-19 08:20 UTC, rmartins
Details
Netbeans with opened projects on startup (155.25 KB, text/plain)
2010-01-19 08:20 UTC, rmartins
Details
Netbeans without opened projects on startup (more debug) (815.03 KB, application/octet-stream)
2010-01-20 07:47 UTC, rmartins
Details
Netbeans with opened projects on startup (more debug) (515.20 KB, application/octet-stream)
2010-01-20 07:48 UTC, rmartins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rmartins 2010-01-19 08:19:18 UTC
Hi,
procedure:
open IDE with -J-Dcnd.modelimpl.trace.validation=true, open project, wait till parsed and save log (log1.txt).
Then close IDE, start IDE again (=> project should reopen) and save log again (log2.txt).
The project is reparsed after reopening IDE (and no external modifications to files).

Thanks,
Rolando
Comment 1 rmartins 2010-01-19 08:20:24 UTC
Created attachment 93414 [details]
Netbeans without opened projects on startup
Comment 2 rmartins 2010-01-19 08:20:58 UTC
Created attachment 93415 [details]
Netbeans with opened projects on startup
Comment 3 Vladimir Voskresensky 2010-01-20 06:58:00 UTC
Hi Rolando,
I'd like to ask you to create another logs (start with clean userdir) with flags:
-J-Dcnd.modelimpl.timing.per.file.flat=true  -J-Dcnd.modelimpl.validator.trace=true -J-Dcnd.modelimpl.trace.validation=true

Thanks!
Vladimir.
Comment 4 Vladimir Voskresensky 2010-01-20 07:11:02 UTC
please, add -J-Dcnd.modelimpl.timing=true as well.

Thanks,
Vladimir.
Comment 5 rmartins 2010-01-20 07:47:44 UTC
Created attachment 93430 [details]
Netbeans without opened projects on startup (more debug)
Comment 6 rmartins 2010-01-20 07:48:30 UTC
Created attachment 93431 [details]
Netbeans with opened projects on startup (more debug)
Comment 7 rmartins 2010-01-20 07:50:03 UTC
Hi Vladimir,
I have used -J-Dcnd.modelimpl.timing.per.file.flat=true 
-J-Dcnd.modelimpl.validator.trace=true -J-Dcnd.modelimpl.trace.validation=true
-J-Dcnd.modelimpl.timing=true.

This time I got a full re-parse in both tests.

Thanks,
Rolando
Comment 8 Vladimir Voskresensky 2010-01-22 01:52:08 UTC
Tests are good thing :-)

*** This bug has been marked as a duplicate of bug 179694 ***