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 - code hinting error
Summary: code hinting error
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-21 00:04 UTC by page3131
Modified: 2016-09-21 00:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This shows a test class in Netbeans with the errors. (193.13 KB, image/jpeg)
2016-09-21 00:04 UTC, page3131
Details

Note You need to log in before you can comment on or make changes to this bug.
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(){}
}