You cannot post messages because only members can post, and you are not currently a member.
Description:
A discussion group about SureLogic tools for Java. These tools include Flashlight (a profiler that illuminates threading behavior), JSure (a model-based verification tool that helps developers gain confidence in multi-threaded code), and Sierra (a team-oriented bug management platform).
|
|
|
JSure @annotate Javadoc tag processing by the 'javadoc' command
|
| |
Support for Java 1.4 code allows JSure annotations to be placed in Javadoc comments. For example, /** * @annotate Unique(return) */ public GameMap(int width, int height) { ... } is the Java 1.4 compatible way to annotate @Unique("return") public GameMap(int width, int height) { ... } It is possible to include or exclude the @annotate tag from your... more »
|
|
New in Flashlight and JSure 3.1.0 : Improved support for Java 1.4 code
|
| |
The tools still require a Java 5 (or greater) to be used for the Eclipse that they are running within, however, with the 3.1.0 release of the SureLogic tools, Java 1.4 code is better supported. Flashlight can instrument and collect data about a program run on a Java 1.4 VM (previous releases could not do this) and JSure now supports an... more »
|
|
New in JSure 3.1.0: Simpler constructor annotation to support locking models
|
| |
The annotations required on constructors to support locking models have been simplified in JSure version 3.1.0. First, the @SingleThreaded annotation has been deprecated, it is no longer required. If this annotation is in your code it is ignored by the tool. Second, the annotation @Unique("return") on a constructor is now... more »
|
No more topics in this group.
|
|