/[Apache-SVN]
ViewVC logotype

Revision 1672752


Jump to revision: Previous Next
Author: nmalin
Date: Fri Apr 10 20:22:54 2015 UTC (9 years ago)
Changed paths: 331 (showing only 100; show all)
Log Message:
Convert javolution FastMap, FastSet and FastList by standard java.util.*
Related to OFBIZ-5781 Convert Javolution collections into Java collections
Thanks to Deepak Dixit and Adrian Crum for their help.

By defautl converted :
 * FastMap by HashMap
 * FastList by LinkedList
 * FastSet by HashSet

Changed paths

Path Details
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountPaymentServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountProductServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentMethodServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentWorker.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMRespPositions.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/CPRespPositions.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaApi.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/ideal/IdealEvents.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/orbital/OrbitalPaymentServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/sagepay/SagePayPaymentServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/sagepay/SagePayUtil.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkApi.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkServices.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java modified , text changed
Directoryofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/util/UtilAccounting.java modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/EditInvoice.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/GetAccountOrganizationAndClass.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/InvoiceReport.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/order/BillingAccountOrders.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/BalanceSheet.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/CashFlowStatement.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/CostCenters.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/IncomeStatement.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/SalesInvoiceByProductCategorySummary.groovy modified , text changed
Directoryofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/TransactionTotals.groovy modified , text changed
Directoryofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/actions/GetProdCatalog.groovy modified , text changed
Directoryofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/actions/GetProductStoreAndWebSite.groovy modified , text changed
Directoryofbiz/trunk/applications/content/script/org/ofbiz/content/content/ContentServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/src/ControlApplet.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementEvents.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementWorker.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/ConvertTree.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/blog/BlogRssServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/compdoc/CompDocEvents.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/compdoc/CompDocServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentKeywordIndex.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentMapFacade.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentPermissionServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentSearch.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentSearchEvents.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentSearchSession.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServicesComplex.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/PermissionRecorder.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/UploadContentAndImage.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataResourceWorker.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/layout/LayoutEvents.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/layout/LayoutWorker.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/output/OutputServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/survey/PdfSurveyServices.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/survey/SurveyWrapper.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/CheckPermissionTransform.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/EditRenderSubContentCacheTransform.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/LimitedSubContentCacheTransform.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderContentAndSubContent.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderContentAsText.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderSubContentAsText.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderSubContentCacheTransform.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderSubContentTransform.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/TraverseSubContentCacheTransform.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/TraverseSubContentTransform.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/WrapSubContentCacheTransform.java modified , text changed
Directoryofbiz/trunk/applications/humanres/src/org/ofbiz/humanres/HumanResEvents.java modified , text changed
Directoryofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMServices.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunEvents.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunHelper.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/ProposedOrder.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/routing/RoutingServices.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/techdata/TechDataServices.java modified , text changed
Directoryofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.groovy modified , text changed
Directoryofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/productionRunAllFixedAssets.groovy modified , text changed
Directoryofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/report/ReportHelper.java modified , text changed
Directoryofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java modified , text changed
Directoryofbiz/trunk/applications/marketing/src/org/ofbiz/sfa/vcard/VCard.java modified , text changed
Directoryofbiz/trunk/applications/order/src/org/ofbiz/order/OrderManagerEvents.java modified , text changed
Directoryofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderContentWrapper.java modified , text changed
Directoryofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderEvents.java modified , text changed
Directoryofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26