Opened 6 years ago
Closed 4 years ago
#5324 closed defect (fixed)
Incorrect final detected by NF?
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | blocker | Milestone: | 1.17.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check Buildings.Fluid.HeatExchangers.DXCoils.WaterCooled.Examples.SingleSpeed.
The following error is reported:
[Buildings latest/Fluid/HeatExchangers/DXCoils/BaseClasses/PartialDXCoil.mo:40:5-40:18:writable] Notification: From here: [Buildings latest/Fluid/HeatExchangers/DXCoils/BaseClasses/PartialWaterCooledDXCoil.mo:172:11-172:111:writable] Error: Trying to override final element datCoi with modifier '= datCoi'.
The base class does not have any final
prefix on datCoi
. Do I miss something?
Change History (2)
comment:1 by , 6 years ago
Priority: | high → blocker |
---|
comment:2 by , 4 years ago
Milestone: | 2.0.0 → 1.17.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This issue seems to be resolved in 1.17.0. Now the frontend fails for some other reason.