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 190726 - Spellchecker should temporarily accept a method's param names within the scope of that method's javadoc
Summary: Spellchecker should temporarily accept a method's param names within the scop...
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-03 01:54 UTC by janicki
Modified: 2016-07-07 11:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description janicki 2010-10-03 01:54:52 UTC
In the following example, "msg" in line #2 is flagged as misspelled.  Also the *second* appearance of "msg" in line# 4.


/**
 * Logs a given msg for you. 
 * 
 * @param msg  The msg to be logged.
 */
private static void log(String msg)
{
  System.out.println(msg);
}


You already smartly ignore the param names in the beginning of @param javadoc lines.
Comment 1 Martin Balin 2016-07-07 07:26:08 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 2 janicki 2016-07-07 11:02:48 UTC
Yes, all noted bugs have been fixed.  Verified with NetBeans IDE Dev Build 201607070002.  Thanks!