Click here to Skip to main content
15,886,006 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Semicolon at the end of a comment line. Pin
dandy7213-Apr-23 7:00
dandy7213-Apr-23 7:00 
GeneralRe: Semicolon at the end of a comment line. Pin
Single Step Debugger13-Apr-23 7:15
Single Step Debugger13-Apr-23 7:15 
GeneralRe: Semicolon at the end of a comment line. Pin
dandy7214-Apr-23 3:57
dandy7214-Apr-23 3:57 
GeneralRe: Semicolon at the end of a comment line. Pin
trønderen13-Apr-23 8:02
trønderen13-Apr-23 8:02 
GeneralRe: Semicolon at the end of a comment line. Pin
Single Step Debugger17-Apr-23 3:10
Single Step Debugger17-Apr-23 3:10 
GeneralRe: Semicolon at the end of a comment line. Pin
trønderen17-Apr-23 6:45
trønderen17-Apr-23 6:45 
GeneralRe: Semicolon at the end of a comment line. Pin
Single Step Debugger17-Apr-23 7:18
Single Step Debugger17-Apr-23 7:18 
GeneralRe: Semicolon at the end of a comment line. Pin
trønderen17-Apr-23 8:54
trønderen17-Apr-23 8:54 
If you are "the development manager in charge", I am surprised that spending half a day, as you told, chasing this bug was your responsibility. But then again, I know nothing about your company.

If this really was your coworkers code, I guess he should have looked at the warning pertaining to his code. If you think that "This is a big system, so neither I as the development manager in charge, nor the developers responsible for a specific module, need to read the warnings - we'll rather complain in network forums about how nasty such bugs are", then I think you got what you deserved.

I have been working on big systems, and I have been responsible for the processing of warnings and errors, suppressing those that are considered 'noise', reporting the significant ones to the developer. I would never, ever, have classified 'Unexpected empty statement' as insignificant noise. I am not familiar with SonarCloud/SonarSource (I just checked the Wikipedia article; that is my first encounter with them). If this system is not capable of drawing your attention to unexpected empty statements, but let it drown in 'a lot of warning generated from the environment, not necessarily a bad code', then I would consider other tools.

I have been working with Coverity; it looks to me as if SonarSource is in the same business. With Coverity, you can indicate for almost any warning that 'This is noise - don't bother me with it'. But you are explicitly presented with every issue at least once, until you say 'Don't bother me with that issue any more'. You may also tell Coverity: "Never bother me with such silly details as unexpected empty statements - they're probably perfectly fine, good code!" In either case: You asked for it. You got it.

Your story does not suggest that SonarSource is a viable alternative to Coverity.
GeneralRe: Semicolon at the end of a comment line. Pin
Alister Morton13-Apr-23 22:45
Alister Morton13-Apr-23 22:45 
GeneralRe: Semicolon at the end of a comment line. Pin
WPerkins13-Apr-23 2:50
WPerkins13-Apr-23 2:50 
GeneralHello, has Windows under gone a change... Pin
glennPattonWork311-Apr-23 23:13
professionalglennPattonWork311-Apr-23 23:13 
GeneralRe: Hello, has Windows under gone a change... Pin
RainHat12-Apr-23 1:23
RainHat12-Apr-23 1:23 
GeneralRe: Hello, has Windows under gone a change... Pin
Richard MacCutchan12-Apr-23 1:23
mveRichard MacCutchan12-Apr-23 1:23 
GeneralRe: Hello, has Windows under gone a change... Pin
glennPattonWork312-Apr-23 2:12
professionalglennPattonWork312-Apr-23 2:12 
GeneralRe: Hello, has Windows under gone a change... Pin
Richard MacCutchan12-Apr-23 2:34
mveRichard MacCutchan12-Apr-23 2:34 
GeneralRe: Hello, has Windows under gone a change... Pin
DerekT-P12-Apr-23 5:51
professionalDerekT-P12-Apr-23 5:51 
GeneralRe: Hello, has Windows under gone a change... Pin
Richard MacCutchan12-Apr-23 5:55
mveRichard MacCutchan12-Apr-23 5:55 
GeneralRe: Hello, has Windows under gone a change... Pin
DerekT-P12-Apr-23 6:32
professionalDerekT-P12-Apr-23 6:32 
GeneralRe: Hello, has Windows under gone a change... Pin
glennPattonWork312-Apr-23 7:39
professionalglennPattonWork312-Apr-23 7:39 
GeneralRe: Hello, has Windows under gone a change... Pin
Richard MacCutchan12-Apr-23 10:14
mveRichard MacCutchan12-Apr-23 10:14 
JokeRe: Hello, has Windows under gone a change... Pin
englebart12-Apr-23 15:31
professionalenglebart12-Apr-23 15:31 
GeneralRe: Hello, has Windows under gone a change... Pin
Richard MacCutchan12-Apr-23 20:39
mveRichard MacCutchan12-Apr-23 20:39 
GeneralRe: Hello, has Windows under gone a change... Pin
dandy7214-Apr-23 5:07
dandy7214-Apr-23 5:07 
GeneralRe: Hello, has Windows under gone a change... Pin
Richard MacCutchan14-Apr-23 5:12
mveRichard MacCutchan14-Apr-23 5:12 
GeneralRe: Hello, has Windows under gone a change... Pin
dandy7214-Apr-23 5:21
dandy7214-Apr-23 5:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.