gwt-symbolmap

GWT SymbolMap Assertions Library

APACHE-2.0 License

Stars
1
Committers
1

Bot releases are visible (Hide)

gwt-symbolmap - v0.09 Latest Release

Published by realityforge about 5 years ago

  • Upgrade the org.realityforge.javax.annotation artifact to version 1.0.1.
  • Upgrade the org.realityforge.guiceyloops artifact to version 0.102.
  • Upgrade the au.com.stocksoftware.idea.codestyle artifact to version 1.14.
  • Move to J2CL compatible variant of jetbrains annotations.
  • Remove {@inheritDoc} as it only explicitly indicates that the default behaviour at the expense of significant visual clutter.
gwt-symbolmap - v0.08

Published by realityforge over 6 years ago

  • Remove unused dependency on anodoc library.
  • Replace usage of the com.google.code.findbugs:jsr305:jar dependency with the more lightweight
    org.realityforge.javax.annotation:javax.annotation:jar dependency.
  • Cleanup POM by using transitive dependencies when appropriate.
gwt-symbolmap - v0.07

Published by realityforge over 6 years ago

  • Sort the diff emitted by SoycSizeMapsDiff.printToString() based on ref field.
gwt-symbolmap - v0.06

Published by realityforge over 6 years ago

  • Change default behaviour of SoycSizeMapsDiff to ignore differences in vars as vars seem to be
    created for new class literals and will always differ if a class is added or removed from the
    set being compiled.
gwt-symbolmap - v0.05

Published by realityforge over 6 years ago

  • Convert SymbolEntry.fragmentNumber to an integer.
  • Convert SymbolEntry.sourceLine to an integer.
  • Ensure that SymbolEntryIndexDiff correctly handles differences in both members as well as types.
  • Add SymbolEntry.isType() and SymbolEntry.isMember() helper methods.
  • Add SymbolEntryIndexDiff.printToString() to display differences in human readable form.
  • Add SymbolEntryIndexDiff.hasDifferences() to determine if there is any differences.
  • Add SoycSizeMapsDiff class to help compare soyc size reports.
gwt-symbolmap - v0.04

Published by realityforge over 6 years ago

  • Add SoycSizeMaps.readFromGzFile(...) for reading from a gzipped file.
gwt-symbolmap - v0.03

Published by realityforge over 6 years ago

  • Add SymbolEntryIndex.getSymbolEntries() method that returns all the entries in the order they appear
    in the input file.
  • Add SymbolEntryIndexDiff class to help derive diffs between symbol indexes.
  • Add SoycSizeMaps class to ready in soyc size maps. Useful when comparing differences between builds.
gwt-symbolmap - v0.02

Published by realityforge over 6 years ago

  • Add tests to enforce behaviour of entries and index.
  • Enhance SymbolEntryIndex to add the ability to lookup entry by javascript name or jsni identifier.
  • Change SymbolEntryIndex.findSymbolsByClassName(...) to return symbols.
  • Add SymbolEntry.toString() method that emits serialized form of symbol entry.
  • Rename SymbolEntryIndex.findMembersByPatterns(..) to SymbolEntryIndex.findSymbolsByPatterns(..).
  • Add SymbolEntryIndex.findSymbolsByPatterns(..) method that accepts string patterns.
  • Fixed bug in SymbolEntryIndex.findSymbolsByPatterns(..) that would return symbols of non-matching members if
    classes matched.