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 267762

Summary: Short diplay comments folding
Product: php Reporter: amobilia
Component: EditorAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

Description amobilia 2016-08-30 03:32:06 UTC
Code example :
-----
<?php

/**
 * Test 1
 */
/* Test 2
*/
-----

Collapse 1st comment, is displayed "/** Test 1 ...3 lines */"

Collapse 2nd comment, is displayed "/*...2 lines */"

=> Expected : first line of the 2nd comment to be displayed too (as for the first comment)