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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Patch)
(Patch)
Line 32: Line 32:
 
  4. binfilter/bf_sc/source/core/data/sc_table3.cxx
 
  4. binfilter/bf_sc/source/core/data/sc_table3.cxx
 
  5. binfilter/bf_sc/source/core/data/sc_table5.cxx
 
  5. binfilter/bf_sc/source/core/data/sc_table5.cxx
  5. binfilter/bf_sc/source/core/data/sc_dociter.cxx
+
  6. 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]
 
Patch for 1st: [http://rakesh.gnulinuxcentar.org/switch_case_enum_warnings.diff switch_case_enum_warnings.diff]

Revision as of 18:56, 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:

Handling: '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_table5.cxx
6. 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.

Individual Status/Message

1. Rakesh Pandit -- Working on fixing all warning -- enumerator value 'xxxx' not handled in switch after that will shift to other warnings. Will work in small small manageable patches (also concentrate on particular folder) rather then working randomly so that others could take up anything. -- 7th July

Personal tools