#195721 - applying the patch attached to the issue blindly.
authorPetr Jiricka <pjiricka@netbeans.org>
Tue, 07 May 2013 10:45:38 +0200
changeset 1798352101cf77723
parent 17982 2661b624ffa9
child 17984 9a734af42ffe
#195721 - applying the patch attached to the issue blindly.
python.editor/nbproject/project.properties
python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java
     1.1 --- a/python.editor/nbproject/project.properties	Sun May 05 17:26:50 2013 +0200
     1.2 +++ b/python.editor/nbproject/project.properties	Tue May 07 10:45:38 2013 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  javac.source=1.6
     1.5  javac.compilerargs=-Xlint -Xlint:-serial
     1.6  nbm.needs.restart=true
     1.7 -spec.version.base=1.7.0
     1.8 +spec.version.base=1.7.1
     1.9  spec.version.base.fatal.warning=false
    1.10  
    1.11  ant.jar=${ant.core.lib}
     2.1 --- a/python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java	Sun May 05 17:26:50 2013 +0200
     2.2 +++ b/python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java	Tue May 07 10:45:38 2013 +0200
     2.3 @@ -115,6 +115,8 @@
     2.4              Exceptions.printStackTrace(ioe);
     2.5  
     2.6              return false;
     2.7 +        } catch (UnsupportedOperationException iuoe) {
     2.8 +            return false;
     2.9          }
    2.10      }
    2.11