Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix part of bug 161814 source code compilation warnings

- Summary:

CheckIn:Fix part of bug 161814 source code compilation warnings

 

- Bugzilla Bug(s) Resolved:

None

 

- Description:

 


There are two classes, OdaException and LogRecord in plugin org.eclipse.birt.data.oda has compilation warnings for they have not declared a static final long serialVersionUID field in class. Add the proper fields to fix the problem.


                                               

- Tests Description:

No.

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

- Files Added:

 

- Files Edited:

"/org.eclipse.birt.data.oda/src/org/eclipse/birt/data/oda/OdaException.java"

"/org.eclipse.birt.data.oda/src/org/eclipse/birt/data/oda/util/logging/LogRecord.java"

 

- Files Deleted:

 

 


Back to the top