Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
e8c26eaa
Commit
e8c26eaa
authored
Mar 19, 2013
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Defend against null identifier
parent
d9b53a3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/core/model/ocarina-analyzer-aadl-naming_rules.adb
src/core/model/ocarina-analyzer-aadl-naming_rules.adb
+4
-1
No files found.
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
Markdown
is supported
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