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 224473 - Opened projects in projects view don't behave like projects
Summary: Opened projects in projects view don't behave like projects
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-01-04 11:37 UTC by Petr Cyhelsky
Modified: 2013-01-24 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (51.01 KB, text/plain)
2013-01-04 12:38 UTC, Petr Cyhelsky
Details
screenshot (514.44 KB, image/png)
2013-01-04 12:38 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2013-01-04 11:37:05 UTC
See attached screenshot - The opened projects don't have correct icons and the project related actions are not present in popup menu on the project.

This happens to me randomly, usually (as in this case) after fresh install of new netbeans version.
Comment 1 Petr Cyhelsky 2013-01-04 12:38:13 UTC
Created attachment 129888 [details]
messages.log
Comment 2 Petr Cyhelsky 2013-01-04 12:38:51 UTC
Created attachment 129889 [details]
screenshot
Comment 3 Milos Kleint 2013-01-04 12:41:02 UTC
I suppose this is related to the ergonomics feature, see snippet from log file:

WARNING [org.netbeans.modules.project.ui.ProjectsRootNode]: Warning - project of class org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject in /space/profiler-main/profiler.selector.api failed to supply a LogicalViewProvider in its lookup
WARNING [org.netbeans.modules.project.ui.ProjectsRootNode]: Warning - project of class org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject in /space/profiler-main/profiler.selector.ui failed to supply a LogicalViewProvider in its lookup
WARNING [org.netbeans.modules.project.ui.ProjectsRootNode]: Warning - project of class org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject in /space/profiler-main/profiler.snaptracer failed to supply a LogicalViewProvider in its lookup
WARNING [org.netbeans.modules.project.ui.ProjectsRootNode]: Warning - project of class org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject in /space/profiler-main/profiler.stp failed to supply a LogicalViewProvider in its lookup
WARNING [org.netbeans.modules.project.ui.ProjectsRootNode]: Warning - project of class org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject in /space/profiler-main/profiler.utilities failed to supply a LogicalViewProvider in its lookup

reassigning for evaluation
Comment 4 Jaroslav Tulach 2013-01-24 11:14:18 UTC
Looks like ergonomics problem. But if it is random, it is hard to tell what is wrong.

Try to run with more detailed ergonomics logging enabled on, please:

-J-Dorg.netbeans.modules.ide.ergonomics.level=FINE