This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


    from 0a7d2f2c7 royale-maven-plugin: update Velocity Engine to 2.3
     new 4d7a1ad85 FileFileFilter.FILE from commons-io is deprecated and 
replaced with FileFileFilter.INSTANCE
     new 6ac4317cd TestRoyaleProject: for some reason this class hadn't 
migrated to org.junit.Assert from junit.framework.Assert, which is deprecated
     new 2358fa220 Tests: org.junit.Assert.assertThat is deprecated, so migrate 
to the suggested org.hamcrest.MatcherAssert.assertThat
     new 352d641e1 class.newInstance() is deprecated, replace with recommended 
class.getConstructor().newInstance() instead
     new 50a5b5d1f CustomPlayerCommand: Execute.getProcEnvironment() is 
deprecated, replace with suggested Execute.getEnvironmentVariables()
     new 0424f6a61 flex-compiler-oem: suppress some warnings for raw types
     new 07d6e45f1 JSCSSCompilationSession: unused local var
     new 6f3ae5a0b add some missing parameters to raw types, or use ? in some 
cases, where it isn't safe, to clear up warnings

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../royale/compiler/config/ConfigurationBuffer.java   | 13 +++++++++++--
 .../apache/royale/compiler/config/Configurator.java   |  4 ++--
 .../codegen/mxml/royale/MXMLRoyalePublisher.java      | 12 ++++++------
 .../driver/js/royale/JSCSSCompilationSession.java     |  1 -
 .../internal/codegen/js/royale/TestRoyaleProject.java |  8 ++++----
 .../royale/compiler/internal/test/TestBase.java       |  4 ++--
 .../internal/css/CSSArrayPropertyValueTests.java      |  2 +-
 .../internal/css/CSSNumberPropertyValueTests.java     |  2 +-
 .../java/royale/tools/debugger/cli/FileInfoCache.java |  2 +-
 .../flex2/compiler/config/ConfigurationBuffer.java    | 19 +++++++++++++++----
 .../flex2/tools/oem/internal/OEMConfiguration.java    |  1 +
 .../royale/formatter/config/ConfigurationBuffer.java  | 13 +++++++++++--
 .../royale/linter/config/ConfigurationBuffer.java     | 13 +++++++++++--
 .../org/apache/royale/linter/config/Configurator.java |  4 ++--
 .../launcher/commands/player/CustomPlayerCommand.java |  4 ++--
 .../java/flash/localization/LocalizationManager.java  | 16 ++++++++--------
 swfutils/src/main/java/flash/swf/Dictionary.java      |  4 ++--
 swfutils/src/main/java/flash/swf/MovieMetaData.java   |  7 +++----
 .../src/main/java/flash/swf/types/ClipActions.java    |  2 +-
 swfutils/src/main/java/flash/util/IntMap.java         |  6 +++---
 20 files changed, 87 insertions(+), 50 deletions(-)

Reply via email to