| Summary: | More F1 help needed for Null analysis preference page | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Dani Megert <daniel_megert> |
| Component: | Doc | Assignee: | Markus Keller <markus.kell.r> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert, markus.kell.r, stephan.herrmann |
| Version: | 3.8 | Keywords: | Documentation |
| Target Milestone: | 3.8 RC4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 366014 | ||
| Bug Blocks: | |||
|
Description
Dani Megert
I'm currently doing the final polish on the N&N entry for null annotations
and can't seem to find any help how to add the annotations jar to a project
as of yet.
Is this bug going to deliver that documentation?
I would like to link that section also from
tasks/task-using_null_annotations.htm
I didn't have a concrete plan yet, and I don't think there's any doc about setup yet. Could we add this right into task-using_null_annotations.htm? The text would tell: - where the annotation.jar is (eclipse/plugins/org.eclipse.jdt.annotation_*.jar) - that the annotation.jar needs to be on the build path at compile time but is not necessary at run time - that there are 2 quick fixes on unresolved references to one of the annotations: - for OSGi bundles, the annotations jar is added to the build path - for plain Java projects, the jar is copied into the project and added to the build path I can do that if you're not working on task-using_null_annotations.htm (or just tell me when you're done or if I should just add screenshots of the quick fixes). (In reply to comment #2) > Could we add this right into task-using_null_annotations.htm? > The text would tell: > - where the annotation.jar is > (eclipse/plugins/org.eclipse.jdt.annotation_*.jar) > - that the annotation.jar needs to be on the build path at compile time but is > not necessary at run time > - that there are 2 quick fixes on unresolved references to one of the > annotations: > - for OSGi bundles, the annotations jar is added to the build path > - for plain Java projects, the jar is copied into the project and added to > the build path sound good. > I can do that if you're not working on task-using_null_annotations.htm (or just > tell me when you're done or if I should just add screenshots of the quick > fixes). please go ahead. I don't have any further plans editing that page. Looks good. I just added the new section to the toc (to be consistent with other sections on this page). Pushed with commit b68524acefa12e0cf4d44d87c8149b1b050b74bd. Hope this will be picked up into integration by someone? |