View Issue Details

IDProjectCategoryView StatusLast Update
0016348mantisbtcode cleanuppublic2014-02-07 18:24
Reporterdregad Assigned Todregad  
PrioritylowSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Target Version1.2.16Fixed in Version1.2.16 
Summary0016348: Duplicated code in MantisCoreFormatting
Description

The formatted() method duplicates the code to process plain text strings. Should call text() instead.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 5d088948

2013-09-01 04:32

dregad


Details Diff
MantisCoreFormatting: Remove code duplication

Method formatted() now calls text() instead of duplicating plain text
processing code

Bump plugin version to 1.0b

Fixes 0016348
Affected Issues
0016348
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File

MantisBT: master c0b8a683

2013-09-01 04:32

dregad


Details Diff
MantisCoreFormatting: Remove code duplication

Method formatted() now calls text() instead of duplicating plain text
processing code

Bump plugin version to 1.0b

Fixes 0016348
Affected Issues
0016348
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File

MantisBT: master-1.2.x 9aa19bed

2013-09-01 04:32

dregad


Details Diff
MantisCoreFormatting: Remove useless assignment

Fixes 0016348, as per Roland Becker's comment
Affected Issues
0016348
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File

MantisBT: master e7d8cf5c

2013-09-01 04:32

dregad


Details Diff
MantisCoreFormatting: Remove useless assignment

Fixes 0016348, as per Roland Becker's comment
Affected Issues
0016348
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File