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 227739 - Background scanning of Facelets library repeated every now and then.
Summary: Background scanning of Facelets library repeated every now and then.
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 18:33 UTC by ecerichter
Modified: 2013-03-27 16:17 UTC (History)
1 user (show)

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 ecerichter 2013-03-20 18:33:32 UTC
I've just upgraded to latest DEV 201303192300 and now my NB has an erratic behavior.
From time to time (I've not measured how long), NB starts "background scanning of Facelets library". After few minutes, it starts again.

Only option to stop this behavior was deactivating all Faces related plugins.

Regards,

Edson
Comment 1 Martin Fousek 2013-03-22 08:49:11 UTC
Facelets libraries are being checked on the base of your sources now too since JSF2.2 define ability to create custom tags/libraries using the @FacetComponent annotation. So some update can happen during writing .java sources but I'm not sure if that could lead to these "scanning" message now - I'll check.

In any case there is possibility for a deadlock, so let's wait. Once I will fix it (it can change the way for updating libraries) let's check this again.
Comment 2 ecerichter 2013-03-22 12:43:35 UTC
I've not seen any deadlocks, just the parsing in a cycle: start, process for some time, end... star, process for some time, end... start, process for some time, end...

Not sure if it is caused by any of my actions working in editor (or with auto-complete), and to be honest, this could be caused by a corrupt index?

I'm sure that my anti-virus is not touching any NetBeans folder (I've added them to exclusion list), but who knows?

As soon as I get some spare time, I'll try to run NetBeans with Faces libraries enabled and check if this still happen.

Thanks,

Edson
Comment 3 Tomas Zezula 2013-03-22 12:46:19 UTC
Please can you attach the IDE messages.log?
Thanks
Comment 4 Martin Fousek 2013-03-27 16:17:49 UTC
As mentioned tzezula, please attach your messages log, ideally describe your work flow to help me check your scenario. Thanks a lot...