designwizard icon indicating copy to clipboard operation
designwizard copied to clipboard

DesignWizard (https://sites.google.com/site/designwizardhomepage/) supports automated inspection of Java programs in a higher level than ASM bytecode manipulator.

Results 8 designwizard issues
Sort by recently updated
recently updated
newest added

The Design Wizard is throwing exception when trying to process classes. This occurs in some projects, perhaps with class with large number of rows. The error occurred during the extraction...

question

Adding extraction of generic types of attributes, methods, and local variables. Relations are created between the entities and the various types present in generics. This implementation solves the extraction of...

task

Add error logs and information logs: Using an API to notify errors and information in extraction activities of the DesignWizard.

enhancement

The lack of generic types extraction caused a failure to return the `getCalleeEntities()`. For example, the code 1 and 2 below the use of information `LocalVariable` class is not extracted....

enhancement

return" statements should not occur in "finally" blocks. This rule raises an issue when a jump statement (break, continue, return, throw, and goto) would force control flow to leave a...

bug

Bug in getPackage () method of the class ClassNode. In creating the PackageNode when the name attribute of ClassNode does not contain the point that separates the name of the...

bug

The call to method _this.getClass(Object.class.getName())_, in _Design class_, is throwing an **InexistentEntityException** because the Object (ClassNode for Object.class) doesn't exists in _entities field_ in the _Design class_. What should be...

bug

When I opened `http://joaoarthurbm.github.io/designwizard/doc/` I noticed that in the "all classes" section, links are duplicated. On my forked version, I didn't get duplicates `http://jeandersonbc.github.io/designwizard/doc/` Maybe running javadoc to generate the...