This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249793 - Support additional javadoc annotations @apiNote, @implSpec and @implNote (JDK8)
Summary: Support additional javadoc annotations @apiNote, @implSpec and @implNote (JDK8)
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 21:04 UTC by markiewb
Modified: 2015-02-26 11:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (46.20 KB, image/png)
2015-01-13 21:04 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2015-01-13 21:04:11 UTC
Created attachment 151492 [details]
Shows the issue

* open StringJoiner (it has a @apiNote annotation in javadoc)
* press F2 to open the javadoc popup

ACTUAL: Tags like @apiNote, @implSpec and @implNote are ignored and its content is not shown
EXPECTED: Content of @apiNote, @implSpec and @implNote is shown

See also 
https://youtrack.jetbrains.com/issue/IDEA-134642
https://youtrack.jetbrains.com/issue/IDEA-128304
Comment 1 Ralph Ruijs 2015-01-28 15:13:46 UTC
changeset:   448f95c95927
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Wed Jan 28 16:09:25 2015 +0100
summary:     #249793 - Support additional javadoc annotations @apiNote, @implSpec and @implNote (JDK8)
Comment 2 Quality Engineering 2015-01-29 04:16:01 UTC
Integrated into 'main-silver', will be available in build *201501290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/448f95c95927
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #249793 - Support additional javadoc annotations @apiNote, @implSpec and @implNote (JDK8)
Comment 3 Marian Mirilovic 2015-02-24 13:47:58 UTC
This is a candidate for NB 8.0.2 Patch 1 , so please integrate the bugfix into releases/release801 branch today by 10pm CET, for more information see 
http://wiki.netbeans.org/NetBeansPatchesProcess
Comment 4 Svata Dedic 2015-02-24 15:37:17 UTC
backported as changeset 6b6d063bac42 into branch release801
Comment 5 Jiri Prox 2015-02-25 12:54:14 UTC
verified in trunk