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 203652

Summary: Can't access Local History from any file type in Java ME category
Product: javame Reporter: Stepan Zebra <stezeb>
Component: -- Other --Assignee: Roman Svitanic <rsvitanic>
Status: RESOLVED FIXED    
Severity: normal CC: mmirilovic, tstupka
Priority: P3 Keywords: REGRESSION
Version: 7.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Stepan Zebra 2011-10-13 13:20:04 UTC
Product Version: NetBeans IDE Dev (Build 201110120600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)

There is no Local History tab in editors for Java ME files, but given current state of Mobility, I believe that is intentional. Please correct me if otherwise.
Problem is that nothing happens, when Team > LocalHistory > Show Local History is invoked. Should it be still possible to show it in separate window like in 7.0.1?
Comment 1 Tomas Stupka 2011-10-13 14:32:26 UTC
> Problem is that nothing happens, when Team > LocalHistory > Show Local History
> is invoked. Should it be still possible to show it in separate window like in
> 7.0.1?
in that case looks more like a LH issue
Comment 2 Tomas Stupka 2011-10-14 12:05:21 UTC
J2MEDataObject returns the same mimetype like the JavaDO - "java/text", which comes with a history tab. The result is that local history acts as if there were a history tab for the dataobject and it opens the files editor and nothing happens. unfortunately, there is no other way how to find out about the missing history tab, then to open the editor. 
workaround was to close the file in such a case and to open the Local History top component, the side effect is that this (open/close of the file) might be visible and be a bit disturbing. 

core-main #5d78d1140396

providing a history for the ME databjects would fix this problem so reassignig back to the responsible component.
Comment 3 David Strupl 2013-04-09 11:22:55 UTC
Assigning to the new owner of javame modules.
Comment 4 Roman Svitanic 2013-05-09 09:13:13 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/6feb4123b11b
Comment 5 Quality Engineering 2013-05-10 02:37:16 UTC
Integrated into 'main-golden', will be available in build *201305092300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6feb4123b11b
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #203652 - Can't access Local History from any file type in Java ME category
Comment 6 Roman Svitanic 2013-05-14 13:30:41 UTC
Fixed issue with saving of modified Java ME source after MultiView has been enabled for Java ME:
http://hg.netbeans.org/jet-main/rev/622852d79a7c
Comment 7 Quality Engineering 2013-05-18 02:54:47 UTC
Integrated into 'main-golden', will be available in build *201305172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/622852d79a7c
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: Fix for issue with saving of Java ME java files (related to #203652)