Arch: Avoid dictionary.keys() where possible (#10159) #176
Annotations
12 errors and 38 warnings
|
|
src/Mod/AddonManager/addonmanager_devmode_add_content.py#L606
Instance of 'CommandAddonManager' has no 'allowed_packages' member (no-member)
|
src/Mod/Arch/ArchCommands.py#L307
The raise statement is not inside an except clause (misplaced-bare-raise)
|
src/Mod/Arch/ArchCommands.py#L312
The raise statement is not inside an except clause (misplaced-bare-raise)
|
src/Mod/Arch/ArchComponent.py#L1372
Access to member 'meshnode' before its definition line 1395 (access-member-before-definition)
|
src/Mod/Arch/ArchComponent.py#L1373
Access to member 'meshnode' before its definition line 1395 (access-member-before-definition)
|
src/Mod/Arch/ArchComponent.py#L1948
Instance of 'ComponentTaskPanel' has no 'treeBase' member (no-member)
|
src/Mod/Arch/ArchComponent.py#L1949
Instance of 'ComponentTaskPanel' has no 'treeAdditions' member (no-member)
|
src/Mod/Arch/ArchComponent.py#L1950
Instance of 'ComponentTaskPanel' has no 'treeSubtractions' member (no-member)
|
src/Mod/Arch/ArchComponent.py#L1951
Instance of 'ComponentTaskPanel' has no 'treeObjects' member (no-member)
|
src/Mod/Arch/ArchComponent.py#L1952
Instance of 'ComponentTaskPanel' has no 'treeAxes' member (no-member)
|
src/Gui/Language/FreeCAD_de.ts#L3468
im Grafikspeicher und nicht im Systemspeicher liegen und somit direkt durch die GPU gerendert werden können. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_de.ts#L3482
Es stehen 3 Optionen zur Verfügung: <-- trailing whitespace
|
src/Gui/Language/FreeCAD_de.ts#L6412
<translation>%1. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_es-AR.ts#L2458
<translation>'%1' <-- trailing whitespace
|
src/Gui/Language/FreeCAD_es-AR.ts#L3473
pueden ser renderizados directamente por GPU. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_es-AR.ts#L3489
Hay 3 opciones disponibles para lograr esto: <-- trailing whitespace
|
src/Gui/Language/FreeCAD_es-AR.ts#L5332
<translation>Pulse 'Empezar Recuperación' para iniciar el proceso de recuperación del documento indicado a continuación. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_fr.ts#L5238
<translation>Liste des derniers calculs utilisés <-- trailing whitespace
|
src/Gui/Language/FreeCAD_ko.ts#L3399
<translation>주 좌표계 표현의 크기 <-- trailing whitespace
|
src/Gui/Language/FreeCAD_sl.ts#L3209
<translation>Ko pride do dnevniškega sporočila, bo pri prikazovanju zapisa postalo na zaslonu <-- trailing whitespace
|
src/Mod/Arch/ArchCommands.py#L1
would reformat src/Mod/Arch/ArchCommands.py
|
src/Mod/Arch/ArchComponent.py#L1
would reformat src/Mod/Arch/ArchComponent.py
|
src/Mod/Arch/ArchIFC.py#L1
would reformat src/Mod/Arch/ArchIFC.py
|
src/Mod/Arch/ArchIFCView.py#L1
would reformat src/Mod/Arch/ArchIFCView.py
|
src/Mod/Arch/ArchReference.py#L1
would reformat src/Mod/Arch/ArchReference.py
|
src/Mod/Arch/ArchMaterial.py#L1
would reformat src/Mod/Arch/ArchMaterial.py
|
src/Mod/Arch/importDAE.py#L1
would reformat src/Mod/Arch/importDAE.py
|
src/Mod/Arch/importIFC.py#L1
would reformat src/Mod/Arch/importIFC.py
|
src/Mod/Arch/exportIFC.py#L1
would reformat src/Mod/Arch/exportIFC.py
|
src/Mod/Arch/importIFCHelper.py#L1
would reformat src/Mod/Arch/importIFCHelper.py
|
src/Mod/Arch/ArchCommands.py#L103
Line too long (116/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L147
Line too long (129/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L254
Line too long (110/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L558
Line too long (107/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L560
Line too long (102/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L562
Line too long (103/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L595
Line too long (112/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L596
Line too long (109/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L611
Line too long (108/100) (line-too-long)
|
src/Mod/Arch/ArchCommands.py#L670
Unnecessary parens after 'not' keyword (superfluous-parens)
|
src/Gui/Application.cpp#L2145
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
|
src/Gui/Application.cpp#L2146
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
|
src/Gui/Application.cpp#L2348
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
src/Gui/DAGView/DAGModel.cpp#L1088
(&contextMenu, this, SLOT(editingStartSlot())); //const hack. <--Consider using Functor-Based Connections
|
src/Gui/Tree.cpp#L870
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
|
src/Mod/AddonManager/addonmanager_devmode_add_content.py#L267
# DIALOG SLOTS <--Consider using Functor-Based Connections
|
src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp#L77
QAction* constr_##FUNC = menu.addAction(icon_##FUNC, tr(NAMESTR), this, SLOT(FUNC())); \
|
src/Mod/Sketcher/Gui/TaskSketcherElements.cpp#L95
QAction* constr_##FUNC = menu.addAction(icon_##FUNC, tr(NAMESTR), this, SLOT(FUNC())); \
|
The logs for this run have expired and are no longer available.
Loading