Community
Participate
Working Groups
Currently, the jdt_api_options file and the javadoc of JavaCore#VERSION_1_7 have a note implying that compiler does not support 1.7 currently. (HEAD) This note should be removed when 1.7 support is done. Other documentation regarding new options/APIs introduced for java 7 support should also be updated.
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.