In Progress
Status Update
Comments
an...@google.com <an...@google.com> #2
This appears to be due to a bug in the IntelliJ platform's XML DOM API system.
Bugjuggler:
bu...@google.com <bu...@google.com> #3
Hi. I've received your bug and will wait for https://youtrack.jetbrains.com/issue/IJPL-157463 to be resolved and then assign the bug to andymagee.
Description
Discovered while fixing b/213256139 .
The manifest can have queries such as:
According to documentation , this
<intent>
must have exactly one<action>
element.With commit a510ab2 , the
<action>
element is marked as@Required
and an error is shown when it is missing. But there is no error if multiple<action>
tags are added.