#252287 - UnsupportedOperationException: CASE_INSENSITIVE_CAMEL_CASE
authorRalph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Mon, 31 Aug 2015 12:39:10 +0200
changeset 18299909663797b07
parent 18282 0aa4c801b946
child 18300 8fec1d668f4a
#252287 - UnsupportedOperationException: CASE_INSENSITIVE_CAMEL_CASE
python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java
     1.1 --- a/python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java	Tue Jun 23 01:41:09 2015 -0700
     1.2 +++ b/python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java	Mon Aug 31 12:39:10 2015 +0200
     1.3 @@ -396,6 +396,7 @@
     1.4                  
     1.5              case CASE_INSENSITIVE_PREFIX:
     1.6              case CASE_INSENSITIVE_REGEXP:
     1.7 +            case CASE_INSENSITIVE_CAMEL_CASE:
     1.8                  field = PythonIndexer.FIELD_CASE_INSENSITIVE_CLASS_NAME;
     1.9                  
    1.10                  break;