Bug 128954

Summary: Javadoc problems with category CAT_INTERNAL
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipse, frederic_fusier
Version: 3.2   
Target Milestone: 3.2 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Problems with wrong category none

Description Markus Keller CLA 2006-02-22 05:56:19 EST
I20060221-1300

When I switch the Problems view to 'Group By  > Java Problem Type', several Javadoc warnings show up in the 'Fatal Errors' category. They should go into 'Documentation' (category CAT_JAVADOC).
Comment 1 Markus Keller CLA 2006-02-22 05:57:05 EST
Created attachment 35136 [details]
Problems with wrong category
Comment 2 Philipe Mulet CLA 2006-02-23 06:18:44 EST
Are these only deprecation issues in javadoc ?
Comment 3 Markus Keller CLA 2006-02-23 06:37:23 EST
Yes, these are references like
    {@link org.eclipse.jface.text.ITextViewerExtension3}
where the target type is deprecated.

They could also go into the deprecation categoy, I don't really care ...
Comment 4 Philipe Mulet CLA 2006-02-23 07:50:03 EST
Tuned ProblemReporter#getProblemCategory() to handle combined irritant scenario in case of deprecation+javadoc.
Fixed

Added JavadocBugsTest#test128594 & #test128594a
Comment 5 Philipe Mulet CLA 2006-02-23 07:51:11 EST
Deprecation issues inside javadoc will be routed into javadoc category.
Comment 6 Markus Keller CLA 2006-02-23 10:27:59 EST
*** Bug 129161 has been marked as a duplicate of this bug. ***
Comment 7 David Audel CLA 2006-03-27 09:39:09 EST
Verified for 3.2 M6 using build I20060327-0010