[PATCH] Java cleanup, remove the rest of the unnecessary casts

Noel Grandin (via Code Review) gerrit at gerrit.libreoffice.org
Wed Apr 17 06:00:09 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3432

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/32/3432/1

Java cleanup, remove the rest of the unnecessary casts

Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa
---
M odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon.java
M odk/examples/DevelopersGuide/Components/JavaComponent/TestJavaComponent.java
M odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java
M odk/examples/DevelopersGuide/Config/ConfigExamples.java
M odk/examples/DevelopersGuide/Database/CodeSamples.java
M odk/examples/DevelopersGuide/Database/OpenQuery.java
M odk/examples/DevelopersGuide/Database/RowSet.java
M odk/examples/DevelopersGuide/Database/Sales.java
M odk/examples/DevelopersGuide/Database/SalesMan.java
M odk/examples/DevelopersGuide/Database/sdbcx.java
M odk/examples/DevelopersGuide/Drawing/ChangeOrderDemo.java
M odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
M odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
M odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java
M odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
M odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java
M odk/examples/DevelopersGuide/Drawing/GluePointDemo.java
M odk/examples/DevelopersGuide/Drawing/GraphicExportDemo.java
M odk/examples/DevelopersGuide/Drawing/Helper.java
M odk/examples/DevelopersGuide/Drawing/LayerDemo.java
M odk/examples/DevelopersGuide/Drawing/ObjectTransformationDemo.java
M odk/examples/DevelopersGuide/Drawing/Organigram.java
M odk/examples/DevelopersGuide/Drawing/PageHelper.java
M odk/examples/DevelopersGuide/Drawing/PresentationDemo.java
M odk/examples/DevelopersGuide/Drawing/ShapeHelper.java
M odk/examples/DevelopersGuide/Drawing/StyleDemo.java
M odk/examples/DevelopersGuide/Drawing/TextDemo.java
M odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent.java
M odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape.java
M odk/examples/DevelopersGuide/GUI/DialogDocument.java
M odk/examples/DevelopersGuide/GUI/ImageControlSample.java
M odk/examples/DevelopersGuide/GUI/MessageBox.java
M odk/examples/DevelopersGuide/GUI/RoadmapItemStateChangeListener.java
M odk/examples/DevelopersGuide/GUI/SystemDialog.java
M odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
M odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java
M odk/examples/DevelopersGuide/GUI/UnoMenu.java
M odk/examples/DevelopersGuide/GUI/UnoMenu2.java
M odk/examples/DevelopersGuide/OfficeDev/Clipboard/Clipboard.java
M odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java
M odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java
M odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
M odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
M odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/FlatXml.java
M odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
M odk/examples/DevelopersGuide/OfficeDev/Linguistic/OneInstanceFactory.java
M odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java
M odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java
M odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java
M odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java
M odk/examples/DevelopersGuide/OfficeDev/MenuElement.java
M odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java
M odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java
M odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java
M odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java
M odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java
M odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/UrlResolver.java
M odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/SimpleBootstrap_java.java
M odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/SayHello.java
M odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ScriptSelector.java
M odk/examples/DevelopersGuide/Spreadsheet/ExampleDataPilotSource.java
M odk/examples/DevelopersGuide/Spreadsheet/GeneralTableSample.java
M odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetDocHelper.java
M odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java
M odk/examples/DevelopersGuide/Spreadsheet/ViewSample.java
M odk/examples/DevelopersGuide/Text/TextDocuments.java
M odk/examples/java/ConverterServlet/ConverterServlet.java
M odk/examples/java/DocumentHandling/DocumentConverter.java
M odk/examples/java/DocumentHandling/DocumentLoader.java
M odk/examples/java/DocumentHandling/DocumentPrinter.java
M odk/examples/java/DocumentHandling/DocumentSaver.java
M odk/examples/java/Drawing/SDraw.java
M odk/examples/java/NotesAccess/NotesAccess.java
M odk/examples/java/Spreadsheet/CalcAddins.java
M odk/examples/java/Spreadsheet/ChartTypeChange.java
M odk/examples/java/Spreadsheet/EuroAdaption.java
M odk/examples/java/Spreadsheet/SCalc.java
M odk/examples/java/Storage/StorageFunctionality.java
M odk/examples/java/Storage/Test01.java
M odk/examples/java/Storage/Test02.java
M odk/examples/java/Storage/Test03.java
M odk/examples/java/Storage/Test04.java
M odk/examples/java/Storage/Test05.java
M odk/examples/java/Storage/Test06.java
M odk/examples/java/Storage/Test07.java
M odk/examples/java/Storage/Test08.java
M odk/examples/java/Storage/Test09.java
M odk/examples/java/Storage/TestHelper.java
M odk/examples/java/Text/BookmarkInsertion.java
M odk/examples/java/Text/GraphicsInserter.java
M odk/examples/java/Text/HardFormatting.java
M odk/examples/java/Text/SWriter.java
M odk/examples/java/Text/StyleCreation.java
M odk/examples/java/Text/StyleInitialization.java
M odk/examples/java/Text/TextDocumentStructure.java
M odk/examples/java/Text/TextReplace.java
M odk/examples/java/Text/WriterSelector.java
M qadevOOo/tests/java/mod/_regtypeprov/uno/RegistryTypeDescriptionProvider.java
M qadevOOo/tests/java/mod/_remotebridge/uno/various.java
M qadevOOo/tests/java/mod/_servicemgr/uno/OServiceManager.java
M qadevOOo/tests/java/mod/_streams/uno/DataInputStream.java
M qadevOOo/tests/java/mod/_streams/uno/DataOutputStream.java
M qadevOOo/tests/java/mod/_streams/uno/MarkableInputStream.java
M qadevOOo/tests/java/mod/_streams/uno/MarkableOutputStream.java
M qadevOOo/tests/java/mod/_streams/uno/ObjectInputStream.java
M qadevOOo/tests/java/mod/_streams/uno/ObjectOutputStream.java
M qadevOOo/tests/java/mod/_streams/uno/Pipe.java
M qadevOOo/tests/java/mod/_streams/uno/Pump.java
M qadevOOo/tests/java/mod/_typemgr/uno/TypeDescriptionManager.java
M reportbuilder/java/org/libreoffice/report/SDBCReportData.java
M reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java
M reportbuilder/java/org/libreoffice/report/SOImageService.java
M reportbuilder/java/org/libreoffice/report/StorageRepository.java
M reportbuilder/java/org/libreoffice/report/pentaho/SOFormulaParser.java
M reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java
M reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
M scripting/java/com/sun/star/script/framework/io/XInputStreamImpl.java
M scripting/java/org/openoffice/idesupport/ExtensionFinder.java
M scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java
M scripting/workben/ifc/scripting/ScriptingUtils.java
M scripting/workben/ifc/scripting/SecurityDialogUtil.java
M scripting/workben/ifc/scripting/_XScriptInfoAccess.java
M scripting/workben/ifc/scripting/_XScriptInvocation.java
M scripting/workben/ifc/scripting/_XScriptNameResolver.java
M scripting/workben/ifc/scripting/_XScriptSecurity.java
M scripting/workben/ifc/scripting/_XScriptStorageManager.java
M scripting/workben/installer/IdeVersion.java
M scripting/workben/installer/Version.java
M scripting/workben/installer/Welcome.java
M scripting/workben/mod/_scripting/Dispatch.java
M scripting/workben/mod/_scripting/Function.java
M scripting/workben/mod/_scripting/FunctionProvider.java
M scripting/workben/mod/_scripting/ScriptInfo.java
M scripting/workben/mod/_scripting/ScriptStorage.java
M scripting/workben/mod/_scripting/ScriptStorageManager.java
M sot/qa/complex/olesimplestorage/Test01.java
M sw/qa/complex/writer/CheckTable.java
M ucb/qa/complex/tdoc/_XChild.java
M ucb/qa/complex/tdoc/_XCommandProcessor.java
M ucb/test/com/sun/star/comp/ucb/GlobalTransfer_Test.java
M unoxml/qa/complex/unoxml/RDFRepositoryTest.java
141 files changed, 1,514 insertions(+), 1,919 deletions(-)




-- 
To view, visit https://gerrit.libreoffice.org/3432
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Noel Grandin <noelgrandin at gmail.com>



More information about the LibreOffice mailing list