You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/06/24 22:36:56 UTC

[GitHub] [hadoop-ozone] umamaheswararao commented on pull request #921: HDDS-3583. Loosen some rule restrictions of checkstyle

umamaheswararao commented on pull request #921:
URL: https://github.com/apache/hadoop-ozone/pull/921#issuecomment-649109144


   Looks like eclipse default size changed in 2014.
   
   ```
   +++ b/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
   @@ -2041,9 +2041,9 @@
    			try {
    				this.page_width = Integer.parseInt((String) pageWidthOption);
    			} catch (NumberFormatException e) {
   -				this.page_width = 80;
   +				this.page_width = 120;
    			} catch(ClassCastException e) {
   -				this.page_width = 80;
   +				this.page_width = 120;
    			}
   ```
   Related issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=356851


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org