This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 30086 - Node's&Actions Generator is confused if in existing Action is invalid Key from Bundle
Summary: Node's&Actions Generator is confused if in existing Action is invalid Key fro...
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 15:19 UTC by Martin Schovanek
Modified: 2003-07-16 16:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (2.63 KB, text/plain)
2003-01-14 15:20 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2003-01-14 15:19:40 UTC
[Nb Build 200301080100, jdk1.4.1]

During actions generation for Runtime > Databases
node.
Comment 1 Martin Schovanek 2003-01-14 15:20:05 UTC
Created attachment 8562 [details]
Exception
Comment 2 Jiri Skrivanek 2003-01-14 15:35:01 UTC
Assigning to the author of RefreshRevisionsAction class.
Comment 3 dmladek 2003-01-14 16:21:32 UTC
There was a typo which I'va already fixed:-)
correct rev.1.2

---------------------------------------------
BTW: Martin intend to point for uncorrect behaviour of 
"Jelly's Nodes&Action Generator" (which discovered this bug), but 
bug in invalif key caused total failure of this generator :-(

So... IMHO...it is very cool and advanced feature checking correctness
of key in Bundles, but it should be invoked by user and only when s/he
needs it...
so leaving open this bug, changing subject from:
"JemmyException: "RefreshRevisionAction_Name" key has not been found"
 and reasigning to the author of the generator
Comment 4 Adam Sotona 2003-01-15 16:55:46 UTC
Nodes & Actions Generator is fixed.
I've catched Exceptions only but this one was Error.
Now I catch anything Throwable except ThreadDead :-)
Comment 5 dmladek 2003-01-15 17:06:59 UTC
So, that menas thet this nice & cool feature for checking of
correctnes ResourcBundles and their Keys is now away? :-(

What's about implement it... ;-)
Comment 6 Adam Sotona 2003-01-15 17:11:02 UTC
See I18N Test Wizard, but do not forget to set correct regular
expression in Options to test the keys.
Comment 7 Martin Schovanek 2003-07-16 16:26:36 UTC
VERIFIED