Community
Participate
Working Groups
I20100520-1744 1. Install org.eclipse.ua.tests 2. Insert the lines below into the plugin customization file and start an infocenter # Filtering by criteria # Set true to enable criteria filtering, otherwise set false org.eclipse.help/enableCriteria=true # List all the supported criteria names, separated by comma org.eclipse.help/supportedCriteria=platform,version,containsLetter 3. Create a scope with all topics selected and under the criterion "Topic contains letter" check "letter v" The four books which contain developer or development in the title show 4. Expand Platform Plug-in developer guide Loading ... please wait shows and no children load The problem is that no child topics satisfy the criterion. In this case "Platform Plug-in developer guide" should not have been shown because the toc does not have an href and no children satisfy the criteria.
I am targeting 3.6.1 because this does not meet the RC3 requirement for a serious bug.
Created attachment 171319 [details] Patch I reviewed the code and added more JUnit tests, there was a similar problem with topics.
Patch applied to 3.6 maintenance stream, Fixed.