[
https://issues.apache.org/jira/browse/NETBEANS-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16659223#comment-16659223
]
Cyril VERLOOP commented on NETBEANS-1507:
-----------------------------------------
Sorry, i wasn't very clear. My XML output looks fine. It reports me the same
errors as PHPStan on the console.
When i click on the "Inspect" button on the "Inspector" dialog box :
* the xml is generated in "Output" window;
* the exception dialog box appears with the message given in the attached
details.log;
* the "Inspect" dialog box stays open and the "Inspect" button is disabled.
The XML structure generated :
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle>
<file name="filename.php">
<error line="5" column="1" severity="error" message="error message" />
<error line="7" column="1" severity="error" message="error message" />
</file>
</checkstyle>
{code}
> PHPStan emty inspector Window
> -----------------------------
>
> Key: NETBEANS-1507
> URL: https://issues.apache.org/jira/browse/NETBEANS-1507
> Project: NetBeans
> Issue Type: Bug
> Reporter: Cyril VERLOOP
> Priority: Minor
> Attachments: details.log
>
>
> On build 880, an exception is thrown while inspecting with PHPStan (see
> details.log attached).
> The "Output" window shows the xml report (not really useful to me) and the
> "Inspector" window is now empty.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists