You need to log in before you can comment on or make changes to this bug.
Currently, Tools | Plugins | Installed lists "Java Profiler (OQL Language Support)" as a separate item. This does not look like an item that needs to be shown separately. Please hide it, by either making it eager, or adding it to another kit. After any change in the list of modules, please change the golden file in ide.kit/test/qa-functional/data/permanentUI/plugins/installed-plugins.txt, and make sure the corresponding test in commit validation (org.netbeans.test.editor.GeneralSanityTest#testInstalledPlugins) passes.
The module has been eager from start - I will need to hide it explicitely. Is the golden file change necessary even if I hide the module? If it is I will need to wait with the fix till the golden file gets to main-golden.
> Is the golden file change necessary even if I hide the module? Yes. You need to remove the corresponding line in the golden file. > If it is I will need to wait with the fix till the golden file gets to main-golden. You should not need to - are you working with the profiler-main repository? Changes to team repositories should be sync'ed from main-silver (and this change is already in main-silver). How do you sync changes into your repository, is there an automated job?
The OQL Language Support module is now hidden. However, I was not able to find the corresponding line in the golden file so I didn't change anything there. The fix: http://hg.netbeans.org/profiler-main/rev/b87ebfe2f60d
The correct changeset is http://hg.netbeans.org/profiler-main/rev/7ead0519006c
Thanks. I think the correct changeset is this: http://hg.netbeans.org/profiler-main/rev/7ead0519006c You are right about the golden file - looks like a problem with the test. I think nothing else is needed.
Integrated into 'main-golden', will be available in build *200904080201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main-golden/rev/7ead0519006c User: Jaroslav Bachorik <yardus@netbeans.org> Log: #161349 - hiding the OQL language support module
Integrated into 'main-golden', will be available in build *200904081400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main-golden/rev/7ead0519006c User: Jaroslav Bachorik <yardus@netbeans.org> Log: #161349 - hiding the OQL language support module
marking verified