﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5565	OMEdit generates bogus warnings about missing inner declarations when opening MultiBody models	Francesco Casella	Adrian Pop	"Steps to reproduce: 
- Start OMEdit
- Open Modelica.Multibody.Examples.Elementary.SpringDamperSystem

The following warnings are reported 
{{{
[1] 22:59:19 Translation Warning
[Modelica.Mechanics.MultiBody.Parts: 765:5-765:51]: An inner declaration for outer component world could not be found and was automatically generated.

[2] 22:59:20 Translation Warning
[Modelica.Mechanics.MultiBody.Parts: 215:5-215:51]: An inner declaration for outer component world could not be found and was automatically generated.

[3] 22:59:20 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 416:5-416:51]: An inner declaration for outer component world could not be found and was automatically generated.

[4] 22:59:20 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 416:5-416:51]: An inner declaration for outer component world could not be found and was automatically generated.

[5] 22:59:20 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: An inner declaration for outer component world could not be found and was automatically generated.

[6] 22:59:21 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: An inner declaration for outer component world could not be found and was automatically generated.

[7] 22:59:21 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: An inner declaration for outer component world could not be found and was automatically generated.

[8] 22:59:21 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: An inner declaration for outer component world could not be found and was automatically generated.

[9] 22:59:21 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: An inner declaration for outer component world could not be found and was automatically generated.

[10] 22:59:21 Translation Warning
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: An inner declaration for outer component world could not be found and was automatically generated.
}}}
The following notifications are also reported:
{{{
[1] 22:59:19 Translation Notification
[Modelica.Mechanics.MultiBody.Parts: 765:5-765:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[2] 22:59:20 Translation Notification
[Modelica.Mechanics.MultiBody.Parts: 215:5-215:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[3] 22:59:20 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 416:5-416:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[4] 22:59:20 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 416:5-416:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[5] 22:59:20 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[6] 22:59:21 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[7] 22:59:21 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[8] 22:59:21 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[9] 22:59:21 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.

[10] 22:59:21 Translation Notification
[Modelica.Mechanics.MultiBody.Interfaces: 285:5-285:51]: The diagnostics message for the missing inner is: No ""world"" component is defined. A default world
component with the default gravity field will be used
(g=9.81 in negative y-axis). If this is not desired,
drag Modelica.Mechanics.MultiBody.World into the top level of your model.
}}}
These messages are totally bogus, since the model indeed contains an {{{inner World world}}} declaration. As usual, this gives an impression of overall sloppiness.

Is it possible to get rid of them?"	defect	closed	blocker	1.14.0	NF API		fixed		Adrian Pop Per Östlund
