Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
e8c26eaa
Commit
e8c26eaa
authored
Mar 19, 2013
by
yoogx
Browse files
* Defend against null identifier
parent
d9b53a3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/model/ocarina-analyzer-aadl-naming_rules.adb
View file @
e8c26eaa
...
...
@@ -483,7 +483,10 @@ package body Ocarina.Analyzer.AADL.Naming_Rules is
:=
Next_Node
(
List_Node_3
);
end
loop
;
else
if
Name
(
Identifier
(
List_Node_2
))
if
Present
(
Identifier
(
List_Node_2
))
and
then
Name
(
Identifier
(
List_Node_2
))
=
Name_Of_Identifier
then
First_Node
:=
List_Node_2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment