Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 12689 Details for
Bug 68157
Search for file occurences keybinding doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch for CompilationUnitDocumentProvider
CompilationUnitDocumentProvider_68157.patch (text/plain), 1.17 KB, created by
Kai-Uwe Maetzel
on 2004-06-22 15:42:55 EDT
(
hide
)
Description:
patch for CompilationUnitDocumentProvider
Filename:
MIME Type:
Creator:
Kai-Uwe Maetzel
Created:
2004-06-22 15:42:55 EDT
Size:
1.17 KB
patch
obsolete
>Index: CompilationUnitDocumentProvider.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java,v >retrieving revision 1.121 >diff -u -r1.121 CompilationUnitDocumentProvider.java >--- CompilationUnitDocumentProvider.java 18 Jun 2004 20:00:25 -0000 1.121 >+++ CompilationUnitDocumentProvider.java 22 Jun 2004 19:37:12 -0000 >@@ -475,7 +475,7 @@ > * @see IProblemRequestor#acceptProblem(IProblem) > */ > public void acceptProblem(IProblem problem) { >- if (isActive()) { >+ if (fIsActive) { > ProblemRequestorState state= (ProblemRequestorState) fProblemRequestorState.get(); > if (state != null) > state.fReportedProblems.add(problem); >@@ -508,7 +508,7 @@ > fProblemRequestorState.set(null); > } > >- if (stateCount == 0 && isActive()) >+ if (stateCount == 0 && fIsActive) > reportProblems(state.fReportedProblems); > } > >@@ -629,7 +629,7 @@ > * @see IProblemRequestor#isActive() > */ > public boolean isActive() { >- return fIsActive; >+ return true; > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 68157
: 12689