History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-4273
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Vladislav Kaznacheev
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Add annotation to mark field as extenally initialized

Created: 26 Sep 06 14:12   Updated: 08 Nov 06 15:35
Component/s: Code Analysis. Inspection
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Such annotation should prevent a field from being marked as uninitialized.
Will be useful for fields initialized by UI-designer.

 All   Comments   Work Log   Change History      Sort Order:
Stephen Friedrich - 08 Nov 06 13:31
Related: IDEADEV-5142
In fact a project could simply define a custom annotation and that annotation could be defined as "dependency injection".
Of course that not an "Idea standard" that helps for the UI-designer scenario.

Also of course JSR-XYZ (can't remember the no) that defines code annotations for static code analysis is related.


Eugene Vigdorchik - 08 Nov 06 15:35
Seems like IDEADEV-5142 solves the problem for now, in case JSR 305 standardizes on any annotation for injection marking, this should be reconsidered.