| Summary: | [1.7][doc] Update doc when java 1.7 support is done | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Ayushman Jain <amj87.iitr> | ||||
| Component: | Core | Assignee: | Ayushman Jain <amj87.iitr> | ||||
| Status: | VERIFIED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | daniel_megert, Olivier_Thomann, srikanth_sankaran | ||||
| Version: | 3.7 | ||||||
| Target Milestone: | 3.7.1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ayushman Jain
For 3.7.1, we will not have full documentation update pass. N & N will capture the highlights. Created attachment 201072 [details]
proposed fix
Fixed the doc for 1.7 support and also removed API filters.
Released in HEAD for 3.8M2 Comment on attachment 201072 [details]
proposed fix
This patch is not good for two reasons:
- it introduces CHKPII errors
- it has unrelated changes to the API filters which causes API Tools errors
Correct fix is in
/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm rev. 1.92.
I've also committed the changes to R3_7_maintenance. (In reply to comment #5) > I've also committed the changes to R3_7_maintenance. Where exactly would this text (not) show up in the help UI ? OIOW, how should I verify this ? (In reply to comment #6) > (In reply to comment #5) > > I've also committed the changes to R3_7_maintenance. > > Where exactly would this text (not) show up in the help UI ? > OIOW, how should I verify this ? I don't get the question? I only fixed bugs in the previous patch. (In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #5) > > > I've also committed the changes to R3_7_maintenance. > > > > Where exactly would this text (not) show up in the help UI ? > > OIOW, how should I verify this ? > > I don't get the question? I only fixed bugs in the previous patch. Help> JDT plugin developer guide> programmer's guide> jdt core> jdt core options (In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #5) > > > I've also committed the changes to R3_7_maintenance. > > > > Where exactly would this text (not) show up in the help UI ? > > OIOW, how should I verify this ? > > I don't get the question? I only fixed bugs in the previous patch. I was asking for the breadcrumb trail to the page where the modification would appear in the help UI. Ayush pointed me to it: JDT Plug-in Developer Guide > Programmer's Guide > JDT Core > JDT Core options Verified for 3.7.1 RC2 using Build id: M20110824-0800. |