Bug 228193 - [formatter] Javadoc comments are still formatted using JavaDocRegion!
Summary: [formatter] Javadoc comments are still formatted using JavaDocRegion!
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.4 M7   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-22 09:09 EDT by Benno Baumgartner CLA
Modified: 2008-04-29 11:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2008-04-22 09:09:05 EDT
I20080415-1646

Found this in the log:
!ENTRY org.eclipse.jdt.core 2 0 2008-04-22 10:22:48.826
!MESSAGE WARNING: Javadoc comments are still formatted using JavaDocRegion!
WARNING: Javadoc comments are still formatted using JavaDocRegion!

What does that mean? What can I do about it?
Comment 1 Frederic Fusier CLA 2008-04-22 10:13:15 EDT
This is just a warning telling you that you're still using the "old" comments formatter. This is currently normal as it is not activated by default.

I'm working hard to enable it before M7...
Comment 2 Markus Keller CLA 2008-04-22 11:03:56 EDT
You should not release debug messages when they are not directed at the user (especially not with an exclamation mark at the end!-).
Either make it conditional on some jdt.core debug option, or at least log it with a stack trace.
Comment 3 Frederic Fusier CLA 2008-04-23 06:19:54 EDT
Released for 3.4M7 in HEAD stream while releasing patch for block comments on bug 227043...
Comment 4 Kent Johnson CLA 2008-04-29 11:26:37 EDT
Verified for 3.4M7 using I20080429-0100