Merge remote-tracking branch 'origin/master'

This commit is contained in:
Roman Shevchenko
2015-11-20 21:28:27 +01:00
@@ -1,5 +1,5 @@
/*
* Copyright 2003-2013 Dave Griffith, Bas Leijdekkers
* Copyright 2003-2015 Dave Griffith, Bas Leijdekkers
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ public class PointlessBooleanExpressionInspection extends BaseInspection {
}
@SuppressWarnings("PublicField")
public boolean m_ignoreExpressionsContainingConstants;
public boolean m_ignoreExpressionsContainingConstants = true;
@Override
public JComponent createOptionsPanel() {