vralfy / phpcsmd

Netbeans plugin to report code measurements generated by phpcs, phpmd, phpcpd and pdepend as Tasks and Annotations
27 stars 6 forks source link

First file on start up is not annotated #18

Open vralfy opened 11 years ago

vralfy commented 11 years ago

The first file which was opened by Netbeans on startup is scanned but not annotated. The problem:

cookie.getLineSet().getLines().size()

is 0 until the file is fully loaded.