Difference between revisions of "Education Project/Effort/Fixing warning"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Modules and respective files which are currently being debugged.)
(Modules and respective files which are currently being debugged.)
Line 2: Line 2:
  
 
Please put in dates when entered and expected time in which you will release lock, so that in case someone forgets other can contribute on that part, in short avoid deadlocks
 
Please put in dates when entered and expected time in which you will release lock, so that in case someone forgets other can contribute on that part, in short avoid deadlocks
This page is just for collaboration
+
This page is just for collaboration. Mark done one changed
  
 
So the format should be  
 
So the format should be  
Line 12: Line 12:
  
  
RakeshPandit (rakesh.pandit@gmail.com)
+
1. RakeshPandit (rakesh.pandit@gmail.com)
 
binfilter
 
binfilter
       ../../../inc/bf_sc/source/code/data/  Folder: sc_column2.cxx, sc_column3.cxx, sc_documen4.cxx, sc_table3.cxx,  
+
       ../../../inc/bf_sc/source/code/data/  Folder: sc_column2.cxx, sc_column3.cxx, sc_documen4.cxx, sc_table3.cxx, sc_dociter.cxx
 
7th Jun
 
7th Jun
Note: Fixing enumerator value not handled in switch error.
+
Note: Fixing enumerator value not handled in switch error.
 +
 
 +
DONE
 +
 
 +
== Patch ==
 +
Need review.
 +
Files modified:
 +
Changed files
 +
 
 +
Files modified:
 +
warning: enumerator value 'xxxx' not handled in switch
 +
 
 +
1. binfilter/bf_sc/source/core/data/sc_column2.cxx
 +
2. binfilter/bf_sc/source/core/data/sc_column3.cxx
 +
3. binfilter/bf_sc/source/core/data/sc_documen4.cxx
 +
4. binfilter/bf_sc/source/core/data/sc_table3.cxx
 +
5. binfilter/bf_sc/source/core/data/sc_dociter.cxx
 +
 
 +
Patch for 1st: [http://rakesh.gnulinuxcentar.org/switch_case_enum_warnings.diff switch_case_enum_warnings.diff]
 +
 
 +
= Notes =
 +
 
 +
1. Don't write too long patches. Writing small patches may help in review and collaboration.

Revision as of 17:59, 7 June 2008

Modules and respective files which are currently being debugged.

Please put in dates when entered and expected time in which you will release lock, so that in case someone forgets other can contribute on that part, in short avoid deadlocks This page is just for collaboration. Mark done one changed

So the format should be

    <user>
    <Modules>
           <file1>, <file2>, <file3>...etc
    <date>


1. RakeshPandit (rakesh.pandit@gmail.com) binfilter

      ../../../inc/bf_sc/source/code/data/  Folder: sc_column2.cxx, sc_column3.cxx, sc_documen4.cxx, sc_table3.cxx, sc_dociter.cxx

7th Jun Note: Fixing enumerator value not handled in switch error.

DONE 

Patch

Need review. Files modified: Changed files

Files modified: warning: enumerator value 'xxxx' not handled in switch

1. binfilter/bf_sc/source/core/data/sc_column2.cxx 
2. binfilter/bf_sc/source/core/data/sc_column3.cxx
3. binfilter/bf_sc/source/core/data/sc_documen4.cxx
4. binfilter/bf_sc/source/core/data/sc_table3.cxx
5. binfilter/bf_sc/source/core/data/sc_dociter.cxx

Patch for 1st: switch_case_enum_warnings.diff

Notes

1. Don't write too long patches. Writing small patches may help in review and collaboration.

Personal tools