Lieven De Foor

Results 12 issues of Lieven De Foor

Private members of a class are "class private" in ABL (vs "object/instance private"). This means a Class "Person" can e.g. have a private variable "Name" that is accessible from outside...

False positive

When writing ``` FIND Order WHERE ... NO-LOCK. IF AVAILABLE Order THEN ... ``` Sonar should warn for a missing NO-ERROR, as the IF AVAILABLE will not be executed in...

CABL

Hi, Has anyone gotten OEUnit working from within Developer Studio/Eclipse of OE12.2? Created the toolbar button/menu item as per the instructions, but nothing happens when clicking it... Guess we'll have...

In your guidelines you're using Hungarian notation (adding a prefix to variables to indicate their type). This is a practice that has long been rendered obsolete and counter productive. Why...

Hi, First of all thanks for creating this integration! When turning off the integration the original setpoint of my controller is not correctly restored and I think I know why...

Hi, I'm wondering if the integration applies a fixed calculated setpoint or recalculates the temperature difference between the zones and the controller periodically to change to an optimal setpoint. When...

Tested by warming up the temperature sensor, verified override changes in debug logging. Not 100% sure about the isinstance check copied from if statement above, but it seems to work...

According to https://gathering.tweakers.net/forum/list_messages/2285226 the net capacity of the HomeWizard plug-in battery is 8% less than the advertised capacity of 2.7kWh (2.688kWh), which is 2.473kWh

Hi, A cool feature would be to introduce an "installation date" and use existing historical data from energy import and export to generate simulated use from the installation date until...

The following snippet: ``` Available targets (default target: build) and dependencies: - build - package - package-pl - compile - create-dbs - create-db - package-resources ``` is displayed as: ```...