BSL175 — Deprecated 8.3.12 platform features.¶
Summary¶
Deprecated 8.3.12 platform features.
Identifiers¶
| Field | Value |
|---|---|
| Rule code | BSL175 |
| Compatible alias | DeprecatedAttributes8312 |
| Severity | INFORMATION |
| Enabled by default | Yes |
| Implemented | Yes |
| Tags | deprecated, compatibility |
Behavior¶
- The public identifier
BSL175and aliasDeprecatedAttributes8312are stable. - The rule reports the cases documented on this page.
- Suppressions and project configuration are applied before publication.
- The rule requires neither an external analyzer nor network access.
Configuration and suppression¶
BSL### is the primary stable identifier. The compatible alias is accepted
in select, ignore, and compatible block suppression comments.
All three suppression families support both a current line and a range. When an opening comment follows code, it affects only that line. Use any one form:
noqa:
bsl-disable:
- compatible
BSLLSform:
When the same opening comment is on a line by itself, it starts a range. Close it with the matching marker from the same family:
// noqa: BSL175
// code without this diagnostic
// noqa-enable: BSL175
// bsl-disable: BSL175
// code without this diagnostic
// bsl-enable: BSL175
// BSLLS:DeprecatedAttributes8312-off
// code without this diagnostic
// BSLLS:DeprecatedAttributes8312-on
To disable the rule until the end of the file, omit the closing
noqa-enable, bsl-enable, or BSLLS:…-on marker.
Opening and closing markers must belong to the same family.
Description¶
The following items are deprecated and their use is not recommended since platform version 8.3.12:
- For the system enumeration
ChildFormItemsGroupimplemented the valueAlwaysHorizontal, the valueChildFormItemsGroup.Horizontalis deprecated ChartLabelsOrientationsystem enum is no longer available. Actual variant isChartLabelsOrientation-
The following properties and methods of Chart object are obsolete and not recommended for use:
-
ColorPalette; GradientPaletteStartColor;GradientPaletteEndColor;GradientPaletteMaxColors;GetPalette();-
SetPalette(). -
Names of properties of the object
ChartPlotArea: -
ShowScale ScaleLines-
ScaleColor -
Properties of
ChartPlotAreaobject are obsolete, not recomended for use and supported only for backward compatibility: ShowSeriesScaleLabels- it is recommended to useSeriesScale.ScaleLabelLocationShowPointsScaleLabels- it is recommended to usePointsScale.ScaleLabelLocationShowValuesScaleLabels- it is recommended to useValuesScale.ScaleLabelLocationShowScaleValueLines- it is recommended to useValuesScale.GridLinesShowModeValueScaleFormat- it is recommended to useValuesScale.LabelFormat-
LabelsOrientation- it is recommended to usePointsScale.LabelOrientation -
The
ShowLegendandShowTitleproperties of theChart,GanttChart,PivotChartobjects are deprecated and deprecated for use - Global context method
ClearEventLog()is deprecated and only applicable to logs that haveSQLiteformat
Sources¶
Source: Platform 8.3.12 changelog (RU)