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 268126

Summary: code hinting error
Product: ide Reporter: page3131
Component: UIAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: This shows a test class in Netbeans with the errors.

Description page3131 2016-09-21 00:04:41 UTC
Created attachment 162143 [details]
This shows a test class in Netbeans with the errors.

In code hinting it thinks that the methods are defined in the class comments.
/**
 * @method void test1() // This method is throwing a red underline error
 **/
class TestClass
{
  public function test1(){}
}