lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5696] Remove a defect marker that now seems pointless


From: Greg Chicares
Subject: [lmi-commits] [5696] Remove a defect marker that now seems pointless
Date: Thu, 18 Apr 2013 12:18:10 +0000

Revision: 5696
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5696
Author:   chicares
Date:     2013-04-18 12:18:10 +0000 (Thu, 18 Apr 2013)
Log Message:
-----------
Remove a defect marker that now seems pointless

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/premium_tax.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-04-18 11:53:12 UTC (rev 5695)
+++ lmi/trunk/ChangeLog 2013-04-18 12:18:10 UTC (rev 5696)
@@ -32059,3 +32059,34 @@
   premium_tax_test.cpp
 Augment unit tests; demonstrate a latent defect.
 
+20130418T0852Z <address@hidden> [545]
+
+  ihs_basicval.cpp
+  loads_impl.hpp
+  premium_tax.cpp
+Correct misleading documentation.
+
+20130418T0924Z <address@hidden> [545]
+
+  loads.cpp
+  loads_test.cpp
+  mec_server.cpp
+  premium_tax.cpp
+  premium_tax.hpp
+  premium_tax_test.cpp
+Rename two member functions.
+
+20130418T1153Z <address@hidden> [545]
+
+  premium_tax.cpp
+  premium_tax.hpp
+Refactor.
+
+20130418T1218Z <address@hidden> [544]
+
+  premium_tax.cpp
+Remove a defect marker that now seems pointless. No need has arisen
+for premium-tax loads to vary by duration. One state has announced its
+intention to decrease its loads over time, but there has been no call
+to reflect that prospectively.
+

Modified: lmi/trunk/premium_tax.cpp
===================================================================
--- lmi/trunk/premium_tax.cpp   2013-04-18 11:53:12 UTC (rev 5695)
+++ lmi/trunk/premium_tax.cpp   2013-04-18 12:18:10 UTC (rev 5696)
@@ -122,9 +122,6 @@
 
     minimum_load_rate_ = ascertain_minimum_load_rate(db, strata);
 
-    // TODO ?? It would be better not to constrain so many things
-    // not to vary by duration by using Query(enumerator).
-
     database_index index = db.index().state(tax_state_);
     levy_rate_ = db.Query(DB_PremTaxRate, index);
     load_rate_ = db.Query(DB_PremTaxLoad, index);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]