Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] How to work with code defects?

Hi,
how to work with code defects you stumble upon?
I worked a bit through the source code to understand a certain part of equinox.
Shall i fill a bug, even if its only a small bug, like checking string equality with ==, and add a patch?
How to work with bigger defects, like
- incorrect synchronization,
- different pitfalls with equals/hascode contracts,
- overflowing integers?

Florian Over



Back to the top