Issue Details (XML | Word | Printable)

Key: LOGCXX-32
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Curt Arnold
Reporter: Curt Arnold
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Log4cxx

Missing copy constructors and assignment operators

Created: 22/Oct/04 03:24 PM   Updated: 22/Oct/04 09:40 PM
Return to search
Component/s: None
Affects Version/s: 0.9.7
Fix Version/s: 0.10.0

Time Tracking:
Not Specified

Resolution Date: 22/Oct/04 09:40 PM


 Description  « Hide
Exception and derived classes contain a String member but are missing copy constructors and assignment operators (see Effective C++ item 11 for an explanation why this is a bad thing). This may affect other classes too. gcc has a -Weffc++ flag that can identify this and other violations of Effective C++ guidelines (however it is too strict and gives too many false errors for normal use).

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Curt Arnold made changes - 22/Oct/04 09:40 PM
Field Original Value New Value
Fix Version/s 0.9.8 [ 10782 ]
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]