View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004882 | NoesisGUI | C++ SDK | public | 2026-03-10 17:39 | 2026-03-16 10:57 |
| Reporter | FrancoisRecisio | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.2.12 | ||||
| Summary | 0004882: BaseCollection::Count could be unsigned | ||||
| Description | Hello! Is there a reason why the Count method is signed (when the value is not)?
| ||||
| Platform | Any | ||||
|
I think this is because IList in C# has So probably the right thing here would be changing mSize to Are you having warnings about this? |
|
|
Yes (but the warnings are on my side), I was cleaning up the signed and unsigned integer comparisons (in the for loops for example). It's not a big problem, but I was wondering why Count was signed, especially since all the other BaseCollection methods use unsigned indexes. |
|
|
Having a look at |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-03-10 17:39 | FrancoisRecisio | New Issue | |
| 2026-03-10 17:59 | jsantos | Assigned To | => sfernandez |
| 2026-03-10 17:59 | jsantos | Status | new => assigned |
| 2026-03-10 18:00 | jsantos | Note Added: 0012018 | |
| 2026-03-10 18:00 | jsantos | Status | assigned => feedback |
| 2026-03-10 18:00 | jsantos | Note Edited: 0012018 | |
| 2026-03-10 18:00 | jsantos | Note Edited: 0012018 | |
| 2026-03-11 11:02 | FrancoisRecisio | Note Added: 0012020 | |
| 2026-03-11 11:02 | FrancoisRecisio | Status | feedback => assigned |
| 2026-03-11 11:02 | FrancoisRecisio | Note Edited: 0012020 | |
| 2026-03-11 11:16 | jsantos | Description Updated | |
| 2026-03-16 10:56 | jsantos | Note Added: 0012045 | |
| 2026-03-16 10:57 | jsantos | Note Edited: 0012045 |