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

Summary: Spellchecker should temporarily accept a method's param names within the scope of that method's javadoc
Product: editor Reporter: janicki <janicki>
Component: SpellcheckerAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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!