View | Details | Raw Unified | Return to bug 309903 | Differences between
and this patch

Collapse All | Expand All

(-)rootfiles/readme/readme_eclipse.html (+8 lines)
Lines 1246-1251 Link Here
1246
may wish to turn off <b>Enable processing in editor</b> on the <b>Java Compiler &gt; Annotation Processing</b> properties
1246
may wish to turn off <b>Enable processing in editor</b> on the <b>Java Compiler &gt; Annotation Processing</b> properties
1247
page of your Java project.</p>
1247
page of your Java project.</p>
1248
1248
1249
<h4>Using a Java source folder as a class folder for another project</h4>
1250
<p>The Java indexing is currently screwed up when a folder is used both as a source folder
1251
in a project and as a class folder in another project. Hence, when this peculiar setup is
1252
used, the Java Search might miss matches located in such a folder.</p>
1253
<p>So, to avoid this kind of problem, it's strongly advised to use different
1254
folders for sources and binary classes...</p>
1255
<p>Please see bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=309903">309903</a>
1256
for more details on this issue.</p>
1249
1257
1250
<h3>3.4 <a name="I-PDE">Plug-in Development Environment (PDE)</a></h3>
1258
<h3>3.4 <a name="I-PDE">Plug-in Development Environment (PDE)</a></h3>
1251
<h4>Feature manifest editor does not preserve all comments</h4>
1259
<h4>Feature manifest editor does not preserve all comments</h4>

Return to bug 309903