Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Tools / October 2003

Tip: Looking for answers? Try searching our database.

Javadoc error: unclosed comment

Thread view: 
Kai Fabian - 10 Oct 2003 09:47 GMT
Hello,

my Javadoc script aborts with the following message:

TPanelOrtAdressdaten.java:329: unclosed comment
//  @jve:visual-info  decl-index=0 visual-constraint="10,10"

Whats going wrong? I cannot understand this behavior... please help. I
think the comment was insertet by an visual tool, so I can't remove
it...

Many thanks
 Kai
John C. Bollinger - 10 Oct 2003 15:32 GMT
> Hello,
>
[quoted text clipped - 6 lines]
> think the comment was insertet by an visual tool, so I can't remove
> it...

I don't see anything wrong with that line, but the problem could be on
the previous or next line.  It is possible that javadoc is buggy, and is
trying to parse a javadoc tag there even though it doesn't look like
it's in a documentation comment.  I wouldn't count on that, though.  If
that _is_ inside a documentation comment then javadoc might not like the
"//".

If you can't figure it out then you'll need to post a larger section of
code to get much help.  And you certainly _can_ remove that line if it
is a problem; it's just a comment as far as Java is concerned, no matter
what significance it might have to some other tool.  You may need to use
a standard text editor instead of whichever IDE you normally use.
Personally, I'd dump the IDE in an instant if I found that it was
breaking my code.

If all else fails you could try reading the documentation:

    http://java.sun.com/j2se/javadoc/

Regards,

John Bollinger
jobollin@indiana.edu


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.