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.)
Line 22: Line 22:
 
2. RakeshPandit (rakesh.pandit@gmail.com)
 
2. RakeshPandit (rakesh.pandit@gmail.com)
 
binfilter
 
binfilter
       ../../../inc/bf_sc/source/code/tool/ Folder:  
+
       ../../../inc/bf_sc/source/code/tool/ Folder: sc_compiler.cxx, sc_interpr1.cxx, sc_addincol.cxx
 
8th Jun
 
8th Jun
 
Note: Fixing enumerator value not handled in switch error.
 
Note: Fixing enumerator value not handled in switch error.
 +
 +
DONE
  
 
== Patch ==
 
== Patch ==
Line 41: Line 43:
  
 
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]
 +
 +
Files modified:
 +
 +
Handling: 'warning: enumerator value 'xxxx' not handled in switch'
 +
 +
1. binfilter/bf_sc/source/core/tool/sc_compiler.cxx
 +
2. binfilter/bf_sc/source/core/tool/sc_interpr1.cxx
 +
3. binfilter/bf_sc/source/core/tool/sc_addincol.cxx
 +
 +
Patch for 2nd: [http://rakesh.gnulinuxcentar.org/switch_case_enum_warnings1.diff switch_case_enum_warnings1.diff]
  
 
= Notes =
 
= Notes =

Revision as of 06:33, 8 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

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

      ../../../inc/bf_sc/source/code/tool/ Folder: sc_compiler.cxx, sc_interpr1.cxx, sc_addincol.cxx

8th 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

Files modified:

Handling: 'warning: enumerator value 'xxxx' not handled in switch'

1. binfilter/bf_sc/source/core/tool/sc_compiler.cxx 2. binfilter/bf_sc/source/core/tool/sc_interpr1.cxx 3. binfilter/bf_sc/source/core/tool/sc_addincol.cxx

Patch for 2nd: switch_case_enum_warnings1.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