GithubHelp home page GithubHelp logo

run2000 / compactbeans Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 784 KB

Implementation of java.beans.* for JavaSE compact profile 1

License: GNU General Public License v2.0

Java 99.56% Shell 0.44%

compactbeans's People

Watchers

 avatar  avatar

compactbeans's Issues

Add additional bean info

On top of explicit bean info. This means merging of explicit/introspected bean info with additional bean info.

Add explicit bean info

This is the bit that introspects *BeanInfo classes to provide explicit bean information. Look at ways of making the descriptors immutable once they have been created by the introspector.

Have a second look at default paths for BeanInfo

From the BeanInfoFinder package, see if we still need the DEFAULT and DEFAULT_NEW constants. These would only ever find Sun internal BeanInfo classes, which would never be shipped (or found usefully) with Compactbeans.

Test on compact JRE

Spin up a VM with various compact profile JREs set up. See how many tests work in compact profiles in practise. If there are failures, see how many can be adapted to pass.

Decide what to do with EventSetDescriptor.isInDefaultEventSet()

Currently this is hard-coded to true.

This doesn't appear in DecscriptorData, as that only contains data from the FeatureDescriptor abstract class.

Options are:

  1. Do nothing. Leave it as always true. This may be ok as it appears to be a design-time property.
  2. Add it as a parameter to constructors. This adds yet more combinatorial variations to the existing constructors. Don't like this idea.
  3. Add explicitly to DescriptorData with the understanding that the property only applies to EventSetDescriptor objects.
  4. Add implicitly to DescriptorData as a special key in the attribute map. Similar to how Transient is handled in java.beans package.

Investigate test 8027648 on compact JRE

The indexed property test reports a failure on the compact JREs (1.8.0 32-bit Debian), but passes okay on the full JRE (1.8.0_05 32-bit Windows). Investigate where the difference lies.

Update source to 7u60

First go at updating from one OpenJDK release to another. Work out the kinks in doing this in the future.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.