Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-pmc] Re: [dtp-dev] Petition to delay RC1 promotion

> There is a problem in the 12/1 build of DTP requiring a "Refresh" in the
> DSE when creating/deleting connection profiles:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=166522
>
> This is an embarrassingly bad regression and I am very disappointed to
see
> it!
>

This was my fault.  I changed a line of code in the profile refresh logic.

Was: viewer.refresh()
Now: viewer.refresh(affectedProfile)

I did not think this was a breaking change.  I am in the process of
investigating why this is not behaving correctly and will create a BZ entry
against that code, if necessary.  In the meantime, Brian has reverted the
code back to its initial state.

Sincerest apologies,
Rob



Back to the top