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

Summary: Support additional javadoc annotations @apiNote, @implSpec and @implNote (JDK8)
Product: java Reporter: markiewb
Component: SourceAssignee: Svata Dedic <sdedic>
Status: VERIFIED FIXED    
Severity: normal CC: mmirilovic
Priority: P2    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Shows the issue

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