mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
check unresolved references in a dedicated XmlUnresolvedReferenceInspection GitOrigin-RevId: d54b7a0b933c33c8656726c84a9611c97c1268ff
14 lines
739 B
XML
14 lines
739 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<AnchorPane xmlns:fx="http://javafx.com/fxml">
|
|
<children>
|
|
<AnchorPane AnchorPane.leftAnchor="0.0" <error descr="Attribute AnchorPane.leftAnchor1 is not allowed here">AnchorPane.<error descr="Cannot resolve symbol 'leftAnchor1'">leftAnchor1</error></error>="0.0">
|
|
<AnchorPane.bottomAnchor>200</AnchorPane.bottomAnchor>
|
|
<<error descr="Element AnchorPane1.bottomAnchor is not allowed here">AnchorPane1.bottomAnchor</error>>200</<error descr="Element AnchorPane1.bottomAnchor is not allowed here">AnchorPane1.bottomAnchor</error>>
|
|
<GridPane.rowIndex>0</GridPane.rowIndex>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|