﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4153	Diff algorithm failure	Martin Sjölund	Martin Sjölund	"Diff algorithm fails for the following example (should just be changing a text annotation in OMEdit)
{{{
diffModelicaFileListings(""within Modelica_DeviceDrivers.EmbeddedTargets.AVR.Blocks;\nblock Microcontroller \""Use as an inner block, defining the characteristics of the AVR microcontroller\""\n  import Modelica.SIunits;\n  import Modelica_DeviceDrivers;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Types;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Constants;\n  extends Modelica_DeviceDrivers.Utilities.Icons.GenericIC;\n  parameter Types.Platform platform annotation(Evaluate=true);\n  parameter SIunits.Frequency cpuFrequency = Constants.frequencyLookup[platform] \""Default frequency is the platform default (can be modified)\"" annotation(Evaluate=true);\nannotation(defaultComponentName = \""mcu\"", missingInnerMessage = \""Missing inner block for AVR microcontroller (this cannot have default values since the microcontrollers are all different).\"");\n  annotation(Icon(graphics = {Text(origin = {32, -3}, lineColor = {255, 255, 255}, extent = {{-44, 19}, {-20, -13}}, textString = \""AVR\"", fontSize = 70, fontName = \""Arial\"", textStyle = {TextStyle.Bold})}, coordinateSystem(initialScale = 0.1)));\nend Microcontroller;"", ""within Modelica_DeviceDrivers.EmbeddedTargets.AVR.Blocks;\n\nblock Microcontroller \""Use as an inner block, defining the characteristics of the AVR microcontroller\""\n  import Modelica.SIunits;\n  import Modelica_DeviceDrivers;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Types;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Constants;\n  extends Modelica_DeviceDrivers.Utilities.Icons.GenericIC;\n  parameter Types.Platform platform annotation(Evaluate = true);\n  parameter SIunits.Frequency cpuFrequency = Constants.frequencyLookup[platform] \""Default frequency is the platform default (can be modified)\"" annotation(Evaluate = true);\n  import Modelica.SIunits;\n  import Modelica_DeviceDrivers;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Types;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Constants;\n  extends Modelica_DeviceDrivers.Utilities.Icons.GenericIC;\n  parameter Types.Platform platform annotation(Evaluate = true);\n  parameter SIunits.Frequency cpuFrequency = Constants.frequencyLookup[platform] \""Default frequency is the platform default (can be modified)\"" annotation(Evaluate = true);\n  import Modelica.SIunits;\n  import Modelica_DeviceDrivers;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Types;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Constants;\n  extends Modelica_DeviceDrivers.Utilities.Icons.GenericIC;\n  parameter Types.Platform platform annotation(Evaluate = true);\n  parameter SIunits.Frequency cpuFrequency = Constants.frequencyLookup[platform] \""Default frequency is the platform default (can be modified)\"" annotation(Evaluate = true);\n  import Modelica.SIunits;\n  import Modelica_DeviceDrivers;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Types;\n  import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Constants;\n  extends Modelica_DeviceDrivers.Utilities.Icons.GenericIC;\n  parameter Types.Platform platform annotation(Evaluate = true);\n  parameter SIunits.Frequency cpuFrequency = Constants.frequencyLookup[platform] \""Default frequency is the platform default (can be modified)\"" annotation(Evaluate = true);\n  annotation(Icon(graphics = {Text(origin = {32, -3}, lineColor = {255, 255, 255}, extent = {{-44, 19}, {-20, -13}}, textString = \""AVR\\n%platform\"", fontSize = 70, fontName = \""Arial\"", textStyle = {TextStyle.Bold})}, coordinateSystem(initialScale = 0.1)), defaultComponentName = \""mcu\"", missingInnerMessage = \""Missing inner block for AVR microcontroller (this cannot have default values since the microcontrollers are all different).\"");\nend Microcontroller;"", OpenModelica.Scripting.DiffFormat.plain)
}}}"	defect	closed	critical	1.12.0	Parser		fixed		Adeel Asghar
