A PR has been created which contains large number of low-risk changes. (Codenarc integration by gilPts · Pull Request #517 · apache/ofbiz-framework (github.com))
Changes are consider low-risk as they modify OFBiz sources to comply with various Codenarc rules.
Although changes are low-risk, committers should still review the changes before the PR is merged with trunk.
Given the large number of changes, it will be useful to share the review effort among multiple committers. This page is intended to track that review effort since there doesn't appear to be a way to individually track reviewed files in GitHub.
Lifecycle for this page
This page is intended to be a temporary resource to assist OFBiz committers in reviewing PR 517 (Codenarc integration by gilPts · Pull Request #517 · apache/ofbiz-framework (github.com))
The page should be deleted (or archived) once the PR merge is complete or if this page turns out not to be helpful in tracking the review effort.
Review approach
Reviewers are asked to visit the PR and assess changed individual files.
If in the reviewers opinion a file change will not change OFBiz behaviour in any way they should mark the corresponding entry in the table below as PASSED.
If the reviewer identifies an issue with a changed file, then they should add a comment in the PR on GitHub AND mark the corresponding entry in the table below as WORK NEEDED.
If the reviewer is unsure how to classify a changed file they should mark the corresponding entry in the table below as UNSURE.
In each of the above cases, the reviewer should add their name against the entry in the table below.
Once any issue highlighted by a WORK NEEDED or UNSURE mark has been addressed to the satisfaction of a reviewer, that reviewer should change the mark in the table below as PASSED. Note that any reviewer can do this. It does not need to be the same reviewer that originally highlighted the concern, however if the concern was complicated it would be prudent to get the original reviewer's feedback.
If you make comments in the PR as part of a review, remember to submit the review frequently so that others can see and respond to your comments.
Table creation method
The table below was created by using the following command to identify all files changed in the PR:
# Checkout the PR gh pr checkout 517 # See how many files have changed in the PR. Check against the number listed on GitHub git diff --naname-only 88a014296c0fe7ec1d010bfb836595003aef14c0 HEAD | wc -l # Save list of changed files to a temporary file, pr-files. # 88a014296c0fe7ec1d010bfb836595003aef14c0 is the commit hash from where the PR was branched. git diff --name-only 88a014296c0fe7ec1d010bfb836595003aef14c0 HEAD > pr-files
The pr-files file was then imported into Excel. The table was then copied and pasted into Confluence.
Reviewed files table
File path | Review result Copy and paste the following lozenges: PASSED UNSURE WORK_NEEDED WIP QUESTION | Reviewer(s) | |
---|---|---|---|
1 | applications/accounting/groovyScripts/admin/AcctgAdminServices.groovy | PASSED | |
2 | applications/accounting/groovyScripts/admin/FilterOutReceipts.groovy | PASSED | Daniel Watford |
3 | applications/accounting/groovyScripts/admin/ListInvoiceItemTypesGlAccount.groovy | PASSED | @Daniel Watford (according to comment in PR) |
4 | applications/accounting/groovyScripts/agreement/AgreementServices.groovy | PASSED | Daniel Watford |
5 | applications/accounting/groovyScripts/agreement/GetPartyNameForDate.groovy | PASSED | Daniel Watford |
6 | applications/accounting/groovyScripts/ap/invoices/CommissionReport.groovy | PASSED | Daniel Watford |
7 | applications/accounting/groovyScripts/ap/invoices/CommissionRun.groovy | PASSED | Daniel Watford |
8 | applications/accounting/groovyScripts/ar/BatchPayments.groovy | PASSED | Daniel Watford |
9 | applications/accounting/groovyScripts/budget/BudgetServices.groovy | PASSED | Daniel Watford |
10 | applications/accounting/groovyScripts/chartofaccounts/TaxAuthorityGlAccounts.groovy | PASSED | Daniel Watford |
11 | applications/accounting/groovyScripts/fixedasset/FixedAssetGeoLocation.groovy | PASSED | Daniel Watford |
12 | applications/accounting/groovyScripts/invoice/CreateApplicationList.groovy | PASSED | Daniel Watford |
13 | applications/accounting/groovyScripts/invoice/EditInvoice.groovy | PASSED | Daniel Watford |
14 | applications/accounting/groovyScripts/invoice/GetAccountOrganizationAndClass.groovy | PASSED | Jacques Le Roux |
15 | applications/accounting/groovyScripts/invoice/InvoiceEvents.groovy | PASSED | |
16 | applications/accounting/groovyScripts/invoice/InvoiceReport.groovy | PASSED | Jacques Le Roux |
17 | applications/accounting/groovyScripts/invoice/InvoiceServices.groovy | PASSED | |
18 | applications/accounting/groovyScripts/invoice/ListNotAppliedPayments.groovy | PASSED | Daniel Watford |
19 | applications/accounting/groovyScripts/invoice/PrintInvoices.groovy | PASSED | Daniel Watford |
20 | applications/accounting/groovyScripts/order/BillingAccountOrders.groovy | PASSED | Daniel Watford |
21 | applications/accounting/groovyScripts/payment/BillingAccounts.groovy | PASSED | Daniel Watford |
22 | applications/accounting/groovyScripts/payment/DepositWithdrawPayments.groovy | PASSED | Daniel Watford |
23 | applications/accounting/groovyScripts/payment/FindInvoicesByDueDate.groovy | PASSED | |
24 | applications/accounting/groovyScripts/payment/ListNotAppliedInvoices.groovy | PASSED | Daniel Watford |
25 | applications/accounting/groovyScripts/payment/ListNotAppliedPayments.groovy | PASSED | Daniel Watford |
26 | applications/accounting/groovyScripts/payment/ManualTx.groovy | PASSED | Daniel Watford |
27 | applications/accounting/groovyScripts/payment/PaymentServices.groovy | PASSED | |
28 | applications/accounting/groovyScripts/payment/PrintChecks.groovy | PASSED | Daniel Watford |
29 | applications/accounting/groovyScripts/period/EditCustomTimePeriod.groovy | PASSED | Daniel Watford |
30 | applications/accounting/groovyScripts/rate/RateServices.groovy | PASSED | Daniel Watford |
31 | applications/accounting/groovyScripts/reports/BalanceSheet.groovy | UNSURE | |
32 | applications/accounting/groovyScripts/reports/CashFlowStatement.groovy | PASSED | Daniel Watford |
33 | applications/accounting/groovyScripts/reports/ComparativeBalanceSheet.groovy | PASSED | Daniel Watford |
34 | applications/accounting/groovyScripts/reports/ComparativeCashFlowStatement.groovy | PASSED | Daniel Watford |
35 | applications/accounting/groovyScripts/reports/ComparativeIncomeStatement.groovy | PASSED | Daniel Watford |
36 | applications/accounting/groovyScripts/reports/CostCenters.groovy | PASSED | |
37 | applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy | PASSED | |
38 | applications/accounting/groovyScripts/reports/IncomeStatement.groovy | PASSED | |
39 | applications/accounting/groovyScripts/reports/InvoiceAcctgTransEntryParameters.groovy | PASSED | |
40 | applications/accounting/groovyScripts/reports/MonthSelection.groovy | PASSED | |
41 | applications/accounting/groovyScripts/reports/SalesInvoiceByProductCategorySummary.groovy | PASSED | |
42 | applications/accounting/groovyScripts/reports/TransactionTotals.groovy | ||
43 | applications/accounting/groovyScripts/reports/TrialBalance.groovy | ||
44 | applications/accounting/groovyScripts/transaction/AuthorizeTransaction.groovy | ||
45 | applications/accounting/groovyScripts/transaction/CaptureTransaction.groovy | ||
46 | applications/accounting/groovyScripts/transaction/ViewGatewayResponse.groovy | ||
47 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgAdminTests.groovy | PASSED | Daniel Watford |
48 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgAgreementTests.groovy | PASSED | Daniel Watford |
49 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgBudgetTests.groovy | PASSED | Daniel Watford |
50 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgCostTests.groovy | PASSED | Daniel Watford |
51 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgFinAccountTests.groovy | PASSED | |
52 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgFixedAssetTests.groovy | PASSED | Daniel Watford |
53 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgInvoiceTests.groovy | PASSED | Daniel Watford |
54 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgLedgerTests.groovy | PASSED | Daniel Watford |
55 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgPaymentGatewayTests.groovy | PASSED | Daniel Watford |
56 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgPaymentTests.groovy | PASSED | Daniel Watford |
57 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgTransTestsPurchase.groovy | PASSED | Daniel Watford |
58 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoAcctgTransTestsSales.groovy | PASSED | Daniel Watford |
59 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoInvoiceTests.groovy | PASSED | Daniel Watford |
60 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/AutoPaymentTests.groovy | ||
61 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/FixedAssetTests.groovy | ||
62 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/InvoicePerShipmentTests.groovy | ||
63 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/PaymentApplicationTests.groovy | ||
64 | applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/RateTests.groovy | ||
65 | applications/commonext/groovyScripts/ofbizsetup/ChangeOrgPartyId.groovy | PASSED | |
66 | applications/commonext/groovyScripts/ofbizsetup/FindFacility.groovy | PASSED | |
67 | applications/commonext/groovyScripts/ofbizsetup/GetProdCatalog.groovy | PASSED | |
68 | applications/commonext/groovyScripts/ofbizsetup/GetProductStoreAndWebSite.groovy | PASSED | |
69 | applications/commonext/groovyScripts/ofbizsetup/SystemInfoServices.groovy | PASSED | |
70 | applications/commonext/groovyScripts/template/DocTypeTemplate.groovy | PASSED | |
71 | applications/content/groovyScripts/cms/CmsEditAddPrep.groovy | PASSED | |
72 | applications/content/groovyScripts/cms/FeaturePrep.groovy | PASSED | |
73 | applications/content/groovyScripts/cms/GetMenuContext.groovy | PASSED | |
74 | applications/content/groovyScripts/cms/MostRecentPrep.groovy | PASSED | |
75 | applications/content/groovyScripts/cms/UserPermPrep.groovy | PASSED | |
76 | applications/content/groovyScripts/content/ContentSearchOptions.groovy | PASSED | |
77 | applications/content/groovyScripts/content/ContentSearchResults.groovy | PASSED | |
78 | applications/content/groovyScripts/content/ContentServices.groovy | PASSED | |
79 | applications/content/groovyScripts/content/GetContentLookupList.groovy | PASSED | |
80 | applications/content/groovyScripts/content/PrepSeqNo.groovy | PASSED | |
81 | applications/content/groovyScripts/contentsetup/UserPermPrep.groovy | PASSED | |
82 | applications/content/groovyScripts/data/DataServices.groovy | PASSED | |
83 | applications/content/groovyScripts/datasetup/DataCategoryPrep.groovy | PASSED | |
84 | applications/content/groovyScripts/layout/EditSubContent.groovy | PASSED | |
85 | applications/content/groovyScripts/permission/ContentPermissionServices.groovy | PASSED | |
86 | applications/content/groovyScripts/print/FindPrinters.groovy | PASSED | |
87 | applications/content/groovyScripts/survey/EditSurveyQuestions.groovy | PASSED | |
88 | applications/content/groovyScripts/survey/EditSurveyResponse.groovy | PASSED | |
89 | applications/content/groovyScripts/survey/ViewSurveyResponses.groovy | PASSED | |
90 | applications/content/groovyScripts/website/EditWebSiteParties.groovy | PASSED | |
91 | applications/content/groovyScripts/website/WebSiteCMSMetaInfo.groovy | PASSED | |
92 | applications/content/groovyScripts/website/WebSitePublishPoint.groovy | PASSED | |
93 | applications/content/src/main/groovy/org/apache/ofbiz/content/BlogServices.groovy | PASSED | |
94 | applications/content/src/main/groovy/org/apache/ofbiz/content/ContentTests.groovy | PASSED | |
95 | applications/humanres/groovyScripts/category/CategoryTree.groovy | PASSED | |
96 | applications/manufacturing/groovyScripts/reports/PRunsInfoAndOrder.groovy | PASSED | |
97 | applications/manufacturing/groovyScripts/bom/BomSimulation.groovy | PASSED | |
98 | applications/manufacturing/groovyScripts/bom/EditProductBom.groovy | PASSED | |
99 | applications/manufacturing/groovyScripts/bom/FindProductBom.groovy | PASSED | |
100 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunActualComponents.groovy | PASSED | |
101 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunAllFixedAssets.groovy | PASSED | |
102 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunComponents.groovy | PASSED | |
103 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunContent.groovy | PASSED | |
104 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunCosts.groovy | PASSED | |
105 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunDeclaration.groovy | PASSED | |
106 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunFixedAssets.groovy | PASSED | |
107 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunServices.groovy | PASSED | |
108 | applications/manufacturing/groovyScripts/jobshopmgt/ProductionRunTaskParties.groovy | PASSED | |
109 | applications/manufacturing/groovyScripts/jobshopmgt/ShowProductionRun.groovy | PASSED | |
110 | applications/manufacturing/groovyScripts/jobshopmgt/ViewProductionRun.groovy | PASSED | |
111 | applications/manufacturing/groovyScripts/jobshopmgt/WorkWithShipmentPlans.groovy | PASSED | |
112 | applications/manufacturing/groovyScripts/mrp/FindInventoryEventPlan.groovy | PASSED | |
113 | applications/manufacturing/groovyScripts/reports/CuttingListReport.groovy | PASSED | |
114 | applications/manufacturing/groovyScripts/reports/PRunsComponentsByFeature.groovy | PASSED | |
115 | applications/manufacturing/groovyScripts/reports/PRunsInfoAndOrder.groovy | PASSED | |
116 | applications/manufacturing/groovyScripts/reports/PRunsProductsAndOrder.groovy | PASSED | |
117 | applications/manufacturing/groovyScripts/reports/PRunsProductsByFeature.groovy | PASSED | |
118 | applications/manufacturing/groovyScripts/reports/PRunsProductsStacks.groovy | PASSED | |
119 | applications/manufacturing/groovyScripts/reports/PackageContentsAndOrder.groovy | PASSED | |
120 | applications/manufacturing/groovyScripts/reports/ShipmentLabel.groovy | PASSED | |
121 | applications/manufacturing/groovyScripts/reports/ShipmentPlanStockReport.groovy | PASSED | |
122 | applications/manufacturing/groovyScripts/reports/ShipmentWorkEffortTasks.groovy | PASSED | |
123 | applications/manufacturing/groovyScripts/routing/EditCalendar.groovy | PASSED | |
124 | applications/manufacturing/groovyScripts/routing/EditCalendarExceptionDay.groovy | PASSED | |
125 | applications/manufacturing/groovyScripts/routing/EditCalendarExceptionWeek.groovy | PASSED | |
126 | applications/manufacturing/groovyScripts/routing/RoutingServices.groovy | PASSED | |
127 | applications/marketing/groovyScripts/marketing/contact/GetContactListMarketingEmail.groovy | PASSED | |
128 | applications/marketing/groovyScripts/marketing/reports/EmailStatusReport.groovy | PASSED | |
129 | applications/marketing/groovyScripts/marketing/reports/MarketingCampaignReport.groovy | QUESTION | |
130 | applications/marketing/groovyScripts/marketing/reports/PartyStatusReport.groovy | PASSED | |
131 | applications/marketing/groovyScripts/marketing/reports/TrackingCodeReport.groovy | QUESTION | |
132 | applications/marketing/groovyScripts/sfa/CloneLead.groovy | PASSED | |
133 | applications/marketing/groovyScripts/sfa/MergeContacts.groovy | PASSED | |
134 | applications/marketing/groovyScripts/sfa/account/AccountServices.groovy | PASSED | |
135 | applications/marketing/groovyScripts/sfa/lead/LeadServices.groovy | PASSED | |
136 | applications/marketing/src/main/groovy/org/apache/ofbiz/marketing/MarketingTests.groovy | PASSED | |
137 | applications/order/groovyScripts/allocationplan/CreateAllocationPlan.groovy | PASSED | |
138 | applications/order/groovyScripts/allocationplan/ListAllocationPlan.groovy | PASSED | |
139 | applications/order/groovyScripts/allocationplan/ViewAllocationPlan.groovy | PASSED | |
140 | applications/order/groovyScripts/communications/CommunicationServices.groovy | PASSED | |
141 | applications/order/groovyScripts/entry/AddGiftCertificates.groovy | PASSED | |
142 | applications/order/groovyScripts/entry/AdditionalPartyListing.groovy | PASSED | Mekika Leila (according to comment in PR) |
143 | applications/order/groovyScripts/entry/BillSettings.groovy | PASSED | Mekika Leila (according to comment in PR) |
144 | applications/order/groovyScripts/entry/CheckInits.groovy | PASSED | |
145 | applications/order/groovyScripts/entry/CheckoutOptions.groovy | PASSED | |
146 | applications/order/groovyScripts/entry/CheckoutPayment.groovy | PASSED | |
147 | applications/order/groovyScripts/entry/CheckoutReview.groovy | WIP | |
148 | applications/order/groovyScripts/entry/CheckoutShippingAddress.groovy | WIP | |
149 | applications/order/groovyScripts/entry/OptionSettings.groovy | WIP | |
150 | applications/order/groovyScripts/entry/OrderAgreements.groovy | WIP | |
151 | applications/order/groovyScripts/entry/OrderTerms.groovy | WIP | |
152 | applications/order/groovyScripts/entry/SetAdditionalParty.groovy | WIP | |
153 | applications/order/groovyScripts/entry/SetCheckOutTabBar.groovy | WIP | |
154 | applications/order/groovyScripts/entry/ShipSettings.groovy | WIP | |
155 | applications/order/groovyScripts/entry/ShoppingList.groovy | WIP | |
156 | applications/order/groovyScripts/entry/ShowCart.groovy | WIP | |
157 | applications/order/groovyScripts/entry/ShowPromoText.groovy | WIP | |
158 | applications/order/groovyScripts/entry/SplitShip.groovy | WIP | |
159 | applications/order/groovyScripts/entry/StorePaymentOptions.groovy | WIP | |
160 | applications/order/groovyScripts/entry/cart/LookupBulkAddProducts.groovy | WIP | |
161 | applications/order/groovyScripts/entry/cart/LookupBulkAddSupplierProducts.groovy | WIP | |
162 | applications/order/groovyScripts/entry/cart/ShowPromotionDetails.groovy | WIP | |
163 | applications/order/groovyScripts/entry/catalog/AdvancedSearchOptions.groovy | ||
164 | applications/order/groovyScripts/entry/catalog/Category.groovy | ||
165 | applications/order/groovyScripts/entry/catalog/CategoryDetail.groovy | ||
166 | applications/order/groovyScripts/entry/catalog/ChooseCatalog.groovy | ||
167 | applications/order/groovyScripts/entry/catalog/CompareProducts.groovy | ||
168 | applications/order/groovyScripts/entry/catalog/InlineProductDetail.groovy | PASSED | Gil Portenseigne |
169 | applications/order/groovyScripts/entry/catalog/KeywordSearch.groovy | PASSED | |
170 | applications/order/groovyScripts/entry/catalog/KeywordSearchOptions.groovy | PASSED | |
171 | applications/order/groovyScripts/entry/catalog/PrepareConfigForm.groovy | PASSED | |
172 | applications/order/groovyScripts/entry/catalog/Product.groovy | PASSED | |
173 | applications/order/groovyScripts/entry/catalog/ProductDetail.groovy | PASSED | |
174 | applications/order/groovyScripts/entry/catalog/ProductSummary.groovy | PASSED | |
175 | applications/order/groovyScripts/entry/catalog/ProductUomDropDownOnly.groovy | PASSED | |
176 | applications/order/groovyScripts/entry/catalog/QuickAdd.groovy | PASSED | |
177 | applications/order/groovyScripts/entry/catalog/SideDeepCategory.groovy | PASSED | |
178 | applications/order/groovyScripts/lookup/LookupAssociatedProducts.groovy | PASSED | |
179 | applications/order/groovyScripts/order/AddOrderAttachments.groovy | PASSED | |
180 | applications/order/groovyScripts/order/CheckoutServices.groovy | ||
181 | applications/order/groovyScripts/order/CompanyHeader.groovy | ||
182 | applications/order/groovyScripts/order/FilterOrderList.groovy | ||
183 | applications/order/groovyScripts/order/FindOrders.groovy | ||
184 | applications/order/groovyScripts/order/NewNote.groovy | ||
185 | applications/order/groovyScripts/order/OrderDeliveryScheduleInfo.groovy | ||
186 | applications/order/groovyScripts/order/OrderDeliveryServices.groovy | ||
187 | applications/order/groovyScripts/order/OrderHistory.groovy | ||
188 | applications/order/groovyScripts/order/OrderList.groovy | ||
189 | applications/order/groovyScripts/order/OrderRequirementServices.groovy | ||
190 | applications/order/groovyScripts/order/OrderReturnServices.groovy | ||
191 | applications/order/groovyScripts/order/OrderServices.groovy | ||
192 | applications/order/groovyScripts/order/OrderStats.groovy | ||
193 | applications/order/groovyScripts/order/OrderView.groovy | ||
194 | applications/order/groovyScripts/order/OrderViewWebSecure.groovy | ||
195 | applications/order/groovyScripts/order/ReceivePayment.groovy | ||
196 | applications/order/groovyScripts/order/SendConfirmationEmail.groovy | ||
197 | applications/order/groovyScripts/order/ShipGroups.groovy | ||
198 | applications/order/groovyScripts/order/ViewImage.groovy | ||
199 | applications/order/groovyScripts/quote/GetPartyAddress.groovy | ||
200 | applications/order/groovyScripts/quote/GetPartyEmailAddress.groovy | ||
201 | applications/order/groovyScripts/quote/ManageQuotePrices.groovy | ||
202 | applications/order/groovyScripts/quote/QuoteServices.groovy | ||
203 | applications/order/groovyScripts/quote/ViewQuoteProfit.groovy | ||
204 | applications/order/groovyScripts/reports/OpenOrderItemsReport.groovy | ||
205 | applications/order/groovyScripts/request/GetNextSequenceNum.groovy | ||
206 | applications/order/groovyScripts/request/RequestItemNotes.groovy | ||
207 | applications/order/groovyScripts/request/SetRequestQuote.groovy | ||
208 | applications/order/groovyScripts/requirement/ApprovedProductRequirements.groovy | ||
209 | applications/order/groovyScripts/requirement/ApprovedProductRequirementsByVendor.groovy | ||
210 | applications/order/groovyScripts/requirement/SelectCreatedProposed.groovy | ||
211 | applications/order/groovyScripts/return/QuickReturn.groovy | ||
212 | applications/order/groovyScripts/return/ReturnHeader.groovy | ||
213 | applications/order/groovyScripts/return/ReturnHistory.groovy | ||
214 | applications/order/groovyScripts/return/ReturnItems.groovy | ||
215 | applications/order/groovyScripts/setup/PaymentSetup.groovy | ||
216 | applications/order/groovyScripts/shoppinglist/ShoppingListServices.groovy | ||
217 | applications/order/groovyScripts/task/OrderTaskList.groovy | ||
218 | applications/order/src/main/groovy/org/apache/ofbiz/order/OrderRequirementTests.groovy | ||
219 | applications/order/src/main/groovy/org/apache/ofbiz/order/OrderReturnTests.groovy | ||
220 | applications/order/src/main/groovy/org/apache/ofbiz/order/OrderTests.groovy | ||
221 | applications/order/src/main/groovy/org/apache/ofbiz/order/QuoteTests.groovy | ||
222 | applications/order/src/main/groovy/org/apache/ofbiz/order/ShoppingListTests.groovy | ||
223 | applications/order/src/main/groovy/org/apache/ofbiz/order/TestCustRequestPermissionCheck.groovy | ||
224 | applications/party/groovyScripts/HasPartyPermissions.groovy | ||
225 | applications/party/groovyScripts/communication/CommunicationEventServices.groovy | ||
226 | applications/party/groovyScripts/communication/FindCommEventContactMechs.groovy | ||
227 | applications/party/groovyScripts/communication/GetMyCommunicationEventRole.groovy | ||
228 | applications/party/groovyScripts/communication/GetPartyEmailAttachment.groovy | ||
229 | applications/party/groovyScripts/communication/GetPartyEmailFromCommEventInfo.groovy | ||
230 | applications/party/groovyScripts/communication/ListCommunications.groovy | ||
231 | applications/party/groovyScripts/communication/RecentVisitor.groovy | ||
232 | applications/party/groovyScripts/contact/ContactMechServices.groovy | ||
233 | applications/party/groovyScripts/party/EditContactMech.groovy | ||
234 | applications/party/groovyScripts/party/EditPaymentMethod.groovy | ||
235 | applications/party/groovyScripts/party/EditShoppingList.groovy | ||
236 | applications/party/groovyScripts/party/FindLookUp.groovy | ||
237 | applications/party/groovyScripts/party/FindMatches.groovy | ||
238 | applications/party/groovyScripts/party/FindParty.groovy | ||
239 | applications/party/groovyScripts/party/GetContactMechs.groovy | ||
240 | applications/party/groovyScripts/party/GetCurrentCart.groovy | ||
241 | applications/party/groovyScripts/party/GetGeoLocation.groovy | ||
242 | applications/party/groovyScripts/party/GetLoyaltyPoints.groovy | PASSED | Daniel Watford |
243 | applications/party/groovyScripts/party/GetMyCompany.groovy | PASSED | Daniel Watford |
244 | applications/party/groovyScripts/party/GetPaymentMethods.groovy | PASSED | Daniel Watford |
245 | applications/party/groovyScripts/party/GetPostalAddressTemplate.groovy | PASSED | Daniel Watford |
246 | applications/party/groovyScripts/party/GetUserLoginPrimaryEmail.groovy | PASSED | Daniel Watford |
247 | applications/party/groovyScripts/party/LookupServices.groovy | PASSED | Daniel Watford |
248 | applications/party/groovyScripts/party/PartyFinancialHistory.groovy | PASSED | Daniel Watford |
249 | applications/party/groovyScripts/party/PartyGeoLocation.groovy | ||
250 | applications/party/groovyScripts/party/PartyInvitationServices.groovy | ||
251 | applications/party/groovyScripts/party/PartyPermissionServices.groovy | ||
252 | applications/party/groovyScripts/party/PartyServices.groovy | ||
253 | applications/party/groovyScripts/party/PartySimpleMethods.groovy | ||
254 | applications/party/groovyScripts/party/SetRoleVars.groovy | ||
255 | applications/party/groovyScripts/party/StatusCondition.groovy | ||
256 | applications/party/groovyScripts/party/UnAppliedInvoicesForParty.groovy | ||
257 | applications/party/groovyScripts/party/UnAppliedPaymentsForParty.groovy | ||
258 | applications/party/groovyScripts/party/ViewProfile.groovy | ||
259 | applications/party/groovyScripts/visit/ShowVisits.groovy | ||
260 | applications/party/groovyScripts/visit/VisitDetails.groovy | ||
261 | applications/party/src/main/groovy/org/apache/ofbiz/party/ContactMechWorkerTests.groovy | ||
262 | applications/party/src/main/groovy/org/apache/ofbiz/party/PartyContactMechTests.groovy | ||
263 | applications/party/src/main/groovy/org/apache/ofbiz/party/PartyStatusChangeTests.groovy | ||
264 | applications/party/src/main/groovy/org/apache/ofbiz/party/PartyTests.groovy | ||
265 | applications/product/groovyScripts/catalog/ChooseTopCategory.groovy | ||
266 | applications/product/groovyScripts/catalog/FastLoadCache.groovy | ||
267 | applications/product/groovyScripts/catalog/GetSupplierInventories.groovy | ||
268 | applications/product/groovyScripts/catalog/PrepareCreateShipMeth.groovy | ||
269 | applications/product/groovyScripts/catalog/PrepareCreateShipmentTimeEstimate.groovy | ||
270 | applications/product/groovyScripts/catalog/category/CategoryTree.groovy | ||
271 | applications/product/groovyScripts/catalog/category/CreateProductInCategoryCheckExisting.groovy | ||
272 | applications/product/groovyScripts/catalog/category/EditCategory.groovy | ||
273 | applications/product/groovyScripts/catalog/category/EditCategoryContentContent.groovy | ||
274 | applications/product/groovyScripts/catalog/category/EditCategoryProducts.groovy | ||
275 | applications/product/groovyScripts/catalog/category/EditCategorySEO.groovy | ||
276 | applications/product/groovyScripts/catalog/config/EditProductConfigItemContent.groovy | ||
277 | applications/product/groovyScripts/catalog/config/EditProductConfigItemContentContent.groovy | ||
278 | applications/product/groovyScripts/catalog/feature/EditFeatureCategoryFeatures.groovy | ||
279 | applications/product/groovyScripts/catalog/feature/EditFeatureGroups.groovy | ||
280 | applications/product/groovyScripts/catalog/feature/QuickAddProductFeatures.groovy | ||
281 | applications/product/groovyScripts/catalog/find/AdvancedSearchOptions.groovy | ||
282 | applications/product/groovyScripts/catalog/find/KeywordSearch.groovy | ||
283 | applications/product/groovyScripts/catalog/find/KeywordSearchBox.groovy | ||
284 | applications/product/groovyScripts/catalog/find/MiniProductList.groovy | ||
285 | applications/product/groovyScripts/catalog/find/SideCatalogs.groovy | ||
286 | applications/product/groovyScripts/catalog/find/SideDeepCategory.groovy | ||
287 | applications/product/groovyScripts/catalog/imagemanagement/CheckAction.groovy | ||
288 | applications/product/groovyScripts/catalog/imagemanagement/CheckRejected.groovy | ||
289 | applications/product/groovyScripts/catalog/imagemanagement/ImageFrame.groovy | ||
290 | applications/product/groovyScripts/catalog/imagemanagement/ImageGallery.groovy | ||
291 | applications/product/groovyScripts/catalog/imagemanagement/ImageRecentlyApproved.groovy | ||
292 | applications/product/groovyScripts/catalog/imagemanagement/ImageUpload.groovy | ||
293 | applications/product/groovyScripts/catalog/imagemanagement/SeoLocales.groovy | ||
294 | applications/product/groovyScripts/catalog/imagemanagement/SetDefaultImage.groovy | ||
295 | applications/product/groovyScripts/catalog/imagemanagement/SortSequenceNum.groovy | ||
296 | applications/product/groovyScripts/catalog/lookup/LookupVariantProduct.groovy | ||
297 | applications/product/groovyScripts/catalog/price/EditProductPriceRules.groovy | ||
298 | applications/product/groovyScripts/catalog/product/ApplyFeaturesFromCategory.groovy | ||
299 | applications/product/groovyScripts/catalog/product/ApplyFeaturesFromGroup.groovy | ||
300 | applications/product/groovyScripts/catalog/product/BestProducts.groovy | ||
301 | applications/product/groovyScripts/catalog/product/EditProductAssoc.groovy | ||
302 | applications/product/groovyScripts/catalog/product/EditProductContent.groovy | ||
303 | applications/product/groovyScripts/catalog/product/EditProductContentContent.groovy | ||
304 | applications/product/groovyScripts/catalog/product/EditProductFeatures.groovy | ||
305 | applications/product/groovyScripts/catalog/product/EditProductInventoryItems.groovy | ||
306 | applications/product/groovyScripts/catalog/product/EditProductQuickAdmin.groovy | ||
307 | applications/product/groovyScripts/catalog/product/EditProductSEO.groovy | ||
308 | applications/product/groovyScripts/catalog/product/QuickAddVariants.groovy | ||
309 | applications/product/groovyScripts/catalog/promo/EditProductPromoCode.groovy | ||
310 | applications/product/groovyScripts/catalog/store/EditProductStorePaySetup.groovy | ||
311 | applications/product/groovyScripts/catalog/store/EditProductStoreSurveys.groovy | ||
312 | applications/product/groovyScripts/catalog/thesaurus/EditKeywordThesaurus.groovy | ||
313 | applications/product/groovyScripts/facility/facility/ComputeProductSellThroughData.groovy | ||
314 | applications/product/groovyScripts/facility/facility/CountFacilityInventoryByProduct.groovy | ||
315 | applications/product/groovyScripts/facility/facility/EditContactMech.groovy | ||
316 | applications/product/groovyScripts/facility/facility/EditFacility.groovy | ||
317 | applications/product/groovyScripts/facility/facility/EditFacilityLocation.groovy | ||
318 | applications/product/groovyScripts/facility/facility/FacilityGeoServices.groovy | ||
319 | applications/product/groovyScripts/facility/facility/FacilityLocationGeoLocation.groovy | ||
320 | applications/product/groovyScripts/facility/facility/FindFacility.groovy | ||
321 | applications/product/groovyScripts/facility/facility/FindFacilityLocation.groovy | ||
322 | applications/product/groovyScripts/facility/facility/FindFacilityTransfers.groovy | ||
323 | applications/product/groovyScripts/facility/facility/FindInventoryItemsByLabels.groovy | ||
324 | applications/product/groovyScripts/facility/facility/ViewContactMechs.groovy | ||
325 | applications/product/groovyScripts/facility/facility/ViewFacilityInventoryByProduct.groovy | ||
326 | applications/product/groovyScripts/facility/inventory/FindFacilityPhysicalInventory.groovy | ||
327 | applications/product/groovyScripts/facility/inventory/InventoryAverageCosts.groovy | ||
328 | applications/product/groovyScripts/facility/inventory/InventoryItemTotals.groovy | ||
329 | applications/product/groovyScripts/facility/inventory/LookupInventoryItems.groovy | ||
330 | applications/product/groovyScripts/facility/inventory/PhysicalInventoryVariance.groovy | ||
331 | applications/product/groovyScripts/facility/inventory/ReceiveInventory.groovy | ||
332 | applications/product/groovyScripts/facility/inventory/TransferInventoryItem.groovy | ||
333 | applications/product/groovyScripts/facility/returns/ReceiveReturn.groovy | ||
334 | applications/product/groovyScripts/facility/shipment/AddItemsFromInventory.groovy | ||
335 | applications/product/groovyScripts/facility/shipment/AddItemsFromOrder.groovy | ||
336 | applications/product/groovyScripts/facility/shipment/EditShipment.groovy | ||
337 | applications/product/groovyScripts/facility/shipment/EditShipmentItems.groovy | ||
338 | applications/product/groovyScripts/facility/shipment/EditShipmentPackages.groovy | ||
339 | applications/product/groovyScripts/facility/shipment/EditShipmentPlan.groovy | ||
340 | applications/product/groovyScripts/facility/shipment/EditShipmentRouteSegments.groovy | ||
341 | applications/product/groovyScripts/facility/shipment/PackOrder.groovy | ||
342 | applications/product/groovyScripts/facility/shipment/PackingSlip.groovy | ||
343 | applications/product/groovyScripts/facility/shipment/PrintPickSheets.groovy | ||
344 | applications/product/groovyScripts/facility/shipment/QuickShipOrder.groovy | ||
345 | applications/product/groovyScripts/facility/shipment/ReceiveInventoryAgainstPurchaseOrder.groovy | ||
346 | applications/product/groovyScripts/facility/shipment/ReviewOrdersNotPickedOrPacked.groovy | ||
347 | applications/product/groovyScripts/facility/shipment/ShipmentManifest.groovy | ||
348 | applications/product/groovyScripts/facility/shipment/VerifyPick.groovy | ||
349 | applications/product/groovyScripts/facility/shipment/ViewShipment.groovy | ||
350 | applications/product/groovyScripts/facility/shipment/WeightPackage.groovy | ||
351 | applications/product/groovyScripts/facility/storage/StorageServices.groovy | ||
352 | applications/product/groovyScripts/product/catalog/CatalogServices.groovy | ||
353 | applications/product/groovyScripts/product/category/CategoryContentServices.groovy | ||
354 | applications/product/groovyScripts/product/category/CategoryServices.groovy | ||
355 | applications/product/groovyScripts/product/config/ProductConfigItemContentServices.groovy | ||
356 | applications/product/groovyScripts/product/cost/CostServices.groovy | ||
357 | applications/product/groovyScripts/product/feature/ProductFeatureServices.groovy | ||
358 | applications/product/groovyScripts/product/imagemanagement/ImageManagementServices.groovy | ||
359 | applications/product/groovyScripts/product/inventory/InventoryIssueServices.groovy | ||
360 | applications/product/groovyScripts/product/price/PriceServices.groovy | ||
361 | applications/product/groovyScripts/product/product/ProductContentServices.groovy | ||
362 | applications/product/groovyScripts/product/product/ProductServices.groovy | ||
363 | applications/product/groovyScripts/product/promo/ProductPromoActionServices.groovy | ||
364 | applications/product/groovyScripts/product/promo/ProductPromoCondServices.groovy | ||
365 | applications/product/groovyScripts/product/promo/PromoServices.groovy | ||
366 | applications/product/groovyScripts/product/store/ProductStoreServices.groovy | ||
367 | applications/product/groovyScripts/product/subscription/SubscriptionServices.groovy | ||
368 | applications/product/groovyScripts/product/supplier/SupplierProductServices.groovy | ||
369 | applications/product/groovyScripts/shipment/IssuanceServices.groovy | ||
370 | applications/product/groovyScripts/shipment/PicklistServices.groovy | ||
371 | applications/product/groovyScripts/shipment/ShipmentReceiptServices.groovy | ||
372 | applications/product/groovyScripts/shipment/ShipmentServices.groovy | ||
373 | applications/product/src/main/groovy/org/apache/ofbiz/product/CategoryTests.groovy | ||
374 | applications/product/src/main/groovy/org/apache/ofbiz/product/CostTests.groovy | ||
375 | applications/product/src/main/groovy/org/apache/ofbiz/product/InventoryTests.groovy | ||
376 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductConfigTests.groovy | ||
377 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductFeatureTypeTests.groovy | ||
378 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductPriceTests.groovy | ||
379 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductPromoActionTests.groovy | ||
380 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductPromoCondTests.groovy | ||
381 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductTagTest.groovy | ||
382 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductTest.groovy | ||
383 | applications/product/src/main/groovy/org/apache/ofbiz/product/ProductTests.groovy | ||
384 | applications/product/src/main/groovy/org/apache/ofbiz/product/ShipmentTests.groovy | ||
385 | applications/product/src/main/groovy/org/apache/ofbiz/shipment/ShipmentCostTests.groovy | ||
386 | applications/workeffort/groovyScripts/ical/IsCalOwner.groovy | ||
387 | applications/workeffort/groovyScripts/workeffort/calendar/CreateUrlParam.groovy | ||
388 | applications/workeffort/groovyScripts/workeffort/calendar/Days.groovy | ||
389 | applications/workeffort/groovyScripts/workeffort/calendar/Month.groovy | ||
390 | applications/workeffort/groovyScripts/workeffort/calendar/Upcoming.groovy | ||
391 | applications/workeffort/groovyScripts/workeffort/calendar/Week.groovy | ||
392 | applications/workeffort/groovyScripts/workeffort/content/WorkEffortContentWrapper.groovy | ||
393 | applications/workeffort/groovyScripts/workeffort/find/WorkEffortSearchOptions.groovy | ||
394 | applications/workeffort/groovyScripts/workeffort/find/WorkEffortSearchResults.groovy | ||
395 | applications/workeffort/groovyScripts/workeffort/request/RequestList.groovy | ||
396 | applications/workeffort/groovyScripts/workeffort/workeffort/WorkEffortServices.groovy | ||
397 | build.gradle | ||
398 | config/codenarc/codenarc.groovy | ||
399 | framework/base/groovyScripts/test/SimpleTests.groovy | ||
400 | framework/base/src/main/resources/org/apache/ofbiz/base/OfbizDslDescriptorForIntelliJ.gdsl | ||
401 | framework/base/src/test/groovy/org/apache/ofbiz/base/util/FileUtilTests.groovy | ||
402 | framework/common/groovyScripts/CcTypes.groovy | ||
403 | framework/common/groovyScripts/CertKeystore.groovy | ||
404 | framework/common/groovyScripts/ChildrenCustomScreenTypes.groovy | ||
405 | framework/common/groovyScripts/CommonServices.groovy | ||
406 | framework/common/groovyScripts/FindAutocompleteOptions.groovy | ||
407 | framework/common/groovyScripts/GeoLocation.groovy | ||
408 | framework/common/groovyScripts/GetParentPortalPageId.groovy | ||
409 | framework/common/groovyScripts/GroovyServiceTest.groovy | ||
410 | framework/common/groovyScripts/InitTheme.groovy | ||
411 | framework/common/groovyScripts/ListPortalPortlets.groovy | ||
412 | framework/common/groovyScripts/PrepareDataForFlotGraph.groovy | ||
413 | framework/common/groovyScripts/SetTimeZoneFromBrowser.groovy | ||
414 | framework/common/groovyScripts/email/EmailServices.groovy | ||
415 | framework/common/groovyScripts/permission/CommonPermissionServices.groovy | ||
416 | framework/common/servicedef/services.xml | ||
417 | framework/entityext/groovyScripts/EntitySyncServices.groovy | ||
418 | framework/service/groovyScripts/test/TestServices.groovy | ||
419 | framework/service/src/main/groovy/org/apache/ofbiz/service/engine/GroovyBaseScript.groovy | ||
420 | framework/service/src/main/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy | ||
421 | framework/webtools/groovyScripts/artifactinfo/ArtifactInfo.groovy | ||
422 | framework/webtools/groovyScripts/artifactinfo/ComponentList.groovy | ||
423 | framework/webtools/groovyScripts/artifactinfo/TestSuiteInfo.groovy | ||
424 | framework/webtools/groovyScripts/artifactinfo/TestSuiteResults.groovy | ||
425 | framework/webtools/groovyScripts/cache/EditUtilCache.groovy | ||
426 | framework/webtools/groovyScripts/cache/FindUtilCache.groovy | ||
427 | framework/webtools/groovyScripts/cache/FindUtilCacheElements.groovy | ||
428 | framework/webtools/groovyScripts/datafile/ViewDataFile.groovy | ||
429 | framework/webtools/groovyScripts/entity/CheckDb.groovy | ||
430 | framework/webtools/groovyScripts/entity/EntityMaint.groovy | PASSED | |
431 | framework/webtools/groovyScripts/entity/EntityPerformanceTest.groovy | PASSED | |
432 | framework/webtools/groovyScripts/entity/EntityRef.groovy | PASSED | Gil Portenseigne |
433 | framework/webtools/groovyScripts/entity/EntityRefList.groovy | PASSED | Gil Portenseigne |
434 | framework/webtools/groovyScripts/entity/EntitySQLProcessor.groovy | PASSED | Gil Portenseigne |
435 | framework/webtools/groovyScripts/entity/FindGeneric.groovy | PASSED | Gil Portenseigne |
436 | framework/webtools/groovyScripts/entity/ModelInduceFromDb.groovy | PASSED | Gil Portenseigne |
437 | framework/webtools/groovyScripts/entity/ProgramExport.groovy | PASSED | Gil Portenseigne |
438 | framework/webtools/groovyScripts/entity/ViewGeneric.groovy | PASSED | Daniel Watford |
439 | framework/webtools/groovyScripts/entity/ViewRelations.groovy | PASSED | Daniel Watford |
440 | framework/webtools/groovyScripts/entity/XmlDsDump.groovy | WORK_NEEDED | Daniel Watford |
441 | framework/webtools/groovyScripts/geo/GetGeoLocation.groovy | PASSED | |
442 | framework/webtools/groovyScripts/labelmanager/LabelManager.groovy | PASSED | Daniel Watford |
443 | framework/webtools/groovyScripts/labelmanager/UpdateManager.groovy | PASSED | Daniel Watford |
444 | framework/webtools/groovyScripts/labelmanager/ViewFile.groovy | PASSED | Daniel Watford |
445 | framework/webtools/groovyScripts/labelmanager/ViewReferences.groovy | PASSED | Daniel Watford |
446 | framework/webtools/groovyScripts/log/LogConfiguration.groovy | PASSED | Daniel Watford |
447 | framework/webtools/groovyScripts/service/AvailableServices.groovy | PASSED | Daniel Watford |
448 | framework/webtools/groovyScripts/service/JobDetails.groovy | UNSURE | Daniel Watford |
449 | framework/webtools/groovyScripts/service/ScheduleJob.groovy | PASSED | Daniel Watford |
450 | framework/webtools/groovyScripts/service/ServiceResult.groovy | PASSED | Daniel Watford |
451 | framework/webtools/groovyScripts/service/Services.groovy | PASSED | |
452 | framework/webtools/groovyScripts/service/Threads.groovy | PASSED | |
453 | framework/webtools/groovyScripts/stats/StatBinsHistory.groovy | PASSED | |
454 | framework/webtools/groovyScripts/stats/StatsSinceStart.groovy | PASSED | |
455 | framework/webtools/src/main/groovy/org/apache/ofbiz/webtools/log/FetchLogs.groovy | PASSED | Daniel Watford |
456 | settings.gradle | PASSED | Daniel Watford |
Copy and paste the following lozenges for the Review column:
PASSED
UNSURE
WORK_NEEDED
WIP