[FOLIO-2062] Java Method Parameter Indentation Created: 03/Jun/19  Updated: 03/Feb/21  Resolved: 03/Feb/21

Status: Closed
Project: FOLIO
Components: None
Affects versions: None
Fix versions: None

Type: Task Priority: P3
Reporter: Marc Johnson Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: potential-decision
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original estimate: Not Specified

Sprint:
Development Team: Core: Platform

 Description   

There are a variety of indentation approaches being taken. I think we need further guidance over the Oracle standards to clarify this.

One per line after bracket

  public void getScheduledNoticeStorageScheduledNotices(int offset,
                                                        int limit,
                                                        String query,
                                                        String lang,
                                                        Map<String, String> okapiHeaders,
                                                        Handler<AsyncResult<Response>> asyncResultHandler,
                                                        Context vertxContext) {

Multiple per line, after bracket

  public ScheduledNotice(String id, String loanId, String requestId,
                         DateTime nextRunTime, ScheduledNoticeConfig noticeConfig) {

Multiple per line, after indent

  public ScheduledNoticeConfig(
    NoticeTiming timing, Period recurringPeriod, String templateId,
    NoticeFormat format, boolean sendInRealTime) {


 Comments   
Comment by Marc Johnson [ 03/Feb/21 ]

Closing as pre-dates the new decision making process and has not progressed

Generated at Thu Feb 08 23:17:56 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.